summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2013-02-12[1.3.x] Added ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2012-03-14[1.3.X] Fixed #17837. Improved markdown safety.Paul McMillan
2012-03-14[1.3.X] Updated some outdated external URLs in docs.Claude Paroz
2012-03-13Fixed #17584 -- Updated create_template_postgis-debian.sh script for PostgreS...Claude Paroz
2012-03-01[1.3.X] Fixed broken link to python-markdown in contrib.markup docs.Carl Meyer
2012-02-24[1.3.X] Fixed #17749 - Documented better way of overriding ModelAdmin; thanks...Timo Graham
2012-02-20[1.3.X] Fixed #16758 - Added a warning regarding overriding default settings;...Timo Graham
2012-02-19[1.3.X] Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data ...Aymeric Augustin
2012-02-19[1.3.X] Fixed #17316 -- Mentionned that the MultipleProxyMiddleware provided ...Aymeric Augustin
2012-02-19[1.3.X] Fixed #16452 -- Clarified that the DATE/DATETIME/TIME_INPUT_FORMATS s...Aymeric Augustin
2012-02-19[1.3.X] Fixed #17573 -- Documented MySQL's switch to InnoDB as default storag...Aymeric Augustin
2012-02-18[1.3.X] Fixed #17685 - Typo in BaseDateListView.get_dated_items(); thanks ejb.Timo Graham
2012-02-11[1.3.X] Fixed #17618 - Documented that variable names in template must not st...Timo Graham
2012-02-11[1.3.X] Fixed link to SpatiaLite 2.x initial SQL files.Ramiro Morales
2012-01-22[1.3.X] Fixed #17575 -- Typo in an example of ModelAdmin.list_filter. Thanks ...Aymeric Augustin
2011-12-31[1.3.X] Fixed #640 - Documented that changing order_with_respect_to requires ...Timo Graham
2011-12-31[1.3.X] Fixed #702 - Documented that ManyToMany fields can't be in unique_tog...Timo Graham
2011-11-19[1.3.X] Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
2011-09-22[1.3.X] Spelling fix for r16879.Paul McMillan
2011-09-22[1.3.X] Fixed #15633 -- Improved docs for post_syncdb signal. Thanks Justin L...Paul McMillan
2011-09-22[1.3.X] backport minor docs fix for GeoIPPaul McMillan
2011-09-21[1.3.X] Fixed #16904 -- Additional clarification regarding contrib.messages i...Simon Meers
2011-09-11[1.3.X] Fixed #16109: Corrected an inconsistency in URLconf examples for matc...James Bennett
2011-09-11[1.3.X] Fixed #16552: Noted that contrib.sessions is a requirement for the ad...James Bennett
2011-09-10[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
2011-09-10[1.3.X] Added protection against spoofing of X_FORWARDED_HOST headers. A secu...Russell Keith-Magee
2011-08-06[1.3.X] Fixed #16580 - Typo in docs/ref/models/querysets.txtTimo Graham
2011-08-06[1.3.X] Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_pu...Timo Graham
2011-07-14[1.3.X] Added a note about the AJAX CSRF example not working on jQuery 1.5Brian Rosner
2011-07-10[1.3.X] Fixed #16000 -- reference natural keys in contenttypes documentation....Simon Meers
2011-07-01[1.3.X] Fixed #15974 -- Correctly link to static files handling in deployment...Jannis Leidel
2011-06-29[1.3.X] Fixed #16232 -- Corrected typo in geographic admin reference. Thanks...Justin Bronn
2011-06-26[1.3.X] Fixed #16297 -- make_list documentation error regarding integers. Tha...Simon Meers
2011-06-19[1.3.X] Fixed #16258 - typo in middleware docs.Timo Graham
2011-06-18[1.3.X] Fixed #16292 -- Removed broken link for Swiss localflavor documentati...Jannis Leidel
2011-06-16[1.3.X] Fixed #16031 -- Corrected comments template examples. Thanks, teraom.Jannis Leidel
2011-06-15[1.3.X] Added a few cross references to the i18n docs and documented pgettext...Jannis Leidel
2011-06-12Fixed #15764 - Corrected mixin docs for DeleteView; thanks linovia for the re...Timo Graham
2011-06-11[1.3.X] Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LI...Timo Graham
2011-06-10[1.3.X] Refs #15855 -- Recommended the csrf_protect decorator rather than var...Carl Meyer
2011-05-31[1.3.X] Fixed #16090, #16091 - Typos in docs; thanks teraom.Timo Graham
2011-05-31[1.3.X] Fixed #15801 - Incorrect external link for dictConfig; thanks David N...Timo Graham
2011-05-29[1.3.X] Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-25[1.3.X] Fixed #16004 - csrf_protect does not send cookie if view returns Temp...Luke Plant
2011-05-22[1.3.X] Fixed #16067 - Couple reST fixes in ref/templates/builtins.txt; thank...Timo Graham
2011-05-22[1.3.X] Fixed #16021 - Minor documentation fixes for Generic Class Views; tha...Timo Graham
2011-05-18[1.3.X] Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Ma...Jannis Leidel
2011-05-15[1.3.X] Fixed #15769 - Documented FormWizard's initial argument; thanks aimaz...Timo Graham
2011-05-13[1.3.X] Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-10[1.3.X] Fixes #15963 -- Misleading FileField.save documentation. Thanks for t...Chris Beaven