| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Alan Ryan for the report and initial patch.
Backport of fc18f36c4ab94399366ca2f2007b3692559a6f23 from main.
|
|
Thanks Keryn Knight for the report.
Backport of 394517f07886495efcf79f95c7ee402a9437bd68 from main.
Co-authored-by: Adam Johnson <me@adamj.eu>
|
|
renamed model.
Regression in aa4acc164d1247c0de515c959f7b09648b57dc42.
Backport of 97a72744681d0993b50dee952cf32cdf9650ad9f from main
|
|
aggregates with default.
Thanks Adam Johnson for the report.
Backport of 71e7c8e73712419626f1c2b6ec036e8559a2d667 from main
|
|
Updated Bulgarian, Czech, German, Uzbek, and Vietnamese translations.
|
|
Backport of 3a9b8b25d48c5768633e73edc5ddca20c3fd716c from main
|
|
key with MTI and foreign key.
This prevents duplicated operations when altering type of primary key
with MTI and foreign key. Previously, a foreign key to the base model
was added twice, once directly and once by the inheritance model.
Thanks bcail for the report.
Regression in 325d7710ce9f6155bb55610ad6b4580d31263557.
Backport of e972620ada4f9ed7bc57f28e133e85c85b0a7b20 from main
|
|
middleware chain.
Backport of 1625a8c8eba0b00ebdd1d7a8ba697b2729ec40ed from main
|
|
Regression in 5942ab5eb165ee2e759174e297148a40dd855920.
Backport of 85f2a9fb0f0973930abc84a725bc30703aa3d98b from main
|
|
Backport of eeca9342381c8583be16f18942774e785ab7e527 from main
|
|
Meta.order_with_respect_to but with _order field.
Regression in aa4acc164d1247c0de515c959f7b09648b57dc42.
Backport of eeff1787b0aa23016e4844c0f537d5093a95a356 from main
|
|
tutorial.
Backport of 2c76c27a951ee76c6f763a05c7e119305a21c78d from main
|
|
Backport of b55ebe32417e0884b6b8b3e1bc0379033aa221af from main
|
|
Backport of 367d6920ece44639e54650d9a98f8c24e10f7229 from main
|
|
Backport of 658dc7045aaba548f908bb26a370eb89fb393bca from main
|
|
Backport of f1905db6c0004a2b6c8b69c55a1f5f9da58ce2eb from main
|
|
Regression in 7c08f26bf0439c1ed593b51b51ad847f7e262bc1.
Backport of f4b06a3cc1e54888ff86f36a1f9a3ddf21292314 from main
|
|
Backport of 178109c1734ccc16386c3e3cbae1465c7a1b8ed8 from main
|
|
Backport of b0ccf74549fe138c040798e0e99fc0291a7e03ed from main
|
|
Regression in 0c0b87725bbcffca3bc3a7a2c649995695a5ae3b.
Backport of 2a66c102d9c674fadab252a28d8def32a8b626ec from main
|
|
Regression in 456466d932830b096d39806e291fe23ec5ed38d5.
Thanks Matt Westcott for the report.
Backport of 4c60c3edff4312303e1021fca47ed52c2152d285 from main
|
|
TestCase.captureOnCommitCallbacks().
Regression in d89f976bddb49fb168334960acc8979c3de991fa.
Backport of bc174e6ea0ce676c5a7f467bda9739e6ef6b6186 from main
|
|
Backport of 973fa566521037ac140dcece73fceae50ee522f1 from main
|
|
Backport of cc8e771c643b4aed9f1d0b8bfcc5b4a8604385b7 from main
|
|
archive.
Backport of 63869ab1f191ab5781cde8b813b838300455f6d6 from main
|
|
Backport of f38c66b55504dfe0b7ca15b0b4ced9430abc7eaa from main
|
|
|
|
|
|
subsystem.
Thanks to Dennis Brinkrolf for the report.
|
|
dictsort template filter.
Thanks to Dennis Brinkrolf for the report.
Co-authored-by: Adam Johnson <me@adamj.eu>
|
|
UserAttributeSimilarityValidator.
Thanks Chris Bailey for the report.
Co-authored-by: Adam Johnson <me@adamj.eu>
|
|
Backport of ccafad2e429468c518c80fb178f9e7a3f06e78e1 from main
|
|
Backport of 4400d8568ad5695c46e8de45635a82a27a26b871 from main
|
|
ModelAdmin.empty_value_display docs.
Backport of eb901681ab58c008f7bbbe555e5f43f8e0893bd3 from main
|
|
Backport of 6174814dbe04fb6668aa212a6cdbca765a8b0522 from main
|
|
This makes it easier to create a data in examples.
Backport of 1283458baae482c2bbb22c842b1db6c832c953f3 from main
|
|
Backport of feeb0685c62a793c55a058584ba1de45e74f80f7 from main
|
|
Backport of b13d920b7b56d3e088e35311f5ee54f25d2779af from main.
|
|
psycopg2 2.8.4 is the first release to support Python 3.8.
Backport of ca04659b4b3f042c1bc7e557c25ed91e3c56c745 from main
|
|
Backport of 78f062f63e7dea09c219fd1310d43950817f4c78 from main
|
|
FORM_RENDERER docs.
Backport of fde425051c31b240e8eca48a8eb54daa6d372c9f from main
|
|
fault on macOS ARM64.
Backport of 19fb838803f63eef0726a370050443b693f109be from main
|
|
in migrations autodetector.
The migration framework uniquely identifies models by case insensitive
labels composed of their app label and model names and so does the app
registry in most of its methods (e.g. AppConfig.get_model) but it
wasn't the case for get_swappable_settings_name() until this change.
This likely slipped under the radar for so long and only regressed in
b9df2b74b98b4d63933e8061d3cfc1f6f39eb747 because prior to the changes
related to the usage of model states instead of rendered models in the
auto-detector the exact value settings value was never going through a
case folding hoop.
Thanks Andrew Chen Wang for the report and Keryn Knight for the
investigation.
Backport of 43289707809c814a70f0db38ca4f82f35f43dbfd from main
|
|
HttpRequest.
Regression in 3fd82a62415e748002435e7bad06b5017507777c.
Thanks Terence Honles for the report.
Backport of 40165eecc40f9e223702a41a0cb0958515bb1f82 from main
|
|
Django 2.2.25, 3.1.14, and 3.2.10.
Follow up to d4dcd5b9dd9e462fec8220e33e3e6c822b7e88a6.
Backport of 5de12a369a7b2231e668e0460c551c504718dbf6 from main
|
|
Backport of 2f33217ea2cad688040dd6044cdda946c62e5b65 from main
|
|
Backport of 669dcefc04837c35fc2ec5ce906d84397005965d from main
|
|
Backport of 7e4a9a9f696574a18f5c98f34d5a88e254b2d394 from main
|
|
Backport of 8a8c8797e81b338f3c93a5a4e2483916e68e4a54 from main
|