summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-01-04[4.0.x] Added CVE-2021-45115, CVE-2021-45116, and CVE-2021-45452 to security ...Carlton Gibson
2022-01-04[4.0.x] Added stub release notes for Django 4.0.2.Carlton Gibson
2022-01-04[4.0.x] Post-release version bump.Carlton Gibson
2022-01-04[4.0.x] Bumped version for 4.0.1 release.4.0.1Carlton Gibson
2022-01-04[4.0.x] Fixed CVE-2021-45452 -- Fixed potential path traversal in storage sub...Florian Apolloner
2022-01-04[4.0.x] Fixed CVE-2021-45116 -- Fixed potential information disclosure in dic...Florian Apolloner
2022-01-04[4.0.x] Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilari...Florian Apolloner
2022-01-04[4.0.x] Avoided suggestion of plain text database password in sessions topic.Luke Plant
2021-12-31[4.0.x] Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.Mariusz Felisiak
2021-12-30[4.0.x] Improved @display(empty_value) example in ModelAdmin.empty_value_disp...mangelozzi
2021-12-30[4.0.x] Fixed #27936 -- Rewrote spanning multi-valued relationships docs.Jacob Walls
2021-12-30[4.0.x] Added default values to Entry's fields in making queries docs.Mariusz Felisiak
2021-12-28[4.0.x] Updated example of YAML serialization format in docs.Sergey Fursov
2021-12-28[4.0.x] Added stub release notes for 4.0.1, 3.2.11, and 2.2.26 releases.Carlton Gibson
2021-12-22[4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak
2021-12-22[4.0.x] Refs #31026 -- Updated TemplatesSetting docs to refer to forms.David Smith
2021-12-22[4.0.x] Added TemplatesSetting to list of built-in renderers in FORM_RENDERER...Adam Johnson
2021-12-21[4.0.x] Fixed #32600 -- Fixed Geometry collections and Polygon segmentation f...Brenton Partridge
2021-12-17[4.0.x] Fixed #33366 -- Fixed case handling with swappable setting detection ...Simon Charette
2021-12-16[4.0.x] Fixed #33350 -- Reallowed using cache decorators with duck-typed Http...Mariusz Felisiak
2021-12-15[4.0.x] Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django...Mariusz Felisiak
2021-12-14[4.0.x] Fixed #33361 -- Fixed Redis cache backend crash on booleans.Jeremy Lainé
2021-12-13[4.0.x] Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana
2021-12-13[4.0.x] Corrected example in models.DecimalField docs.Beomsoo Kim
2021-12-13[4.0.x] Updated link to Microsoft SQL Server backend.Wayne Lambert