summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2015-03-18[1.6.x] Bumped version for 1.6.11 release.1.6.11Tim Graham
2015-03-18[1.6.x] Made is_safe_url() reject URLs that start with control characters.Tim Graham
2015-03-18[1.6.x] Fixed an infinite loop possibility in strip_tags().Tim Graham
2015-01-13[1.6.x] Post-release version bump.Tim Graham
2015-01-13[1.6.x] Bumped version for 1.6.10 release.1.6.10Tim Graham
2015-01-13[1.6.x] Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
2015-01-13[1.6.x] Prevented views.static.serve() from using large memory on large files.Tim Graham
2015-01-13[1.6.x] Fixed is_safe_url() to handle leading whitespace.Tim Graham
2015-01-13[1.6.x] Stripped headers containing underscores to prevent spoofing in WSGI e...Carl Meyer
2015-01-02[1.6.x] Post-release version bump.Tim Graham
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