[PR #538] Update Django version to 4.2 (LTS) and Python to 3.12 in Django example #1145

Open
opened 2026-03-07 21:30:08 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/docker/awesome-compose/pull/538

State: open
Merged: No


Django 3.2 and Python 3.7 are no longer supported.

I also ran django-admin startproject to update the project files.

The diff looks hairier than it is. Most of the lines are startproject updating the version number in comments.

Here are the concrete changes:

  • URL config uses path() instead of url() (this is the only breaking change)
  • Settings uses pathlib.Path instead of path.join
  • Added new ASGI config
  • DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
**Original Pull Request:** https://github.com/docker/awesome-compose/pull/538 **State:** open **Merged:** No --- Django 3.2 and Python 3.7 are no longer supported. I also ran `django-admin startproject` to update the project files. The diff looks hairier than it is. Most of the lines are `startproject` updating the version number in comments. Here are the concrete changes: - URL config uses `path()` instead of `url()` (this is the only breaking change) - Settings uses `pathlib.Path` instead of `path.join` - Added new ASGI config - `DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'`
GiteaMirror added the pull-request label 2026-03-07 21:30:08 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#1145