summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-11[4.0.x] Bumped version for 4.0.4 release.4.0.4Mariusz Felisiak
2022-04-11[4.0.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against...Mariusz Felisiak
2022-04-11[4.0.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), a...Mariusz Felisiak
2022-04-11[4.0.x] Fixed #33628 -- Ignored directories with empty names in autoreloader ...Manel Clos
2022-04-04[4.0.x] Added stub release notes and release date for 4.0.4, 3.2.13, and 2.2.28.Mariusz Felisiak
2022-03-31[4.0.x] Fixed #32129 -- Adjusted the docs for session expiry helpers.sarahboyce
2022-03-30[4.0.x] Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_rel...Mariusz Felisiak
2022-03-29[4.0.x] Updated Oracle docs links to Oracle 21c.Mariusz Felisiak
2022-03-29[4.0.x] Updated various links to HTTPS and new locations.Mariusz Felisiak
2022-03-28[4.0.x] Corrected models.FileField signature in docs.Sih Sîng-hông薛丞宏
2022-03-26[4.0.x] Reverted "Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+."Mariusz Felisiak
2022-03-25[4.0.x] Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+.Mariusz Felisiak
2022-03-22[4.0.x] Fixed #33544 -- Expanded the TEMPLATES section of the Deployment chec...Samuel Hartmann
2022-03-22[4.0.x] Fixed #33585 -- Made example git repo URLs use HTTPS protocol.Carlton Gibson
2022-03-22[4.0.x] Refs #31676 -- Used term "merger" instead of "committer" in docs.Mariusz Felisiak
2022-03-19[4.0.x] Renamed Jenkins wiki page to CI.Mariusz Felisiak
2022-03-17[4.0.x] Added missing backticks to function names.Mariusz Felisiak
2022-03-17[4.0.x] Corrected CSRF reference in middleware docs.tommcn
2022-03-14[4.0.x] Corrected AppConfig.get_models() signature in docs.David Sanders
2022-03-01[4.0.x] Added stub release notes for Django 4.0.4.Carlton Gibson
2022-03-01[4.0.x] Post-release version bump.Carlton Gibson
2022-03-01[4.0.x] Bumped version for 4.0.3 release.4.0.3Carlton Gibson
2022-03-01[4.0.x] Updated release date for version 4.0.3.Carlton Gibson
2022-03-01[4.0.x] Fixed #33547 -- Fixed error when rendering invalid inlines with reado...Mariusz Felisiak
2022-02-21[4.0.x] Refs #33476 -- Mentioned black in docs about pre-commit checks.Vaarun Sinha
2022-02-21[4.0.x] Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt.Andrey Otto
2022-02-18[4.0.x] Fixed typo in docs/topics/i18n/translation.txt.Philipp Bosch
2022-02-16[4.0.x] Fixed #33515 -- Prevented recreation of migration for ManyToManyField...Mariusz Felisiak
2022-02-12[4.0.x] Refs #32074 -- Recommended aiosmtpd for minimal SMTP server.Claude Paroz
2022-02-09[4.0.x] Refs #33476 -- Ignored formatting changes in git blame.Mariusz Felisiak
2022-02-08[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line l...Mariusz Felisiak
2022-02-08[4.0.x] Refs #33476 -- Reformatted code with Black.django-bot
2022-02-08[4.0.x] Refs #33476 -- Changed quotation marks in DebugViewTests.test_templat...Mariusz Felisiak
2022-02-08[4.0.x] Refs #33476 -- Added GitHub action to run black linter.Carlton Gibson
2022-02-08[4.0.x] Refs #33476 -- Adjusted docs and config files for Black.Carlton Gibson
2022-02-08[4.0.x] Fixed #32518 -- Doc'd that QuerySet.contains() should not be overused.John Hollingsworth
2022-02-05[4.0.x] Refs #32243 -- Fixed typo in docs/topics/files.txt.Grace Hawkins
2022-02-03[4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-02-03[4.0.x] Fixed #32243 -- Added docs examples for manually saving Files.Joshua Massover
2022-02-03[4.0.x] Improved example of using a custom queryset in Model formsets docs.Mike Lissner
2022-02-02[4.0.x] Added Redis to warning about using cached sessions in docs.Theofilos Alexiou
2022-02-02[4.0.x] Fixed typo in release notes.David Smith
2022-02-01[4.0.x] Refs #33476 -- Used vertical hanging indentation for format lists wit...Mariusz Felisiak
2022-02-01[4.0.x] Added stub release notes for 4.0.3.Mariusz Felisiak
2022-02-01[4.0.x] Added CVE-2022-22818 and CVE-2022-23833 to security archive.Mariusz Felisiak
2022-02-01[4.0.x] Post-release version bump.Mariusz Felisiak
2022-02-01[4.0.x] Bumped version for 4.0.2 release.4.0.2Mariusz Felisiak
2022-02-01[4.0.x] Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.Mariusz Felisiak
2022-02-01[4.0.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann
2022-02-01[4.0.x] Fixed #33480 -- Fixed makemigrations crash when renaming field of ren...Kirill Safronov