summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [4.0.x] Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on ...Mariusz Felisiak2022-01-313-1/+19
* [4.0.x] Updated translations from Transifex.Claude Paroz2022-01-2939-720/+1086
* [4.0.x] Fixed #33459 -- Clarified index type in full text search docs.Thomas Aglassinger2022-01-281-2/+8
* [4.0.x] Fixed #33462 -- Fixed migration crash when altering type of primary k...Mariusz Felisiak2022-01-273-1/+74
* [4.0.x] Fixed #33048 -- Doc'd that DEBUG static files requests don't use midd...Kaushik Chintam2022-01-261-0/+4
* [4.0.x] Fixed #33407 -- Fixed .radiolist admin CSS.Carlton Gibson2022-01-263-10/+17
* [4.0.x] Added stub release notes and release date for 4.0.2, 3.2.12, and 2.2.27.Mariusz Felisiak2022-01-254-2/+23
* [4.0.x] Fixed #33449 -- Fixed makemigrations crash on models without Meta.ord...Fabian Büchler2022-01-214-5/+45
* [4.0.x] Improved wording in running Django’s test suite in contributing tut...Tilak2022-01-201-2/+2
* [4.0.x] Fixed #33443 -- Clarified when PasswordResetView sends an email.Brad Solomon2022-01-171-11/+14
* [4.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.Scott Pashley2022-01-121-1/+1
* [4.0.x] Fixed #33432 -- Fixed typo in docs/howto/outputting-csv.txt.Zeilentaucher2022-01-121-1/+1
* [4.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.Victor Peralta2022-01-111-1/+1
* [4.0.x] Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.Keryn Knight2022-01-103-0/+14
* [4.0.x] Corrected signatures of some functions in docs.Mariusz Felisiak2022-01-104-9/+9
* [4.0.x] Corrected directive for signals in django.contrib.auth docs.Mariusz Felisiak2022-01-101-3/+3
* [4.0.x] Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.Keryn Knight2022-01-083-5/+17
* [4.0.x] Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe.David2022-01-078-6/+44
* [4.0.x] Fixed #33410 -- Fixed recursive capturing of callbacks by TestCase.ca...Petter Friberg2022-01-073-8/+59
* [4.0.x] Removed unused comment directive in CBV topic docs.David2022-01-051-2/+0
* [4.0.x] Fixed malformed attribute directives in docs.David2022-01-052-2/+2
* [4.0.x] Added CVE-2021-45115, CVE-2021-45116, and CVE-2021-45452 to security ...Carlton Gibson2022-01-041-0/+41
* [4.0.x] Added stub release notes for Django 4.0.2.Carlton Gibson2022-01-042-0/+13
* [4.0.x] Post-release version bump.Carlton Gibson2022-01-041-1/+1
* [4.0.x] Bumped version for 4.0.1 release.4.0.1Carlton Gibson2022-01-041-1/+1
* [4.0.x] Fixed CVE-2021-45452 -- Fixed potential path traversal in storage sub...Florian Apolloner2022-01-046-7/+54
* [4.0.x] Fixed CVE-2021-45116 -- Fixed potential information disclosure in dic...Florian Apolloner2022-01-047-7/+135
* [4.0.x] Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilari...Florian Apolloner2022-01-046-15/+92
* [4.0.x] Avoided suggestion of plain text database password in sessions topic.Luke Plant2022-01-041-1/+1
* [4.0.x] Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.Mariusz Felisiak2021-12-311-3/+2
* [4.0.x] Improved @display(empty_value) example in ModelAdmin.empty_value_disp...mangelozzi2021-12-301-1/+1
* [4.0.x] Fixed #27936 -- Rewrote spanning multi-valued relationships docs.Jacob Walls2021-12-301-41/+63
* [4.0.x] Added default values to Entry's fields in making queries docs.Mariusz Felisiak2021-12-301-4/+6
* [4.0.x] Updated example of YAML serialization format in docs.Sergey Fursov2021-12-281-3/+4
* [4.0.x] Added stub release notes for 4.0.1, 3.2.11, and 2.2.26 releases.Carlton Gibson2021-12-284-2/+25
* [4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak2021-12-226-11/+8
* [4.0.x] Refs #31026 -- Updated TemplatesSetting docs to refer to forms.David Smith2021-12-221-6/+6
* [4.0.x] Added TemplatesSetting to list of built-in renderers in FORM_RENDERER...Adam Johnson2021-12-221-0/+1
* [4.0.x] Fixed #32600 -- Fixed Geometry collections and Polygon segmentation f...Brenton Partridge2021-12-215-14/+21
* [4.0.x] Fixed #33366 -- Fixed case handling with swappable setting detection ...Simon Charette2021-12-174-2/+43
* [4.0.x] Fixed #33350 -- Reallowed using cache decorators with duck-typed Http...Mariusz Felisiak2021-12-163-5/+47
* [4.0.x] Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django...Mariusz Felisiak2021-12-151-0/+9
* [4.0.x] Fixed #33361 -- Fixed Redis cache backend crash on booleans.Jeremy Lainé2021-12-143-4/+21
* [4.0.x] Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana2021-12-133-0/+9
* [4.0.x] Corrected example in models.DecimalField docs.Beomsoo Kim2021-12-131-1/+1
* [4.0.x] Updated link to Microsoft SQL Server backend.Wayne Lambert2021-12-131-1/+1