You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is configurable since Django 3.2, which is already the required
version for oscar-api.
see:
https://docs.djangoproject.com/en/3.2/topics/db/models/#automatic-primary-key-fields
Explicitly telling which field to use if good, it avoids a supious
migration like:
$ ./manage.py makemigrations
Migrations for 'oscarapi':
/home/mdk/src/django-oscar/.venv/lib/python3.11/site-packages/oscarapi/migrations/0002_alter_apikey_id.py
- Alter field id on apikey
notice the migration is created in the venv, in oscarapi tree, not in
the user project, it won't work anyway.
0 commit comments