index
:
chango.git
devmain
fix-31295
initial-branch
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
[3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2023-02-01
[3.2.x] Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Ac...
Nick Pope
2023-01-31
[3.2.x] Fixed inspectdb.tests.InspectDBTestCase.test_custom_fields() on SQLit...
Mariusz Felisiak
2023-01-31
[3.2.x] Removed 'tests' path prefix in a couple tests.
Tim Graham
2022-09-27
[3.2.x] Fixed CVE-2022-41323 -- Prevented locales being interpreted as regula...
Adam Johnson
2022-08-03
[3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.
Carlton Gibson
2022-07-05
[3.2.x] Fixed RelatedGeoModelTest.test08_defer_only() on MySQL 8+ with MyISAM...
Mariusz Felisiak
2022-07-04
[3.2.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) ag...
Mariusz Felisiak
2022-07-01
[3.2.x] Fixed GEOSTest.test_emptyCollections() on GEOS 3.8.0.
Mariusz Felisiak
2022-06-22
[3.2.x] Fixed test_request_lifecycle_signals_dispatched_with_thread_sensitive...
Mariusz Felisiak
2022-06-21
[3.2.x] Fixed CoveringIndexTests.test_covering_partial_index() when DEFAULT_I...
Mariusz Felisiak
2022-04-11
[3.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against...
Mariusz Felisiak
2022-04-11
[3.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), a...
Mariusz Felisiak
2022-04-11
[3.2.x] Fixed #33628 -- Ignored directories with empty names in autoreloader ...
Manel Clos
2022-03-26
[3.2.x] Reverted "Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+."
Mariusz Felisiak
2022-03-25
[3.2.x] Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+.
Mariusz Felisiak
2022-02-01
[3.2.x] Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.
Mariusz Felisiak
2022-02-01
[3.2.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.
Markus Holtermann
2022-01-04
[3.2.x] Fixed CVE-2021-45452 -- Fixed potential path traversal in storage sub...
Florian Apolloner
2022-01-04
[3.2.x] Fixed CVE-2021-45116 -- Fixed potential information disclosure in dic...
Florian Apolloner
2022-01-04
[3.2.x] Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilari...
Florian Apolloner
2021-12-07
[3.2.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream...
Florian Apolloner
2021-12-04
[3.2.x] Refs #33333 -- Fixed PickleabilityTestCase.test_annotation_with_calla...
Mariusz Felisiak
2021-12-03
[3.2.x] Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField o...
Mariusz Felisiak
2021-10-18
[3.2.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...
Hannes Ljungberg
2021-10-15
[3.2.x] Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.
Mariusz Felisiak
2021-10-14
[3.2.x] Refs #27131 -- Removed SMTPBackendTests.test_server_login().
Mariusz Felisiak
2021-10-05
[3.2.x] Refs #32074 -- Fixed find_module()/find_loader() warnings on Python 3...
Mariusz Felisiak
2021-10-05
[3.2.x] Refs #32074 -- Removed usage of deprecated Thread.setDaemon().
Karthikeyan Singaravelan
2021-10-05
[3.2.x] Skipped test_archive tests when bz2/lzma module is not installed.
Mariusz Felisiak
2021-09-21
[3.2.x] Fixed #33083 -- Fixed selecting all items in the admin changelist whe...
Carlton Gibson
2021-09-18
[3.2.x] Fixed #33077 -- Fixed links to related models for admin's readonly fi...
Ken Whitesell
2021-09-02
[3.2.x] Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on P...
Mariusz Felisiak
2021-08-30
[3.2.x] Fixed #32992 -- Restored offset extraction for fixed offset timezones.
Carlton Gibson
2021-08-23
[3.2.x] Fixed #33030 -- Fixed broken links to GDAL docs.
Märt Häkkinen
2021-07-26
[3.2.x] Fixed #32947 -- Fixed hash() crash on reverse M2M relation when throu...
Tom Wojcik
2021-07-21
[3.2.x] Fixed #32949 -- Restored invalid number handling in DecimalField.vali...
yakimka
2021-07-01
[3.2.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by().
Simon Charette
2021-06-22
[3.2.x] Fixed #32863 -- Skipped system check for specifying type of auto-crea...
Hasan Ramezani
2021-06-10
[3.2.x] Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on...
Mariusz Felisiak
2021-06-10
[3.2.x] Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with d...
Yuekui Li
2021-06-04
[3.2.x] Fixed #32812 -- Restored immutability of named values from QuerySet.v...
Takayuki Hirayama
2021-06-02
[3.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.
Mariusz Felisiak
2021-06-02
[3.2.x] Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs'...
Florian Apolloner
2021-06-01
[3.2.x] Fixed #32793 -- Fixed loss of precision for temporal operations with ...
Mariusz Felisiak
2021-05-26
[3.2.x] Fixed #32783 -- Fixed crash of autoreloader when __main__ module does...
Mariusz Felisiak
2021-05-26
[3.2.x] Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for ...
Hasan Ramezani
2021-05-18
[3.2.x] Fixed #32747 -- Prevented initialization of unused caches.
Mariusz Felisiak
2021-05-18
[3.2.x] Fixed #32733 -- Skipped system check for specifying type of auto-crea...
Rust Saiargaliev
2021-05-18
[3.2.x] Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME.
Slava Skvortsov
[next]