| Age | Commit message (Collapse) | Author |
|
get_supported_language_variant().
Language codes are now parsed with a maximum length limit of 500 chars.
Thanks to MProgrammer for the report.
|
|
There is no need to list old browser versions or point users to
workarounds.
Backport of f302343380c77e1eb5dab3b64dd70895a95926ca from main.
|
|
docs/ref/applications.txt.
Backport of aa74c4083e047473ac385753e047e075e8f04890 from main.
|
|
Backport of 0f694ce2ebce01356d48302c33c23902b4777537 from main.
|
|
GenericPrefetch.
Backport of 9a27c76021f934201cccf12215514a3091325ec8 from main.
|
|
docs/ref/django-admin.txt.
Backport of 32d163e680817e202e0def3fbb70d2450b02cffd from main.
|
|
creating forms.Fields.
Backport of 828b94b178736f7882cc6e5cd86b5c8e84b62ece from main
|
|
PostgreSQL.
Backport of f0d50a937910571fc4adb7e6fb91045cdc215aa8 from main
|
|
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
Backport of 47c608202a58c8120d049c98d5d27c4609551d33 from main.
|
|
Co-authored-by: Adam Zapletal <adamzap@gmail.com>
Backport of 8bbf73ca749d7740c82a7cd52f38289444070900 from main
|
|
Backport of ca5cd3e3e8e53f15e68ccd727ec8fe719cc48099 from main
|
|
Backport of fd2514d17daaa561963e14297fb35cddf483728c from main
|
|
a host.
Backport of 7326513a8f5d4d4e0aeec28540f9451b939b1dda from main
|
|
Backport of a7baa874d8452859060ecd28c83cecd566f756e3 from main
|
|
Backport of 177e6493961dfcdafb44e5b02894bf4201050910 from main
|
|
Backport of f06bb7c88a03e03e1c041e4b10cdc90c8f710dda from main
|
|
Backport of 3cb1ba50ccde5b33d6bc5b7cc1ea22c8af3c2aa3 from main
|
|
It's been inactive for several years.
Backport of 11695b8fdd002362be8d5dc48bc78db09ddf33d8 from main
|
|
Backport of 7714ccfeae969aca52ad46c1d69a13fac4086c08 from main
|
|
FORMAT_MODULE_PATH docs.
Co-authored-by: Paul Hermans <paul.hermans@benemtech.com>
Backport of 9bd849c8d5c587209a231af643a17ec2db802ab2 from main
|
|
Backport of 7ba6c9edc50dc989fc5c306b541636249b952f93 from main
|
|
CACHE_MIDDLEWARE_SECONDS setting.
Backport of a5365339eaee043895a79dbbdd7462f1399136e5 from main
|
|
https://github.com/psf/black/releases/tag/24.1.0
Backport of 305757aec19c9d5111e4d76095ae0acd66163e4b from main
|
|
Co-authored-by: duranbe <benoit.durand.mail@gmail.com>
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
Backport of 0450c9bdf1773297c61b4e36850ab997ffd5dde2 from main
|
|
Backport of 12ffcfc350a19bbfbc203126a9b6c84b5e0d0ba2 from main
|
|
Backport of 1592f0ac220c1fd37779f6d33efb28ebd60e2e66 from main
|
|
include/nulls_distinct are not created.
Backport of 4fec1d2ce37241fb8fa001971c441d360ed2a196 from main
|
|
Backport of dc26a3d563b1e1d98d40f5d351a6a61c34f12d98 from main
|
|
Backport of 0be6dde81721e4a61caf45422987c599ebfcfe56 from main
|
|
Co-authored-by: nessita <124304+nessita@users.noreply.github.com>
Backport of 61aae838f77c2d3f1bb2b50095cdf3d79afffb02 from main
|
|
reset.
Backport of 47033bfd486206d6809068c838d45b999e5c1bd2 from main
|
|
Backport of e28bd6776dfedc1ad4dce4719e4303ca34019a83 from main
|
|
These include:
- Doc'd which is the default used when DATABASES.TIME_ZONE is None.
- Doc'd that the database connection's time zone setting is set for
PostgreSQL and clarified that it may be necessary to set it to the
same value as TIME_ZONE.
Co-authored-by: David Smith <39445562+smithdc1@users.noreply.github.com>
Co-authored-by: Natalia Bidart <124304+nessita@users.noreply.github.com>
Backport of acfc7e3a735ffa41dcd9ad7f4f8fef97c1a2c3c6 from main
|
|
PostgreSQL connections.
Backport of eeb2119985d9879b1d9ac3730ea0b53c0c019221 from main
|
|
Co-authored-by: Lily Foote <code@lilyf.org>
Backport of 79099a7ba454581ab521fcb4ea61fc6ed3dccf26 from main
|
|
Backport of c9ce764f59c1e809b210337980ae10c4b1d0f9be from main.
|
|
lawrence.com has since become a redirect to LJWorld.com,
making the link pointless.
Backport of 9e7ac5890147a8271eb5eb19bb88ab93dadc6c6d from main
|
|
This allows early adoption of the new default "https".
Backport of a4931cd75a1780923b02e43475ba5447df3adb31 from main.
|
|
Backport of 0203771b626c27c1af24cdeb0e425ccca3d19ad5 from main
|
|
The OWASP site is the standard resource for web application
security information.
Backport of aceee39d44994df20d13104e55ae61845d7a1e95 from main
|
|
identifier for the field.
`id_for_label` is blank for widgets with multiple inputs such as radios
and multiple checkboxes. Therefore , `help_text` for fields using these
widgets cannot currently be associated using `aria-describedby`.
`id_for_label` is being used as a guard to avoid incorrectly adding
`aria-describedby` to those widgets.
This change uses `auto_id` as the unique identified for the fields
`help_text`. A guard is added to avoid incorrectly adding
`aria-describedby` to inputs by checking the widget's `use_fieldset`
attribute. Fields rendered in a `<fieldset>` should have
`aria-describedby` added to the `<fieldset>` and not every `<input>`.
Backport of 292f1ea90f90ff140617299a25884c8fda24aa64 from main
|
|
theming support docs.
Backport of 640283711e6c8d25ad0e3c97453cd178a3e4d6a6 from main
|
|
Backport of c705625ebff0141ed2b95dd3c8174bda8270a47f from main
|
|
Regression in f333e3513e8bdf5ffeb6eeb63021c230082e6f95.
Backport of 5875f03ce61b85dfd9ad34f7b871c231c358d432 from main
|
|
Co-authored-by: David Sanders <shang.xiao.sanders@gmail.com>
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
Backport of f7389c4b07ceeb036436e065898e411b247bca78 from main
|
|
Backport of 427f0ed98d7ecf4381cebd4f7773f761e2446851 from main
|
|
ManifestStaticFilesStorage.
Backport of 116e225266c511dfc0bfc96c8497e9c8aaa4d004 from main
|
|
Backport of 8992a0489c01ac8ab7283264a315c005511323e2 from main
|
|
Backport of 8d9c0e4e244111ea3839434d8812c8573cfbf00e from main
|
|
Backport of c42250a7039a5ace1b482b30c6a1359b748cae65 from main
|