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
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
2021-05-13
[3.2.x] Fixed #32718 -- Relaxed file name validation in FileField.
Mariusz Felisiak
2021-05-13
[3.2.x] Fixed #32717 -- Fixed filtering of querysets combined with the | oper...
Simon Charette
2021-05-12
[3.2.x] Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connect...
Nick Pope
2021-05-06
[3.2.x] Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs fro...
Mariusz Felisiak
2021-05-06
[3.2.x] Refs CVE-2021-31542 -- Skipped mock AWS storage test on Windows.
Carlton Gibson
2021-05-05
[3.2.x] Fixed #32714 -- Prevented recreation of migration for Meta.ordering w...
Simon Charette
2021-05-04
[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...
Florian Apolloner
2021-04-28
[3.2.x] Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery dec...
Simon Charette
2021-04-27
[3.2.x] Fixed #32687 -- Restored passing process’ environment to underlying...
Konstantin Alekseev
2021-04-27
[3.2.x] Fixed #32682 -- Made admin changelist use Exists() instead of distinc...
Mariusz Felisiak
2021-04-27
[3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.
Mariusz Felisiak
2021-04-27
[3.2.x] Refs #32682 -- Fixed QuerySet.delete() crash on querysets with self-r...
Mariusz Felisiak
2021-04-27
[3.2.x] Refs 32637 -- Made technical 404 debug page display exception message...
Mariusz Felisiak
2021-04-26
[3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin ...
Zain Patel
2021-04-22
[3.2.x] Used assertCountEqual() in ExcludeTests.test_exclude_subquery().
Mariusz Felisiak
2021-04-21
[3.2.x] Fixed #32650 -- Fixed handling subquery aliasing on queryset combinat...
Simon Charette
2021-04-21
[3.2.x] Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS...
Mariusz Felisiak
2021-04-21
[3.2.x] Fixed #32647 -- Restored multi-row select with shift-modifier in admi...
Carlton Gibson
2021-04-15
[3.2.x] Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.
Florian Apolloner
2021-04-14
[3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined ...
Mariusz Felisiak
2021-04-14
[3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with boolean e...
Jonathan Richards
2021-04-14
[3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.
Arthur Jovart
2021-04-14
[3.2.x] Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching a...
Mariusz Felisiak
2021-04-14
[3.2.x] Fixed #32635 -- Fixed system check crash for reverse o2o relations in...
Hasan Ramezani
2021-04-13
[3.2.x] Fixed #32637 -- Restored exception message on technical 404 debug page.
Mariusz Felisiak
2021-04-13
[3.2.x] Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combin...
Iuri de Silvio
2021-04-08
[3.2.x] Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_...
Adam Johnson
2021-04-07
[3.2.x] Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.
Claude Paroz
2021-04-06
[3.2.x] Updated asgiref dependency for 3.2 release series.
Carlton Gibson
2021-04-06
[3.2.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploa...
Mariusz Felisiak
[next]