summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-12-08[4.0.x] Refs #33319 -- Added note about commutation of QuerySet's | operator.Ömer Faruk Abacı
2021-12-08[4.0.x] Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a ...Baptiste Mispelon
2021-12-07[4.0.x] Improved release notes wording for template-based form rendering.Nick Pope
2021-12-07[4.0.x] Added stub release notes for 4.0.1.Mariusz Felisiak
2021-12-07[4.0.x] Post-release version bump.Mariusz Felisiak
2021-12-07[4.0.x] Bumped version for 4.0 release.4.0Mariusz Felisiak
2021-12-07[4.0.x] Finalized release notes for Django 4.0.Mariusz Felisiak
2021-12-07[4.0.x] Updated asgiref dependency for 4.0 release series.Mariusz Felisiak
2021-12-07[4.0.x] Added CVE-2021-44420 to security archive.Mariusz Felisiak
2021-12-07[4.0.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream...Florian Apolloner
2021-12-06[4.0.x] Updated translations from Transifex.Mariusz Felisiak
2021-12-06[4.0.x] Fixed #33335 -- Made model validation ignore functional unique constr...Hannes Ljungberg
2021-12-04[4.0.x] Refs #33333 -- Fixed PickleabilityTestCase.test_annotation_with_calla...Mariusz Felisiak
2021-12-03[4.0.x] Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField o...Mariusz Felisiak
2021-12-02[4.0.x] Fixed #33334 -- Alphabetized form and model fields in reference docs.Shivam Durgbuns
2021-11-30[4.0.x] Added stub release notes and release date for 3.2.10, 3.1.14 and 2.2.25.Mariusz Felisiak
2021-11-26[4.0.x] Fixed #33301 -- Clarified the type of arguments required by custom as...Baptiste Mispelon
2021-11-26[4.0.x] Refs #33163 -- Corrected example of connection signal handlers in App...Mariusz Felisiak
2021-11-24[4.0.x] Fixed typo in docs/releases/4.0.txt.Ryuji Tsutsui
2021-11-23[4.0.x] Corrected signatures of QuerySet's methods.Mariusz Felisiak
2021-11-22[4.0.x] Corrected isort example in coding style docs.Mariusz Felisiak
2021-11-22[4.0.x] Corrected "pip install" call in coding style docs.Paolo Melchiorre
2021-11-22[4.0.x] Bumped version for 4.0 release candidate 1.4.0rc1Mariusz Felisiak
2021-11-18[4.0.x] Added Malay language.jhisham
2021-11-18[4.0.x] Configured Read The Docs to build all formats.Adam Johnson
2021-11-17[4.0.x] Fixed crash building HTML docs since Sphinx 4.3.Mariusz Felisiak
2021-11-17[4.0.x] Fixed #33163 -- Added example of connection signal handlers in AppCon...Roxane
2021-11-12[4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names.Can Sarigol