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
/
docs
/
releases
/
3.0.3.txt
Age
Commit message (
Expand
)
Author
2020-02-03
Added release date for 3.0.3.
Carlton Gibson
2020-02-03
Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.
Simon Charette
2020-01-22
Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey with cus...
Eugene Hatsko
2020-01-15
Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...
Carlton Gibson
2020-01-14
Refs #31097 -- Added release notes for 2f565f84aca136d9cc4e4d061f3196ddf9358ab8.
Carlton Gibson
2020-01-11
Fixed #31155 -- Fixed a system check for the longest choice when a named grou...
Mariusz Felisiak
2020-01-10
Fixed #31154 -- Added support for using enumeration types in templates.
Adam Johnson
2020-01-08
Fixed #31141 -- Relaxed system check of translation settings for sublanguages.
Mariusz Felisiak
2020-01-04
Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/values_list().
Mariusz Felisiak
2020-01-03
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
Simon Charette
2020-01-02
Added stub release notes for 3.0.3.
Mariusz Felisiak