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
2020-03-25
[3.0.x] Fixed #31377 -- Disabled grouping by aliases on QuerySet.values()/val...
Hasan Ramezani
2020-03-10
[3.0.x] Fixed #30439 -- Added support for different plural forms for a language.
Claude Paroz
2020-03-05
[3.0.x] Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.
Mariusz Felisiak
2020-03-04
[3.0.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS fu...
Mariusz Felisiak
2020-03-03
[3.0.x] Fixed #31150 -- Included subqueries that reference related fields in ...
Mariusz Felisiak
2020-02-27
[3.0.x] Refs #31312 -- Fixed FTimeDeltaTests.test_date_case_subtraction() test.
Mariusz Felisiak
2020-02-27
[3.0.x] Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
Simon Charette
2020-02-18
[3.0.x] Fixed #31271 -- Preserved ordering when unifying query parameters on ...
Mariusz Felisiak
2020-02-11
[3.0.x] Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of...
Abhijeet Viswa
2020-02-11
[3.0.x] Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper i...
Florian Apolloner
2020-02-11
[3.0.x] Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper ...
Florian Apolloner
2020-02-11
[3.0.x] Fixed #31253 -- Fixed data loss possibility when using caching from a...
Jon Dufresne
2020-02-03
[3.0.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.
Simon Charette
2020-02-03
[3.0.x] Fixed #31217 -- Made QuerySet.values()/values_list() group by not sel...
Mariusz Felisiak
2020-01-22
[3.0.x] Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey ...
Eugene Hatsko
2020-01-21
[3.0.x] Fixed #31195 -- Relaxed GeometryDistance test for PROJ 5.2+.
Sergey Fedoseev
2020-01-17
[3.0.x] Refs #31097 -- Added django.db.models.Q import to contrib.postgres ag...
Mariusz Felisiak
2020-01-15
[3.0.x] Fixed #31124 -- Fixed setting of get_FOO_display() when overriding in...
Carlton Gibson
2020-01-15
[3.0.x] Refs #31136 -- Made QuerySet.values()/values_list() group only by sel...
Mariusz Felisiak
2020-01-14
[3.0.x] Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter whe...
David Wobrock
2020-01-11
[3.0.x] Fixed #31155 -- Fixed a system check for the longest choice when a na...
Mariusz Felisiak
2020-01-10
[3.0.x] Fixed #31154 -- Added support for using enumeration types in templates.
Adam Johnson
2020-01-08
[3.0.x] Fixed #31141 -- Relaxed system check of translation settings for subl...
Mariusz Felisiak
2020-01-07
[3.0.x] Fixed timezones tests for PyYAML 5.3+.
Mariusz Felisiak
2020-01-04
[3.0.x] Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/val...
Mariusz Felisiak
2020-01-03
[3.0.x] Fixed #31133 -- Fixed crash when subtracting against a subquery annot...
Simon Charette
2020-01-03
[3.0.x] Refs #31040 -- Fixed crypt.crypt() call in test_hashers.py.
Mariusz Felisiak
2019-12-30
[3.0.x] Fixed #31071 -- Disabled insert optimization for primary keys with de...
Simon Charette
2019-12-23
[3.0.x] Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding ...
Mariusz Felisiak
2019-12-23
[3.0.x] Refs #31115 -- Added test for nested subquery that references related...
Mariusz Felisiak
2019-12-23
[3.0.x] Fixed #31109 -- Disabled grouping by aliases on QuerySet.exists().
Simon Charette
2019-12-19
[3.0.x] Fixed #31094 -- Included columns referenced by subqueries in GROUP BY...
Simon Charette
2019-12-18
[3.0.x] Fixed CVE-2019-19844 -- Used verified user email for password reset r...
Simon Charette
2019-12-11
[3.0.x] Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating a...
Peter Andersen
2019-12-06
[3.0.x] Fixed #31060 -- Reallowed window expressions to be used in conditions...
Alex Aktsipetrov
2019-12-06
[3.0.x] Fixed #31061 -- Ignored positional args in django.urls.resolve() when...
Mariusz Felisiak
2019-12-03
[3.0.x] Fixed #31056 -- Allowed disabling async-unsafe check with an environm...
Andrew Godwin
2019-12-02
Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...
Carlton Gibson
2019-12-02
[3.0.x] Fixed #30953 -- Made select_for_update() lock queryset's model when u...
Mariusz Felisiak
2019-11-29
[3.0.x] Fixed #31021 -- Fixed proxy model permissions data migration crash wi...
Mariusz Felisiak
2019-11-26
[3.0.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset...
Baptiste Mispelon
2019-11-25
[3.0.x] Fixed #27914 -- Fixed serialization of nested classes in migrations.
John Bowen
2019-11-25
[3.0.x] Refs #23950 --- Moved test DeconstructibleInstances class to a module...
John Bowen
2019-11-21
[3.0.x] Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of r...
Carlton Gibson
2019-11-20
[3.0.x] Pinned asgiref to 3.2 series.
Carlton Gibson
2019-11-18
[3.0.x] Fixed #30986 -- Fixed queryset crash when filtering against boolean R...
Mariusz Felisiak
2019-11-13
[3.0.x] Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing ...
George Marshall
2019-11-11
[3.0.x] Fixed #30967 -- Fixed TrigramTest failures on PostgreSQL 12+.
Hannes Ljungberg
2019-11-06
[3.0.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
Stephen Rauch
2019-11-04
[3.0.x] Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
Carlton Gibson
[next]