summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33465 -- Added empty __slots__ to SafeString and SafeData.Keryn Knight2022-01-291-1/+13
* Fixed #33461 -- Escaped template errors in the technical 500 debug page.Keryn Knight2022-01-283-2/+40
* Fixed #26142 -- Allowed model formsets to prevent new object creation.vgolubev2022-01-271-0/+67
* Fixed #33463 -- Fixed QuerySet.bulk_update() with F() expressions.Jörg Breitbart2022-01-271-0/+10
* Fixed #33462 -- Fixed migration crash when altering type of primary key with ...Mariusz Felisiak2022-01-271-0/+67
* Adjusted CBV resolver_match example in testing tools docs.Carlton Gibson2022-01-261-0/+9
* Increased test coverage for django.contrib.gis.gdal.layer.Layer.Mariusz Felisiak2022-01-262-2/+19
* Fixed #29984 -- Added QuerySet.iterator() support for prefetching related obj...Jacob Walls2022-01-251-1/+34
* Fixed #33458 -- Fixed encoding of messages with empty string as extra_tags.Timothy McCurrach2022-01-241-8/+25
* Stopped including type="text/css" attributes for CSS link tags.Claude Paroz2022-01-223-61/+61
* Fixed #33455 -- Improved error message when selenium is not installed.My-Name-Is-Nabil2022-01-211-0/+5
* Fixed #26760 -- Added --prune option to migrate command.Jacob Walls2022-01-213-0/+107
* Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_...Fabian Büchler2022-01-211-0/+38
* Fixed #33453 -- Dropped support for GDAL 2.1.Mariusz Felisiak2022-01-201-6/+5
* Fixed #33062 -- Made MultiPartParser remove non-printable chars from file names.Hrushikesh Vaidya2022-01-201-0/+23
* Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu2022-01-192-7/+306
* Added tests for SpatialReference.to_esri()/from_esri().Mariusz Felisiak2022-01-191-0/+9
* Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.Adam Johnson2022-01-184-0/+29
* Fixed #29338 -- Allowed using combined queryset in Subquery.Mariusz Felisiak2022-01-171-2/+35
* Fixed #33435 -- Fixed invalid SQL generatered by Subquery.as_sql().My-Name-Is-Nabil2022-01-171-0/+9
* Fixed #28135 -- Made simplify_regex() handle non-capturing groups.Ayush Joshi2022-01-141-0/+7
* Fixed #33441 -- Restored immutability of models.Field.__hash__().Adam Johnson2022-01-141-3/+8
* Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson2022-01-133-8/+19
* Refs #29708 -- Made SessionBase store expiry as string.Adam Johnson2022-01-131-19/+14
* Improved Model.__init__() properties loop.Adam Johnson2022-01-132-2/+12
* Refs #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Mariusz Felisiak2022-01-131-0/+14
* Fixed #33396 -- Added view name to technical 500 debug page.Hrushikesh Vaidya2022-01-133-0/+43
* Added exception to SuspiciousOperation logging.Adam Johnson2022-01-121-2/+6
* Fixed #11715 -- Changed default value of ModelAdmin.actions/inlines to empty ...Jacob Walls2022-01-111-0/+5
* Fixed #13251 -- Made pre/post_delete signals dispatch the origin.mgaligniana2022-01-112-9/+86
* Fixed #29026 -- Added --scriptable option to makemigrations.Jacob Walls2022-01-101-0/+41
* Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.Keryn Knight2022-01-101-0/+9
* Refs #32193 -- Removed python-memcached from test requirements.Jacob Walls2022-01-101-2/+0
* Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.Keryn Knight2022-01-081-3/+11
* Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe.David2022-01-071-0/+35
* Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering2022-01-073-0/+15
* Refs #28628 -- Added tests for intcomma with non-ASCII digits.Ad Timmering2022-01-071-0/+4
* Fixed #33216 -- Simpilified deconstructed paths for some expressions.Allen Jonathan David2022-01-072-2/+29
* Refs #33348 -- Deprecated passing errors=None to SimpleTestCase.assertFormErr...Baptiste Mispelon2022-01-061-1/+30
* Fixed #33410 -- Fixed recursive capturing of callbacks by TestCase.captureOnC...Petter Friberg2022-01-061-0/+52
* Fixed #33400 -- Added support for msg_prefix and count arguments to assertTem...Ad Timmering2022-01-051-5/+43
* Fixed #32511 -- Corrected handling prefetched nested reverse relationships.Jamie Matthews2022-01-051-0/+26
* Refs #33216 -- Made @deconstructible do not change path for subclasses.Allen Jonathan David2022-01-041-0/+28
* Refs #21275 -- Added more tests for @deconstructible decorator.Allen Jonathan David2022-01-042-0/+69
* Fixed CVE-2021-45452 -- Fixed potential path traversal in storage subsystem.Florian Apolloner2022-01-042-6/+19
* Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort te...Florian Apolloner2022-01-042-2/+63
* Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValida...Florian Apolloner2022-01-041-7/+4
* Fixed #33402 -- Optimized multiple AlterFooTogether operations.David Wobrock2022-01-041-31/+7
* Fixed #33406 -- Avoided creation of MaxLengthValidator(None) when resolving V...Keryn Knight2022-01-041-0/+1
* Refs #33406 -- Added test for not creating broken validators when resolving V...Keryn Knight2022-01-041-0/+23