Skip to content

Django 6#527

Closed
ajslater wants to merge 41 commits intodevelopfrom
django-6
Closed

Django 6#527
ajslater wants to merge 41 commits intodevelopfrom
django-6

Conversation

@ajslater
Copy link
Copy Markdown
Owner

@ajslater ajslater commented Jan 30, 2026

Update Codex for Django 6.

Codex's previous minimum python version was 3.10. Django 6 requires python 3.12.

Python 3.11:

  • Don't use tomli versions of coverage & radon
  • use itertools.batched() instead of my own batching.

Python 3.12:

  • use typing instead of typing_extensions
  • use Path.walk() instead of os.walk()
  • use datetime.UTC instead of datetime.timezone.utc

Django 6

  • Use Django 6 Content Security Policy
    • Use SpectacularSwaggerSplitView() to work with content policy
  • Use order_by in JsonGroupArray and GroupConcat

@ajslater ajslater closed this Mar 27, 2026
@ajslater ajslater deleted the django-6 branch March 29, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant