summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2019-01-03[1.11.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in ...Tom Hacohen
2018-12-03[1.11.x] Added release date for 1.11.17.Carlton Gibson
2018-11-17[1.11.x] Refs #28814 -- Documented Python 3.7 compatibility.Asif Saifuddin Auvi
2018-11-16[1.11.x] Fixed #29959 -- Cached GEOS version in WKBWriter class.Claude Paroz
2018-11-16[1.11.x] Removed release date for 1.11.17.Tim Graham
2018-10-01[1.11.x] Added CVE-2018-16984 to the security release archive.Carlton Gibson
2018-10-01[1.11.x] Added stub release notes for 1.11.17 release.Carlton Gibson
2018-10-01[1.11.x] Added release date for 1.11.16.Carlton Gibson
2018-08-04[1.11.x] Fixed #28540 -- Doc'd a change to file upload permissions in Django ...Tim Graham
2018-08-02[1.11.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders
2018-08-01[1.11.x] Added CVE-2018-14574 to the security release archive.Tim Graham
2018-07-25[1.11.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMid...Andreas Hug
2018-07-24[1.11.x] Added stub release notes for security release.Tim Graham
2018-07-02[1.11.x] Added release date for 1.11.14.Carlton Gibson
2018-06-07[1.11.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2018-05-31[1.11.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
2018-05-31[1.11.x] Added stub release notes for 1.11.14.Tim Graham
2018-05-01[1.11.x] Added release date for 1.11.13.Tim Graham
2018-04-13[1.11.x] Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() o...Mariusz Felisiak
2018-04-12[1.11.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable...Paul Donohue
2018-04-11[1.11.x] Fixed #29193 -- Prevented unnecessary foreign key drops when alterin...Jeremy Bowman
2018-04-10[1.11.x] Refs #28062 -- Doc'd PostgreSQL server-side cursors as a backwards i...Tim Graham
2018-04-04[1.11.x] Added stub release notes for 1.11.13.Tim Graham
2018-04-02[1.11.x] Added release date for 1.11.12.Tim Graham
2018-04-02[1.11.x] Fixed typo in docs/releases/1.11.12.txt.Tim Graham
2018-04-02[1.11.x] Fixed #29273 -- Prevented initial selection of empty choice in multi...Claude Paroz
2018-03-19[1.11.x] Fixed #29229 -- Fixed column mismatch crash when combining two annot...Amr Anwar
2018-03-19[1.11.x] Added stub release notes for 1.11.12.Tim Graham
2018-03-06[1.11.x] Added CVE-2018-7536,7 to the security release archive.Tim Graham
2018-02-27[1.11.x] Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.uti...Tim Graham
2018-02-27[1.11.x] Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and...Tim Graham
2018-02-24[1.11.x] Added stub release notes for security releases.Tim Graham
2018-02-01[1.11.x] Added CVE-2018-6188 to the security release archive.Tim Graham
2018-02-01[1.11.x] Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham
2018-02-01[1.11.x] Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAd...Tim Graham
2018-01-31[1.11.x] Fixed #29071 -- Fixed contrib.auth.authenticate() crash if a backend...Tim Graham
2018-01-13[1.11.x] Fixed #29016 -- Fixed incorrect foreign key nullification on related...Étienne Loks
2018-01-13[1.11.x] Added stub release notes for 1.11.10.Tim Graham
2018-01-11[1.11.x] Fixed #29002 -- Corrected cached template loader docs about when it'...Tim Graham
2018-01-01[1.11.x] Added release date for 1.11.9.Tim Graham
2017-12-07[1.11.x] Refs #28856 -- Fixed caching of a GenericForeignKey pointing to a mo...Morgan Wahl
2017-12-05[1.11.x] Refs #28876 -- Fixed incorrect foreign key constraint name for model...Mariusz Felisiak
2017-12-05[1.11.x] Refs #28876 -- Fixed incorrect class-based model index name generati...Mariusz Felisiak
2017-12-05[1.11.x] Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.Nick Pope
2017-12-05[1.11.x] Added stub release notes for 1.11.9.Tim Graham
2017-12-02[1.11.x] Added release date for 1.11.8.Tim Graham
2017-12-01[1.11.x] Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign k...Tim Graham
2017-11-30[1.11.x] Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey...Simon Charette
2017-11-29[1.11.x] Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen
2017-11-27[1.11.x] Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered...Raphael Michel