summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2014-10-22[1.6.x] Added release dates to release notes.Tim Graham
2014-10-06[1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...Emmanuelle Delescolle
2014-10-02[1.6.x] Documented how to rename get_query_set if you are a library authorLuke Plant
2014-09-13[1.6.x] Forwardported 1.4.16 release notes.Tim Graham
2014-09-08[1.6.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-09-02[1.6.x] Added dates to release notes.Tim Graham
2014-08-30[1.6.x] Fixed #23370 -- defer() + select_related() crashed with inherited mod...Akis Kesoglou
2014-08-28[1.6.x] Fixed #23375 -- Added missing security issues to the archive.Simon Charette
2014-08-27[1.6.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ...Simon Charette
2014-08-20[1.6.x] Added dates to release notes.Tim Graham
2014-08-20[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20[1.6.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE...Preston Holmes
2014-08-20[1.6.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham
2014-08-20[1.6.x] Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-08-20[1.6.x] Added release note stubs for 1.5.9 and 1.4.14.Tim Graham
2014-08-19[1.6.x] Added sphinx extension to ease generation of ticket links.Tim Graham
2014-08-19[1.6.x] Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-08-15[1.6.x] Fixed multi geometries editing in OpenLayers widgetClaude Paroz
2014-08-14[1.6.x] Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz
2014-08-02[1.6.x] Updated MySQL links to version 5.6.Tim Graham
2014-07-30[1.6.x] Fixed #19107 -- Restored bug fix for sending unicode email with Pytho...Tim Graham
2014-07-29[1.6.x] Fixed #20292: Pass datetime objects (not formatted dates) as params t...Shai Berger
2014-07-26[1.6.x] Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
2014-07-24[1.6.x] Fixed #23089 -- Fixed transaction handling in two management commands.Aymeric Augustin
2014-07-16[1.6.x] Added 1.6.6 release notes for #22998.Tim Graham
2014-07-14[1.6.x] Added release note for issue 13794 fix.Ramiro Morales
2014-07-07[1.6.x] Fixed #22966 -- Clarified which release notes appear for each doc ver...Tim Graham
2014-07-02[1.6.x] raw() was still defined on Manager in Django 1.6Claude Paroz
2014-06-20[1.6.x] Fixed #22514 -- Prevented indexes on virtual fields [postgres].Vlastimil Zíma
2014-05-29[1.6.x] Improved deprecation plan links in release notes.Tim Graham
2014-05-16[1.6.x] Added stub release notes for 1.6.6.Tim Graham
2014-05-15[1.6.x] Minor edits to latest release notes.Tim Graham
2014-05-14Added release notes for 1.4.13, 1.5.8, 1.6.5.Jacob Kaplan-Moss
2014-05-13[1.6.x] Removed an unnecessary anchor in the docs.Tim Graham
2014-05-12[1.6.x] Added 1.6.5 release note for refs #22508.Tim Graham
2014-05-10[1.6.x] Fix typo in release notes.Ramiro Morales
2014-05-05[1.6.x] Fixed #22429 -- Incorrect SQL when using ~Q and FAnssi Kääriäinen
2014-05-02[1.6.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring inputClaude Paroz
2014-05-01[1.6.x] Fixed #22551 -- Made oracle backend method Python 3 compatibleClaude Paroz
2014-04-28[1.6.x] Added stub release notes for 1.6.5.Tim Graham
2014-04-28[1.6.x] Added dates to release notes of today's release.Tim Graham
2014-04-25[1.6.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created af...Tim Graham
2014-04-23[1.6.x] Fixed #22486 -- Restored the ability to reverse views created using f...Tim Graham
2014-04-22[1.6.x] Various documentation typo/spelling fixesMarti Raudsepp
2014-04-22[1.6.x] Added 1.6.4 release note stub.Tim Graham
2014-04-21[1.6.x] Add missing disclosure information to security archive.James Bennett
2014-04-21[1.6.x] Update for 1.6.3 security release.1.6.3James Bennett
2014-04-21[1.6.x] Added information on resolved security issues to release notes.Erik Romijn
2014-04-18[1.6.x] Added some missing items to the 1.6.3 release notes.Tim Graham
2014-04-13[1.6.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...valtron