summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2011-05-09[1.3.X] Updated AJAX example code in CSRF docs to be consistent regarding wha...Luke Plant
2011-05-09[1.3.X] Fixed #15469 - CSRF token is inserted on GET requestsLuke Plant
2011-05-09[1.3.X] Fixed #15869 - example AJAX code in CSRF docs fails sometimes for IE7...Luke Plant
2011-04-28[1.3.X] Fixed #15865 -- correct class name for BaseGenericInlineFormset. Than...Simon Meers
2011-04-28[1.3.X] Fixed #15830 -- Add documentation regarding localflavor i18n. Thanks ...Simon Meers
2011-04-24[1.3.X] Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.Timo Graham
2011-04-22[1.3.X] Fixes #15862 -- Error in post_syncdb documentation example. Thanks fo...Chris Beaven
2011-04-20[1.3.X] Fixed #15593 -- Added a note that the output of `reverse` is urlquote...Gabriel Hurley
2011-04-18[1.3.X] Fixed #15843 -- removed an extraneous quotation mark in the template ...Gabriel Hurley
2011-04-03[1.3.X] Fixed #15746. Clarified updated list_filter documentation.Simon Meers
2011-03-22Fixed typo in forms API documentation.Simon Meers
2011-03-22Fixed #15657 -- added the required `form` parameter to the method signatures ...Gabriel Hurley
2011-03-22Corrected a number of mislinked crossrefs and added a few new crossref target...Gabriel Hurley
2011-03-17Changed 'raise' statements to new style syntax in documentation. Thanks DaNma...Ramiro Morales
2011-03-17Fixed #14133 -- Updated Windows installation instructions for GeoDjango, now ...Justin Bronn
2011-03-16Use Sphinx `:download:` directives for spatial database template creation scr...Justin Bronn
2011-03-16Fixed #15618 -- CookieStorage storage in messages framework now honors SESSIO...Adrian Holovaty
2011-03-15Fixed #15614 -- Fixed potentially confusing URLconf examples in docs/ref/gene...Adrian Holovaty
2011-03-15Fixed #15594 -- Corrected typo in the docs on HTTPOnly cookies. Thanks to phi...Russell Keith-Magee
2011-03-10Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks...Gabriel Hurley
2011-03-08Fixed #15558 -- Improved QuerySet reference docs and cleaned up numerous reST...Gabriel Hurley
2011-03-08Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...Russell Keith-Magee
2011-03-07Fix the documentation of BoundField.value() to reference the correct method nameChris Beaven
2011-03-03Fixed #15504 -- Cleaned up contrib.syndication and contrib.utils.feedgenerato...Gabriel Hurley