summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-16[4.2.x] Fixed #34404 -- Clarified how FileResponse set Content-Type header.Ayush Bisht
Backport of fc266b694b9129e44b597d8a56927ee13fdac358 from main
2023-03-13[4.2.x] Refs #32355 -- Bumped required version of sqlparse in setup.cfg.Mariusz Felisiak
Follow up to 63d1cb0092f8933a92f471c5150d61140f33882c. Backport of fbe850106b2e4b85f838219cb9e1df95fba6c164 from main.
2023-03-12[4.2.x] Corrected example in CreateCollation() docs.Adam Johnson
Backport of 4db33e96d1b5b4ba1a739e15b28835495f78eee4 from main
2023-03-09[4.2.x] Doc'd that action descriptions are %-formatted.Mariusz Felisiak
Co-authored-by: JD Bothma <jbothma@gmail.com> Backport of cc67344db9de0248ba1064f7e986c6b29276a7b1 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-07[4.2.x] Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson
Backport of 279e611c017b5fcc055263e760de1495a9098ede from main
2023-03-06[4.2.x] Added stub release notes for 4.1.8.Mariusz Felisiak
Backport of 9a07999aef7958c9b5441e368cd90646d0edc5c9 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-03-01[4.2.x] Doc'd that django.setup() is called under ASGI.Adam Johnson
Backport of ef00d6ef8846c6b17d41ce46fa3798313e0c5b66 from main
2023-03-01[4.2.x] Fixed #34367 -- Updated instructions for installing GeoDjango on ↵Heath Henley
Windows. Thanks David Smith for the review. Backport of 54aecf95a2efb989263e3a888b54fb52cbc15787 from main
2023-03-01[4.2.x] Ignored 62510f01e76ad0526c94ea6d1bc6399c1ddf3df4 formatting changes ↵Mariusz Felisiak
in git blame.
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-03-01[4.2.x] Refs #34140 -- Added configurations to run blacken-docs linter and ↵Mariusz Felisiak
adjusted docs. This adds: - GitHub actions, - tox configuration, - pre-commit hook, and - makefile rules to run blacken-docs linter. Co-authored-by: David Smith <smithdc@gmail.com> Backport of 6015bab80e28aef2669f6fac53423aa65f70cb08 from main
2023-03-01[4.2.x] Refs #34140 -- Made minor edits to rst code-blocks.Mariusz Felisiak
Backport of 9cf2a5df70051dffcefe21c6b27203e2d5804922 from main
2023-02-28[4.2.x] Ignored 5bdd6223a24b2bcd0ee32251d6f3ce20e934a1dd formatting changes ↵Mariusz Felisiak
in git blame.
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting ↵Joseph Victor Zammit
issues in docs. Backport of ba755ca13123d2691a0926ddb64e5d0a2906a880 from main
2023-02-28[4.2.x] Refs #34320 -- Added skipIf for a test requiring check constraints.Tim Graham
Backport of 40e88ae8c899bcae3a9520f7a6519dd178185f85 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-24[4.2.x] Doc'd that Meta.indexes is preferred to Field.db_index.Adam Johnson
Backport of f9fe062de5fc0896d6bbbf3f260b5c44473b3c77 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-22[4.2.x] Moved DatabaseIntrospection.get_table_description() internal_size ↵Tim Graham
release note to "Database backend API" section. Backport of 31cd2852cb86197d5f3f5a637184a078ab0615f8 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-18[4.2.x] Refs #33308 -- Added tests for queryset ordered by annotation with ↵Simon Charette
nulls_first/nulls_last. Backport of a6511bc23329f1d3939571ad01d3176f8f6cb786 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-17[4.2.x] Refs #34342 -- Added tests for handling sync streaming responses by ↵Alexandre Spaeth
test client. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Backport of bfb8fda3e69cc6f5c6695ba70117faff51cc25a9 from main
2023-02-16[4.2.x] Refs #21080, Refs #34322 -- Added warning to ↵Mariusz Felisiak
ManifestStaticFilesStorage docs about paths in comments. Backport of bae053d497ba8a8de7e4f725973924bfb1885fd2 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-15[4.2.x] Refs #32339 -- Doc'd BaseFormSet.as_div()David Smith
Backport of 4038a8df0b8c20624ba826cf9af8f532e5a51aaa from main
2023-02-14[4.2.x] Bumped grunt-contrib-qunit versions in npm configurations.Sarah Boyce
Backport of e13954d2cfe8fba2045076b20a863aa7614937e6 from main
2023-02-14[4.2.x] Bumped versions in pre-commit and npm configurations.Sarah Boyce
Backport of 7e297e52c21e9203d2b963dd34b9098af9382994 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 #34328 -- Added async-only class-based middleware example.Carlton Gibson
Backport of ce8189eea007882bbe6db22f86b0965e718bd341 from main
2023-02-14[4.2.x] Added CVE-2023-24580 to security archive.Carlton Gibson
Backport of ecafcaf634fcef93f9da8cb12795273dd1c3a576 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 #29994 -- Added warning about performance of FileBasedCache ↵Sarah Boyce
with a large number of files. Co-authored-by: sheenarbw <699166+sheenarbw@users.noreply.github.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Backport of 1eb94bc8dab46dfa117d21ef4f3b52aebb593615 from main
2023-02-13[4.2.x] Fixed #34318 -- Added release note for ↵Sota Tabu
4bfe8c0eec835b8eaffcda7dc1e3b203751a790a. Backport of 3e9d413231edc29768cc7ca0427e63b19233f562 from main
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] Ignored b784768eef75afb32f6d2ce7166551a528bce0ec formatting changes ↵Mariusz Felisiak
in git blame.
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. Backport of 534ac4829764f317cf2fbc4a18354fcc998c1425 from main.
2023-02-10[4.2.x] Fixed #34325 -- Corrected wording in PercentRank() docs.dennisvang
This is consistent with the terminology used for the percent_rank() function in SQLite docs and PostgreSQL docs. Backport of 7bb741d787ba360a9f0d490db92e22e0d28204ed 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