summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-09-02[1.6.x] Update version number for bugfix release.1.6.7James Bennett
2014-08-30[1.6.x] Fixed #23370 -- defer() + select_related() crashed with inherited mod...Akis Kesoglou
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] Bumped version number post-release.Tim Graham
2014-08-20[1.6.x] Update version number for security release.1.6.6James Bennett
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-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-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-24[1.6.x] Fixed #23089 -- Fixed transaction handling in two management commands.Aymeric Augustin
2014-07-21[1.6.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-16[1.6.x] Fixed #22998 -- Updated the fast_delete logic for GFKsGavin Wahl
2014-07-14[1.6.x] Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham
2014-07-05[1.6.x] Fixed various minor doc typos / references.Daniel Hahler
2014-06-30[1.6.x] Fixed a French translation in contrib.authClaude Paroz
2014-06-24[1.6.x] Improved documentation for QueryDict.Duncan Parkes
2014-06-20[1.6.x] Fixed #22514 -- Prevented indexes on virtual fields [postgres].Vlastimil Zíma
2014-06-03[1.6.x] Removed erroneous trailing comma in OLMapWidget.js.Egor Semiguzov
2014-05-31[1.6.x] Made an aggregate test pass with spatialite backendClaude Paroz
2014-05-28[1.6.X] Added missing commas to list of stringsAlasdair Nicol
2014-05-16[1.6.x] Fixed #22579 -- Corrected validation for email to reject trailing slashErik Romijn
2014-05-16[1.6.x] Fixed typo in multipartparser.pymbacho
2014-05-14Updated version numbers post-release.Jacob Kaplan-Moss
2014-05-14Updated version numbers for release.1.6.5Jacob Kaplan-Moss
2014-05-14[1.6.x] Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn
2014-05-14[1.6.x] Dropped fix_IE_for_vary/attach.Aymeric Augustin
2014-05-10[1.6.x] Fixed #22508 -- Avoided overwriting select_related.Aymeric Augustin
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] Post release version bump.Tim Graham
2014-04-28[1.6.x] Bump version for 1.6.4 bugfix release.1.6.4James Bennett
2014-04-25[1.6.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created af...Tim Graham
2014-04-23Removed bad import in last commit.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] Post release version bump.Tim Graham
2014-04-22[1.6.x] Fixed #22426 -- Added support old-style d.c.messages format.Florian Apolloner
2014-04-21[1.6.x] Update for 1.6.3 security release.1.6.3James Bennett
2014-04-21[1.6.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-21[1.6.x] Prevented leaking the CSRF token through caching.Aymeric Augustin
2014-04-21[1.6.x] Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2014-04-17[1.6.x] Fixed #22454 - Changed compatibility warning hint for test runner.Tim Graham
2014-04-13[1.6.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...valtron
2014-04-11Improved a comment. Thanks intgr for the report.Aymeric Augustin
2014-04-10[1.6.x] Increased robustness of 58161e4e. Refs #22291.Aymeric Augustin