| Age | Commit message (Collapse) | Author |
|
Adjusted wrapping in release notes where needed.
Backport of 0802b404a210862e6765a6c7dee6cba61085d7a6 from main
|
|
Backport of 5aea50e57f6c1bd725db36a0664e21b2be91b591 from main
|
|
Backport of 1eac8468cbde790fecb51dd055a439f4947d01e9 from main
|
|
uploaded files.
Thanks Claude Paroz for the initial patch.
Thanks Dennis Brinkrolf for the report.
Backport of d4d800ca1addc4141e03c5440a849bb64d1582cd from main.
|
|
Refs #32316.
Backport of 7248afe12f40361870388ecdd7e0038eb0d58e47 from main
|
|
Backport of 45814af6197cfd8f4dc72ee43b90ecde305a1d5a from main
|
|
Backport of 0c7e880e13b837dd76276c04ebdc338bb76d1379 from master
|
|
Backport of e0f82d7992ad7085dcf4ed096a6ad2e3ad89eaae from master
|
|
Backport of 7cc6899d4176539e5d59a2e921b938904d3a8944 from master
|
|
Backport of ab58f072502e86dfe21b2bd5cccdc5e94dce8d26 from master
|
|
django.utils.http.parse_qsl().
|
|
Backport of d02d60eb0f032c9395199fb73c6cd29ee9bb2646 from master
|
|
Backport of 17a5e2cff606305fd819a024cf9f450f90202a6f from master
|
|
Backport of e17bdb953a72f1eae76a914a21ce4e83d3e3b608 from master
|
|
'postgres' database.
Thanks Kazantcev Andrey for the report.
Regression in f48f671223a20b161ca819cf7d6298e43b8ba5fe.
Backport of f131841c601b9d4884adcdb284b4213c2ad89231 from master
|
|
Backport of 8d3c3a57174a072479978d60f5ecdb9fd3c2fd23 from master
|
|
Backport of f749148d62ece28d208ab66b109f858215ba090a from master
|
|
archive.extract().
Thanks Florian Apolloner, Shai Berger, and Simon Charette for reviews.
Thanks Wang Baohua for the report.
Backport of 05413afa8c18cdb978fcdf470e09f7a12b234a23 from master.
|
|
Matched layout adjustment using flex from admin sidebar added in
d24ba1be7a53a113d19e2860c03aff9922efec24.
Filters would become squashed when viewport was
constrained or list display table became too wide.
Backport of 269a76714616fd7ad166a14113f3354bab8d9b65 from master
|
|
inlines UI.
Updated tutorial to match change in 24e540fbd71bd2b0843e751bde61ad0052a811b3
allowing deletion of original extra inlines.
Backport of f4272d000af598018247fe9687dac0fd02a29a7c from master
|
|
Backport of 10d126198434810529e0220b0c6896ed64ca0e88 from master
|
|
|
|
Co-authored-by: Florian Apolloner <florian@apolloner.eu>
|
|
DatabaseFeatures.supports_expression_indexes to True.
|
|
|
|
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>
|
|
Defined all colors used in the admin CSS as variables. Implemented the
following standardizations and accessibility improvements while at it:
- Improved the contrast of text to not use ratios of less than 3:1 anymore.
- Most hover states already used desaturated and darkened colors.
Changed object tools to follow the same rule instead of showing the
primary color on hover.
Various places used similar colors; those have been merged with the goal
of reducing the count of CSS variables. Contrasts have been improved in
a few places.
- Many borders used slightly different colors (e.g. #eaeaea vs. #eee)
- Help texts used #999, this has been changed to --body-quiet-color
(#666) which has a better contrast.
Introduced fast color transitions on links and buttons.
|
|
Co-authored-by: Craig Smith <hello@craigiansmith.com.au>
|
|
|
|
|
|
absolute URLs with no domain.
Thanks Adam Hooper for the report.
Regression in c574bec0929cd2527268c96a492d25223a9fd576.
|
|
|
|
marking as unused in an async context.
Thanks Hubert Bielenia for the report.
|
|
Many of the cache operations make use of the default argument to the
.get() operation to determine whether the key was found in the cache.
The default value of the default argument is None, so this results in
these operations assuming that None is not stored in the cache when it
actually is. Adding a sentinel object solves this issue.
Unfortunately the unmaintained python-memcached library does not support
a default argument to .get(), so the previous behavior is preserved for
the deprecated MemcachedCache backend.
|
|
This also changes the default type of auto-created primary keys
for new apps and projects to BigAutoField.
|
|
|
|
|
|
__isnull=True on key transforms should not match keys with NULL values.
|
|
failures.
Co-authored-by: Tim Graham <timograham@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|