| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Per deprecation timeline.
|
|
deprecation timeline.
|
|
deprecation timeline.
|
|
django.contrib.postgres.fields.jsonb.KeyTransform/KeyTextTransform.
Per deprecation timeline.
|
|
deprecation timeline.
|
|
|
|
Per deprecation timeline.
|
|
|
|
Per deprecation timeline.
|
|
deprecation timeline.
|
|
timeline.
|
|
middleware classes.
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
and signing.dumps()/loads().
Per deprecation timeline.
|
|
sessions.
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
CookieStorage.
Per deprecation timeline.
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
timeline.
|
|
|
|
timeline.
|
|
Expression.get_group_by_cols() subclasses.
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
ungettext(), and ungettext_lazy() per deprecation timeline.
|
|
per deprecation timeline.
|
|
timeline.
|
|
functional indexes.
|
|
Co-authored-by: Florian Apolloner <florian@apolloner.eu>
|
|
salt().
|
|
Refs #25134, #32099.
|
|
Thanks Simon Charette, Mads Jensen, and Mariusz Felisiak for reviews.
Co-authored-by: Markus Holtermann <info@markusholtermann.eu>
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
autocomplete fields.
* Fixed #29010 -- Added limit_choices_to support to autocomplete fields.
* Fixed #29138 -- Allowed autocomplete fields to target a custom
to_field rather than the PK.
|
|
|
|
|
|
Co-authored-by: Craig Smith <hello@craigiansmith.com.au>
|
|
Co-authored-by: Craig Smith <hello@craigiansmith.com.au>
|
|
-m" in autoreloader.
django.utils.autoreload.get_child_arguments() detected when Python was
started with the `-m` option only for `django` module. This commit
changes the logic to check __spec__, see
https://docs.python.org/3/reference/import.html#main-spec
Now packages can implement their own __main__ with the runserver
command.
|
|
|
|
|
|
URLValidator now validates the maximum length of a hostname without
the userinfo and port.
|