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
/
docs
/
releases
/
2.0.1.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2018-01-01
Added release date for 2.0.1 and 1.11.9.
Tim Graham
2017-12-27
Fixed #28958 -- Fixed admin changelist crash when using a query expression in...
Mariusz Felisiak
2017-12-26
Fixed #28944 -- Fixed crash when chaining values()/values_list() after QueryS...
Ran Benita
2017-12-22
Fixed #28884 -- Fixed crash on SQLite when renaming a field in a model refere...
Simon Charette
2017-12-20
Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str.
Tilmann Becker
2017-12-20
Fixed #28941 -- Fixed crash in testserver command startup.
Tim Graham
2017-12-12
Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fracti...
Sergey Fedoseev
2017-12-13
Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin....
Rodrigo Pinheiro Marques de Araújo
2017-12-12
Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.
Sergey Fedoseev
2017-12-08
Refs #28856 -- Added test for caching of a GenericForeignKey pointing to a mo...
Morgan Wahl
2017-12-05
Refs #28876 -- Fixed incorrect foreign key constraint name for models with qu...
Mariusz Felisiak
2017-12-05
Refs #28876 -- Fixed incorrect class-based model index name generation for mo...
Mariusz Felisiak
2017-12-05
Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.
Nick Pope
2017-12-02
Added stub release notes for 2.0.1.
Tim Graham