summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [4.0.x] Bumped version for 4.0.4 release.4.0.4Mariusz Felisiak2022-04-111-1/+1
* [4.0.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against...Mariusz Felisiak2022-04-117-11/+85
* [4.0.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), a...Mariusz Felisiak2022-04-118-0/+108
* [4.0.x] Fixed #33628 -- Ignored directories with empty names in autoreloader ...Manel Clos2022-04-114-4/+28
* [4.0.x] Added stub release notes and release date for 4.0.4, 3.2.13, and 2.2.28.Mariusz Felisiak2022-04-044-2/+18
* [4.0.x] Fixed #32129 -- Adjusted the docs for session expiry helpers.sarahboyce2022-03-312-3/+19
* [4.0.x] Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_rel...Mariusz Felisiak2022-03-303-10/+68
* [4.0.x] Updated Oracle docs links to Oracle 21c.Mariusz Felisiak2022-03-296-12/+12
* [4.0.x] Updated various links to HTTPS and new locations.Mariusz Felisiak2022-03-297-12/+12
* [4.0.x] Corrected models.FileField signature in docs.Sih Sîng-hông薛丞宏2022-03-281-1/+1
* [4.0.x] Reverted "Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+."Mariusz Felisiak2022-03-261-24/+0
* [4.0.x] Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+.Mariusz Felisiak2022-03-251-0/+24
* [4.0.x] Fixed #33544 -- Expanded the TEMPLATES section of the Deployment chec...Samuel Hartmann2022-03-221-2/+4
* [4.0.x] Fixed #33585 -- Made example git repo URLs use HTTPS protocol.Carlton Gibson2022-03-221-2/+2
* [4.0.x] Refs #31676 -- Used term "merger" instead of "committer" in docs.Mariusz Felisiak2022-03-2211-44/+322
* [4.0.x] Renamed Jenkins wiki page to CI.Mariusz Felisiak2022-03-191-4/+4
* [4.0.x] Added missing backticks to function names.Mariusz Felisiak2022-03-177-13/+14
* [4.0.x] Corrected CSRF reference in middleware docs.tommcn2022-03-171-4/+5
* [4.0.x] Corrected AppConfig.get_models() signature in docs.David Sanders2022-03-141-1/+1
* [4.0.x] Added stub release notes for Django 4.0.4.Carlton Gibson2022-03-012-0/+13
* [4.0.x] Post-release version bump.Carlton Gibson2022-03-011-1/+1
* [4.0.x] Bumped version for 4.0.3 release.4.0.3Carlton Gibson2022-03-011-1/+1
* [4.0.x] Updated release date for version 4.0.3.Carlton Gibson2022-03-011-1/+1
* [4.0.x] Fixed #33547 -- Fixed error when rendering invalid inlines with reado...Mariusz Felisiak2022-03-014-1/+29
* [4.0.x] Refs #33476 -- Mentioned black in docs about pre-commit checks.Vaarun Sinha2022-02-211-3/+3
* [4.0.x] Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt.Andrey Otto2022-02-211-1/+1
* [4.0.x] Fixed typo in docs/topics/i18n/translation.txt.Philipp Bosch2022-02-181-1/+1
* [4.0.x] Fixed #33515 -- Prevented recreation of migration for ManyToManyField...Mariusz Felisiak2022-02-164-14/+45
* [4.0.x] Refs #32074 -- Recommended aiosmtpd for minimal SMTP server.Claude Paroz2022-02-121-4/+8
* [4.0.x] Refs #33476 -- Ignored formatting changes in git blame.Mariusz Felisiak2022-02-091-0/+4
* [4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line l...Mariusz Felisiak2022-02-08404-2862/+5957
* [4.0.x] Refs #33476 -- Reformatted code with Black.django-bot2022-02-081985-94452/+137658
* [4.0.x] Refs #33476 -- Changed quotation marks in DebugViewTests.test_templat...Mariusz Felisiak2022-02-082-2/+3
* [4.0.x] Refs #33476 -- Added GitHub action to run black linter.Carlton Gibson2022-02-081-0/+8
* [4.0.x] Refs #33476 -- Adjusted docs and config files for Black.Carlton Gibson2022-02-089-45/+54
* [4.0.x] Fixed #32518 -- Doc'd that QuerySet.contains() should not be overused.John Hollingsworth2022-02-081-22/+30
* [4.0.x] Refs #32243 -- Fixed typo in docs/topics/files.txt.Grace Hawkins2022-02-051-1/+1
* [4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-0352-209/+229
* [4.0.x] Fixed #32243 -- Added docs examples for manually saving Files.Joshua Massover2022-02-032-0/+24
* [4.0.x] Improved example of using a custom queryset in Model formsets docs.Mike Lissner2022-02-031-2/+3
* [4.0.x] Added Redis to warning about using cached sessions in docs.Theofilos Alexiou2022-02-021-5/+5
* [4.0.x] Fixed typo in release notes.David Smith2022-02-023-3/+3
* [4.0.x] Refs #33476 -- Used vertical hanging indentation for format lists wit...Mariusz Felisiak2022-02-0138-134/+273
* [4.0.x] Added stub release notes for 4.0.3.Mariusz Felisiak2022-02-012-0/+13
* [4.0.x] Added CVE-2022-22818 and CVE-2022-23833 to security archive.Mariusz Felisiak2022-02-011-0/+26
* [4.0.x] Post-release version bump.Mariusz Felisiak2022-02-011-1/+1
* [4.0.x] Bumped version for 4.0.2 release.4.0.2Mariusz Felisiak2022-02-011-1/+1
* [4.0.x] Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.Mariusz Felisiak2022-02-015-0/+40
* [4.0.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann2022-02-017-16/+87
* [4.0.x] Fixed #33480 -- Fixed makemigrations crash when renaming field of ren...Kirill Safronov2022-02-013-1/+24