summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Collapse)Author
2023-04-03[4.2.x] Bumped version for 4.2 release.4.2Mariusz Felisiak
2023-04-03[4.2.x] Updated translations from Transifex.Mariusz Felisiak
2023-04-03[4.2.x] Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() ↵Tim Graham
from hiding clause-less exceptions. Regression in 3cafb783f3f711c7413ba2b8d7c8ff750bd4d6e1. Backport of 465f3c045b2cb7d757a8cbabc909c137901c9844 from main
2023-03-29[4.2.x] Refs #34383 -- Corrected margins in admin fieldsets with multiple ↵Mariusz Felisiak
fields on the same line on small screens. Regression in d687febce5868545f99974d2499a91f81a32fef5. Backport of b347dc63d5468564cbb7050461565f4f89032664 from main
2023-03-29[4.2.x] Fixed overindentation of AdminURLFieldWidget.Tim Graham
Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd. Backport of 080e13a6ef9c896bba0f272c68d7d03696058955 from main
2023-03-28[4.2.x] Fixed #34443 -- Fixed filtering by transforms on reverse relations.Mariusz Felisiak
Regression in ce6230aa976e8d963226a3956b45a8919215dbd8. Backport of 996c802229b93fe83c39842e56c6b8668464deaf from main
2023-03-28[4.2.x] Refs #29799 -- Added field instance lookups to suggestions in ↵Mariusz Felisiak
FieldErrors. Bug in cd1afd553f9c175ebccfc0f50e72b43b9604bd97. Backport of 3afdc9e9b47d5bdd1bd653633b4cb2357478ade5 from main
2023-03-28[4.2.x] Fixed #34438 -- Reallowed extending UserCreationForm.Gary Jarrel
Regression in 298d02a77a69321af8c0023df3250663e9d1362d. Backport of fcc7dc5781667932bf0bf8bec76df458836e5e95 from main
2023-03-28[4.2.x] Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields ↵Tom Carrick
on the same line. Thanks Antonio Candido Nazareth junior for the report. Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Backport of d687febce5868545f99974d2499a91f81a32fef5 from main
2023-03-24[4.2.x] Refs #34316 -- Fixed layout of admin password change forms and help ↵Mariusz Felisiak
texts for RTL languages. Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd. Follow up to e67804668115fd388e7554c6a809bd409f70adfe and 39d1e45227e060746ed461fddde80fa2b6cf0dcd. Backport of f5c5c571d3b87a78d005ea6f21959388d1747696 from main
2023-03-23[4.2.x] Refs #34316 -- Fixed displaying error lists in admin password change ↵Mariusz Felisiak
forms on small screens. Follow up to e67804668115fd388e7554c6a809bd409f70adfe. Backport of 39d1e45227e060746ed461fddde80fa2b6cf0dcd from main
2023-03-23[4.2.x] Refs #33781 -- Restored alignment for admin split-field timezone ↵Mariusz Felisiak
warnings for RTL languages. Regression in f3e2bb0833105f43efc0cc6f19c8465bc1b1a785. Backport of 73ae8545ae620469550f1adcfe63fb9b9e4f3eb3 from main
2023-03-21[4.2.x] Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async ↵Carlton Gibson
iterator. Bug in 0bd2c0c9015b53c41394a1c0989afbfd94dc2830. Backport of 02c356f2f3945b8075735d485c3cf48cad991011 from main
2023-03-20[4.2.x] Bumped version for 4.2 release candidate 1.4.2rc1Mariusz Felisiak
2023-03-20[4.2.x] Updated source translation catalogs.Mariusz Felisiak
2023-03-18[4.2.x] Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage ↵Mariusz Felisiak
optional. Co-authored-by: Author: Claude Paroz <claude@2xlibre.net> Backport of e10c1688f96e3b2d202fe401472b7b25f6105969 from main
2023-03-09[4.2.x] Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak
Backport of 18473004afd82a616ba6c9ac22f476347fde4846 from main
2023-03-08[4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
Bug in 0dcd549bbe36c060f536ec270d34d9e7d4b8e6c7. Thanks Eric Zarowny for the report. Backport of 2396933ca99c6bfb53bda9e53968760316646e01 from main
2023-03-06[4.2.x] Fixed #34386 -- Made SMTP backend load default system root CA ↵Dmitriy Sintsov
certificates by default. Regression in 2848e5d0ce5cf3c31fe87525536093b21d570f69. Backport of c914d6cff176ae6bfab2f33a84bcfd45208f1894 from main
2023-02-27[4.2.x] Fixed #34368 -- Made subquery raise NotSupportedError when ↵Simon Charette
referencing outer window expression. Regression in f387d024fc75569d2a4a338bfda76cc2f328f627. Co-authored-by: Jannis Vajen <jvajen@gmail.com> Backport of c67ea79aa981ae82595d89f8018a41fcd842e7c9 from main
2023-02-27[4.2.x] Fixed #34372 -- Fixed queryset crash on order by aggregation using ↵Simon Charette
OrderBy. Regression in 278881e37619278789942513916acafaa88d26f3 caused by a lack of expression copying when an OrderBy expression is explicitly provided. Thanks Jannis Vajen for the report and regression test. Backport of b15f162f252610e3b510ade465549769ab4356cf from main
2023-02-22[4.2.x] Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.Panagiotis H.M. Issaris
Regression in 08c5a787262c1ae57f6517d4574b54a5fcaad124. Follow up to 4b066bde692078b194709d517b27e55defae787c. Backport of dcd974698301a38081c141ccba6dcafa5ed2c80e from main
2023-02-20[4.2.x] Bumped version for 4.2 beta 1.4.2b1Mariusz Felisiak
2023-02-20[4.2.x] Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra ↵Laurens Verhoeven
forms is disabled. Backport of 6cbc403b8ee7014bd6dae4892d404eedb1d4a50d from main
2023-02-20[4.2.x] Fixed #34346 -- Ordered selected expressions by position.Simon Charette
Used the same approach as for #34176 by using selected expressions position to prevent ambiguous aliases in collisions. Thanks henribru for the report. Regression in 04518e310d4552ff7595a34f5a7f93487d78a406. Backport of 278881e37619278789942513916acafaa88d26f3 from main
2023-02-17[4.2.x] Fixed #34302 -- Fixed SpatialReference.srid for objects without ↵Stefan Brand
top-level authority. Backport of eacf6b73d8eace004f840bd9b80c8c671caab9da from main
2023-02-17[4.2.x] Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when ↵Stefan Brand
target is None. force_bytes() turns None into the byte string b"None". Since ctypes.c_char_p() also accepts None, we can bypass force_bytes() if target is None. Backport of d77762de038d1ab46cdcda2b7202d36c80956e25 from main
2023-02-17[4.2.x] Fixed #34342, Refs #33735 -- Fixed test client handling of async ↵Alexandre Spaeth
streaming responses. Bug in 0bd2c0c9015b53c41394a1c0989afbfd94dc2830. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Backport of 52b054824e899db40ba48f908a9a00dadc56cb89 from main
2023-02-15[4.2.x] Fixed #34320 -- Make sure constraints names are obtained from ↵nabil-rady
truncated columns names. Backport of 6bdc3c58b65eb32fd63cd41849f00a17a36b4473 from main
2023-02-14[4.2.x] Fixed #34250 -- Fixed renaming model with m2m relation to a model ↵DevilsAutumn
with the same name. Backport of ff3a2834224f527ca574b5cd0d578c8c26d51a6c from main
2023-02-14[4.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
Thanks to Jakob Ackermann for the report.
2023-02-13[4.2.x] Fixed #34316 -- Fixed layout of admin password change forms and help ↵sarahboyce
texts. Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd. Backport of e67804668115fd388e7554c6a809bd409f70adfe from main
2023-02-10[4.2.x] Fixed #32813 -- Made runserver display port after binding.Dhanush
Thanks Florian Apolloner for the review. Backport of a18d20ca97e6799152c1e0b6f007fde943053dcb from main
2023-02-08[4.2.x] Fixed #34319 -- Fixed Model.validate_constraints() crash on ↵Mariusz Felisiak
ValidationError with no code. Thanks Mateusz Kurowski for the report. Regression in 667105877e6723c6985399803a364848891513cc. Backport of 2fd755b361d3da2cd0440fc9839feb2bb69b027b from main
2023-02-08[4.2.x] Fixed #34315 -- Preserved admin changelist filters on "Close" button.Bakdolot
Backport of 325c44ac6c070465ef2b3b7b8ed06cbcb88a3f10 from main
2023-02-08[4.2.x] Fixed #34313 -- Updated thousands separator for Spanish (ES) locale.Youngkwang Yang
Format was updated from a comma to a space in 2010. ref: https://en.wikipedia.org/wiki/Decimal_separator#Examples_of_use Backport of 9f20f382cab9241f2e8ec724eb84d341a68567bc from main
2023-02-07[4.2.x] Fixed #34285 -- Fixed index/slice lookups on filtered aggregates ↵Nils VAN ZUIJLEN
with ArrayField. Thanks Simon Charette for the review. Backport of ae1fe72e9b1f5fe3b05e5b670bd0c205cd305e71 from main
2023-02-07[4.2.x] Fixed #33638 -- Fixed GIS lookups crash with geography fields on ↵Jacob Walls
PostGIS. Backport of 4403432b759124aa613249373e0d2ede64ae8765 from main
2023-02-07[4.2.x] Fixed #34301 -- Made admin's submit_row check add permission for ↵Frederic Mheir
"Save as new" button. Backport of 2878938626aed211d03db33a9a135c9b1d933069 from main
2023-02-06[4.2.x] Made PostgreSQL's SchemaEditor._create_index_sql() respect the "sql" ↵Dan Glass
argument. Backport of bd366ca2aeffa869b7dbc0b0aa01caea75e6dc31 from main
2023-02-04[4.2.x] Increased the default PBKDF2 iterations for Django 4.2.Mariusz Felisiak
See https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2. Thanks Markus Holtermann for the report.
2023-02-03[4.2.x] Fixed #34259 -- Passed called_from_command_line to command subparsers.Adam Johnson
Backport of 017fa23d3b0aee9142f531c2a0002fc86c82a54c from main
2023-02-02[4.2.x] Fixed #34286 -- Fixed admindocs markups for case-sensitive ↵skidipap
template/view names. Backport of 1250483ebf73f7a82ff820b94092c63ce4238264 from main
2023-02-02[4.2.x] Improved error message for ASCIIUsernameValidator.Mariusz Felisiak
Follow up to 10bb21e71e3668f770493e2af0d0e0271830f7a3. Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org> Backport of c626173833784c86920b448793ac45005af4c058 from main
2023-02-01[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.David Smith
Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0 Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main
2023-02-01[4.2.x] Fixed CVE-2023-23969 -- Prevented DoS with pathological values for ↵Nick Pope
Accept-Language. The parsed values of Accept-Language headers are cached in order to avoid repetitive parsing. This leads to a potential denial-of-service vector via excessive memory usage if the raw value of Accept-Language headers is very large. Accept-Language headers are now limited to a maximum length in order to avoid this issue.
2023-01-31[4.2.x] Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't ↵sag᠎e
create foreign key index when unique constraint is ignored. Regression in b731e8841558ee4caaba766c83f34ea9c7004f8b. Backport of 110b3b83567da22f19ec04210db134d0fe83d662 from main
2023-01-30[4.2.x] Fixed #34283 -- Escaped title in admin's changelist filters.Stanislav Volyk
Regression in 27aa7035f57f0db30b6632e4274e18b430906799. Backport of 20a0850099340fb4cb8df0e4441e5019b2cbd1ea from main
2023-01-27[4.2.x] Fixed #28054 -- Made runserver not return response body for HEAD ↵Sarah Boyce
requests. Co-authored-by: jannschu <jannik.schuerg@posteo.de> Backport of 8acc433e415cd771f69dfe84e57878a83641e78b from main
2023-01-27[4.2.x] Refs #34255 -- Skipped test_group_by_nested_expression_with_params ↵Mariusz Felisiak
test on PostgreSQL when server-side binding cursors are used. Thanks Tim Graham for the review. Backport of 82dad11bfe45f96f15e2330f58f62919cab9f14c from main