| Age | Commit message (Collapse) | Author |
|
This change follows a long discussion on django-develops:
https://groups.google.com/g/django-developers/c/tctDuKUGosc/
Backport of d9a266d657f66b8c4fa068408002a4e3709ee669 from main
|
|
Backport of d02d60eb0f032c9395199fb73c6cd29ee9bb2646 from master
|
|
|
|
|
|
|
|
headers.
|
|
|
|
|
|
|
|
After a stable branch is created, 'master' will change to
'stable/' + version + '.x'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Mariusz Felisiak for review and completion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also documented missing short command line options to fix #24134. This bumps
the minimum sphinx version required to build the docs to 1.3.4.
Thanks Simon Charette for review.
|
|
|
|
|
|
|
|
|
|
Thanks Graham Wideman for the patch.
|
|
|
|
|
|
|
|
|
|
|
|
Added support for PostgreSQL range types to contrib.postgres.
- 5 new model fields
- 4 new form fields
- New validators
- Uses psycopg2's range type implementation in python
|
|
|
|
Refs #23677.
|
|
|
|
|