index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2023-02-07
[4.0.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2023-02-02
[4.0.x] Fixed thread termination in servers.tests.LiveServerPort on Python < ...
Mariusz Felisiak
2023-02-02
[4.0.x] Fixed thread termination in servers.tests.LiveServerPort on Python 3....
Mariusz Felisiak
2023-02-01
[4.0.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
[4.0.x] Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Ac...
Nick Pope
2023-01-31
[4.0.x] Fixed E501 flake8 error.
Mariusz Felisiak
2023-01-31
[4.0.x] Fixed inspectdb.tests.InspectDBTestCase.test_custom_fields() on SQLit...
Mariusz Felisiak
2022-10-20
[4.0.x] Skipped scrypt tests when OpenSSL 1.1+ is not installed.
HieuPham9720
2022-09-27
[4.0.x] Fixed CVE-2022-41323 -- Prevented locales being interpreted as regula...
Adam Johnson
2022-08-03
[4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.
Carlton Gibson
2022-08-03
[4.0.x] Fixed warnings per flake8 5.0.0.
Mariusz Felisiak
2022-07-05
[4.0.x] Fixed RelatedGeoModelTest.test08_defer_only() on MySQL 8+ with MyISAM...
Mariusz Felisiak
2022-07-04
[4.0.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) ag...
Mariusz Felisiak
2022-07-01
[4.0.x] Fixed GEOSTest.test_emptyCollections() on GEOS 3.8.0.
Mariusz Felisiak
2022-06-21
[4.0.x] Fixed CoveringIndexTests.test_covering_partial_index() when DEFAULT_I...
Mariusz Felisiak
2022-05-21
[4.0.x] Fixed #33725 -- Made hidden quick filter in admin's navigation sideba...
Sankalp
2022-05-19
[4.0.x] Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.
David Wobrock
2022-05-16
[4.0.x] Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connect...
Mariusz Felisiak
2022-05-02
[4.0.x] Removed 'tests' path prefix in a couple tests.
Tim Graham
2022-05-02
[4.0.x] Refs #31026 -- Changed @jinja2_tests imports to be relative.
Jacob Walls
2022-04-11
[4.0.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against...
Mariusz Felisiak
2022-04-11
[4.0.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), a...
Mariusz Felisiak
2022-04-11
[4.0.x] Fixed #33628 -- Ignored directories with empty names in autoreloader ...
Manel Clos
2022-03-30
[4.0.x] Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_rel...
Mariusz Felisiak
2022-03-26
[4.0.x] Reverted "Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+."
Mariusz Felisiak
2022-03-25
[4.0.x] Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+.
Mariusz Felisiak
2022-03-01
[4.0.x] Fixed #33547 -- Fixed error when rendering invalid inlines with reado...
Mariusz Felisiak
2022-02-16
[4.0.x] Fixed #33515 -- Prevented recreation of migration for ManyToManyField...
Mariusz Felisiak
2022-02-08
[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line l...
Mariusz Felisiak
2022-02-08
[4.0.x] Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-08
[4.0.x] Refs #33476 -- Changed quotation marks in DebugViewTests.test_templat...
Mariusz Felisiak
2022-02-03
[4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz 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-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
[next]