summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-27[4.0.x] Fixed #33462 -- Fixed migration crash when altering type of primary k...Mariusz Felisiak
2022-01-21[4.0.x] Fixed #33449 -- Fixed makemigrations crash on models without Meta.ord...Fabian Büchler
2022-01-10[4.0.x] Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.Keryn Knight
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-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
2021-12-22[4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak
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-14[4.0.x] Fixed #33361 -- Fixed Redis cache backend crash on booleans.Jeremy Lainé
2021-12-08[4.0.x] Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a ...Baptiste Mispelon
2021-12-07[4.0.x] Updated asgiref dependency for 4.0 release series.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-11-12[4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names.Can Sarigol
2021-11-09[4.0.x] Refs #33263 -- Added warning to BaseDeleteView when delete() method i...Mariusz Felisiak
2021-11-05[4.0.x] Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ...Mariusz Felisiak
2021-11-04[4.0.x] Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesSto...Carlton Gibson
2021-11-02[4.0.x] Fixed #33234 -- Fixed autodetector crash for proxy models inheriting ...Mariusz Felisiak
2021-10-25[4.0.x] Fixed #31503 -- Made autodetector remove unique/index_together before...David Wobrock
2021-10-25[4.0.x] Fixed #33205 -- Made call_command() raise TypeError when dest with mu...Hasan Ramezani
2021-10-21[4.0.x] Fixed #33215 -- Confirmed support for GEOS 3.10.Mariusz Felisiak
2021-10-20[4.0.x] Fixed #33043 -- Made method_decorator() preserve wrapper assignments.Vinay Karanam
2021-10-20[4.0.x] Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.David Smith
2021-10-19[4.0.x] Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2021-10-18[4.0.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...Hannes Ljungberg
2021-10-15[4.0.x] Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.Mariusz Felisiak
2021-10-14[4.0.x] Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys.Martin Svoboda
2021-10-14[4.0.x] Refs #27131 -- Removed SMTPBackendTests.test_server_login().Mariusz Felisiak
2021-10-12[4.0.x] Fixed #33178 -- Made createsuperuser validate required fields passed ...Christophe Henry
2021-10-12[4.0.x] Refs #21755 -- Fixed createsuperuser crash for required foreign keys ...Christophe Henry
2021-10-12[4.0.x] Refs #29628, Refs #33178 -- Made createsuperuser validate password ag...Mariusz Felisiak
2021-10-07[4.0.x] Fixed #33151 -- Fixed createsuperuser crash for many-to-many required...Christophe Henry
2021-10-06[4.0.x] Fixed #33156 -- Used sessionStorage to preserve quick filter for admi...Maxim Milovanov
2021-10-01[4.0.x] Fixed SpGistIndex tests on PostgreSQL 14+.Nick Pope
2021-10-01[4.0.x] Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on...Daniel Hahler
2021-09-30[4.0.x] Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.Aljaž Košir
2021-09-30[4.0.x] Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() t...Mariusz Felisiak
2021-09-29[4.0.x] Fixed #33018 -- Fixed annotations with empty queryset.David Wobrock
2021-09-29[4.0.x] Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_res...David Wobrock