summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-01-31[4.0.x] Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on ...Mariusz Felisiak
2022-01-29[4.0.x] Updated translations from Transifex.Claude Paroz
2022-01-28[4.0.x] Fixed #33459 -- Clarified index type in full text search docs.Thomas Aglassinger
2022-01-27[4.0.x] Fixed #33462 -- Fixed migration crash when altering type of primary k...Mariusz Felisiak
2022-01-26[4.0.x] Fixed #33048 -- Doc'd that DEBUG static files requests don't use midd...Kaushik Chintam
2022-01-26[4.0.x] Fixed #33407 -- Fixed .radiolist admin CSS.Carlton Gibson
2022-01-25[4.0.x] Added stub release notes and release date for 4.0.2, 3.2.12, and 2.2.27.Mariusz Felisiak
2022-01-21[4.0.x] Fixed #33449 -- Fixed makemigrations crash on models without Meta.ord...Fabian Büchler
2022-01-20[4.0.x] Improved wording in running Django’s test suite in contributing tut...Tilak
2022-01-17[4.0.x] Fixed #33443 -- Clarified when PasswordResetView sends an email.Brad Solomon
2022-01-12[4.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.Scott Pashley
2022-01-12[4.0.x] Fixed #33432 -- Fixed typo in docs/howto/outputting-csv.txt.Zeilentaucher
2022-01-11[4.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.Victor Peralta
2022-01-10[4.0.x] Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.Keryn Knight
2022-01-10[4.0.x] Corrected signatures of some functions in docs.Mariusz Felisiak
2022-01-10[4.0.x] Corrected directive for signals in django.contrib.auth docs.Mariusz Felisiak
2022-01-08[4.0.x] Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.Keryn Knight
2022-01-07[4.0.x] Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe.David
2022-01-07[4.0.x] Fixed #33410 -- Fixed recursive capturing of callbacks by TestCase.ca...Petter Friberg
2022-01-05[4.0.x] Removed unused comment directive in CBV topic docs.David
2022-01-05[4.0.x] Fixed malformed attribute directives in docs.David