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