summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Fixed #32992 -- Restored offset extraction for fixed offset timezones.Carlton Gibson2021-08-301-0/+25
* [3.2.x] Fixed #33030 -- Fixed broken links to GDAL docs.Märt Häkkinen2021-08-231-1/+1
* [3.2.x] Fixed #32947 -- Fixed hash() crash on reverse M2M relation when throu...Tom Wojcik2021-07-263-4/+43
* [3.2.x] Fixed #32949 -- Restored invalid number handling in DecimalField.vali...yakimka2021-07-211-1/+1
* [3.2.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by().Simon Charette2021-07-011-0/+8
* [3.2.x] Fixed #32863 -- Skipped system check for specifying type of auto-crea...Hasan Ramezani2021-06-221-0/+7
* [3.2.x] Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on...Mariusz Felisiak2021-06-101-0/+27
* [3.2.x] Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with d...Yuekui Li2021-06-102-0/+10
* [3.2.x] Fixed #32812 -- Restored immutability of named values from QuerySet.v...Takayuki Hirayama2021-06-043-0/+17
* [3.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.Mariusz Felisiak2021-06-023-0/+34
* [3.2.x] Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs'...Florian Apolloner2021-06-021-0/+16
* [3.2.x] Fixed #32793 -- Fixed loss of precision for temporal operations with ...Mariusz Felisiak2021-06-012-1/+9
* [3.2.x] Fixed #32783 -- Fixed crash of autoreloader when __main__ module does...Mariusz Felisiak2021-05-261-0/+11
* [3.2.x] Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for ...Hasan Ramezani2021-05-261-0/+20
* [3.2.x] Fixed #32747 -- Prevented initialization of unused caches.Mariusz Felisiak2021-05-181-0/+30
* [3.2.x] Fixed #32733 -- Skipped system check for specifying type of auto-crea...Rust Saiargaliev2021-05-181-0/+8
* [3.2.x] Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME.Slava Skvortsov2021-05-181-0/+36
* [3.2.x] Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak2021-05-132-10/+86
* [3.2.x] Fixed #32717 -- Fixed filtering of querysets combined with the | oper...Simon Charette2021-05-132-0/+9
* [3.2.x] Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connect...Nick Pope2021-05-121-21/+29
* [3.2.x] Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs fro...Mariusz Felisiak2021-05-061-1/+7
* [3.2.x] Refs CVE-2021-31542 -- Skipped mock AWS storage test on Windows.Carlton Gibson2021-05-061-0/+3
* [3.2.x] Fixed #32714 -- Prevented recreation of migration for Meta.ordering w...Simon Charette2021-05-051-0/+22
* [3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...Florian Apolloner2021-05-044-4/+89
* [3.2.x] Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery dec...Simon Charette2021-04-282-32/+15
* [3.2.x] Fixed #32687 -- Restored passing process’ environment to underlying...Konstantin Alekseev2021-04-272-2/+16
* [3.2.x] Fixed #32682 -- Made admin changelist use Exists() instead of distinc...Mariusz Felisiak2021-04-271-21/+52
* [3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak2021-04-271-2/+4
* [3.2.x] Refs #32682 -- Fixed QuerySet.delete() crash on querysets with self-r...Mariusz Felisiak2021-04-272-0/+15
* [3.2.x] Refs 32637 -- Made technical 404 debug page display exception message...Mariusz Felisiak2021-04-271-0/+10
* [3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin ...Zain Patel2021-04-261-0/+13
* [3.2.x] Used assertCountEqual() in ExcludeTests.test_exclude_subquery().Mariusz Felisiak2021-04-221-1/+1
* [3.2.x] Fixed #32650 -- Fixed handling subquery aliasing on queryset combinat...Simon Charette2021-04-211-6/+35
* [3.2.x] Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS...Mariusz Felisiak2021-04-211-0/+29
* [3.2.x] Fixed #32647 -- Restored multi-row select with shift-modifier in admi...Carlton Gibson2021-04-211-0/+22
* [3.2.x] Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.Florian Apolloner2021-04-151-2/+5
* [3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined ...Mariusz Felisiak2021-04-142-1/+31
* [3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with boolean e...Jonathan Richards2021-04-142-8/+18
* [3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.Arthur Jovart2021-04-141-2/+5
* [3.2.x] Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching a...Mariusz Felisiak2021-04-141-1/+5
* [3.2.x] Fixed #32635 -- Fixed system check crash for reverse o2o relations in...Hasan Ramezani2021-04-141-0/+43
* [3.2.x] Fixed #32637 -- Restored exception message on technical 404 debug page.Mariusz Felisiak2021-04-131-0/+6
* [3.2.x] Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combin...Iuri de Silvio2021-04-131-1/+19
* [3.2.x] Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_...Adam Johnson2021-04-082-1/+26
* [3.2.x] Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz2021-04-073-46/+54
* [3.2.x] Updated asgiref dependency for 3.2 release series.Carlton Gibson2021-04-061-1/+1
* [3.2.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploa...Mariusz Felisiak2021-04-064-16/+109
* [3.2.x] Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3...Mariusz Felisiak2021-04-061-0/+5
* [3.2.x] Updated translations from Transifex.Claude Paroz2021-04-061-6/+6
* [3.2.x] Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.Mariusz Felisiak2021-03-301-0/+1