summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2015-01-02[1.6.x] Bumped version for 1.6.9 release.1.6.9Tim Graham
2015-01-02[1.6.x] Updated six to 1.9.0.Tim Graham
2014-11-25[1.6.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-11-13[1.6.x] Removed thread customizations of six which are now built-in.Tim Graham
2014-11-04[1.6.x] Updated six to 1.8.0.Tim Graham
2014-10-22[1.6.x] Post-release version bump.Tim Graham
2014-10-22[1.6.x] Bump version number for bugfix release.1.6.8James Bennett
2014-10-06[1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...Emmanuelle Delescolle
2014-09-23[1.6.x] Skipped a broken geoapp test on Oracle; refs #23504.Tim Graham
2014-09-22[1.6.x] Made a GIS test work on Oracle.Tim Graham
2014-09-22[1.6.x] Skipped a broken GIS test on Oracle; refs #23504.Tim Graham
2014-09-22[1.6.x] Removed unnecessary order_by() from a GIS test that crashed Oracle.Tim Graham
2014-09-22[1.6.x] Skipped some broken tests on Oracle GIS; refs #23504.Tim Graham
2014-09-10[1.6.x] Corrected indentation in a contrib.humanize test; refs #23340.Tim Graham
2014-09-08[1.6.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-09-06[1.6.x] Additional edits for refs #23340; thanks Loic.Tim Graham
2014-09-06[1.6.x] Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
2014-09-02[1.6.x] Post release version bump.Tim Graham
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