Skip to content

Commit

Permalink
Set in django settings DEFAULT_AUTO_FIELD
Browse files Browse the repository at this point in the history
fix#219
  • Loading branch information
bport committed Oct 20, 2022
1 parent 10f4284 commit e51d390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Fix character escaping in email body
- Add interview kind to all_interviews.tsv export
- Re-enable the dump_data view, which was unreachable since the django 3.2 migration
- Set default autofield type
- Update to django 3.2.15
- Update black to 22.8.0
- Migrate from pipenv to poetry
Expand Down
2 changes: 2 additions & 0 deletions pyoupyou/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,5 @@
STALE_DAYS = 7

USE_X_FORWARDED_HOST = True

DEFAULT_AUTO_FIELD = "django.db.models.AutoField"

0 comments on commit e51d390

Please sign in to comment.