summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-03-02Fixed #17723 -- Mentioned the changes done in r17547. Thanks, ryankask.Jannis Leidel
2012-03-02Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` sett...Jannis Leidel
2012-03-02Fixed #17794 - Added a bunch of cross-reference links to the DB queries topic...Carl Meyer
2012-03-02Fixed #17790 - Made the Ajax CSRF jQuery example work with jQuery in compatib...Carl Meyer
2012-03-02Fixed 17764. Improved auth docs.Paul McMillan
2012-03-02Fixes #17578. Improve setup instructions for Windows users.Paul McMillan
2012-03-02Fixed #17766. Clarified HttpOnly flag on session cookie.Paul McMillan
2012-03-02Refs #17800 - Added release notes and deprecation note about SECRET_KEY requi...Carl Meyer
2012-03-01Fixed broken link to python-markdown in contrib.markup docs.Carl Meyer
2012-03-01Fixed #17767 - Added signed cookie session backed to session engine settings ...Timo Graham
2012-02-28Fixed #17668 - prefetch_related does not work in in_bulkLuke Plant
2012-02-27Clarified the fact that the signal_changed signal isn't used by Django itself...Aymeric Augustin
2012-02-27Added a diagram of the hierarchy of our TestCase subclasses to the testing docs.Ramiro Morales
2012-02-27Added versionadded info for ensure_csrf_cookie decoratorLuke Plant
2012-02-27Fixed ReST typo in CSRF docs.Luke Plant
2012-02-26Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ...Aymeric Augustin
2012-02-26Fixed #17772 -- typo in the release notes.Aymeric Augustin
2012-02-24Fixed #17073 - focused uwsgi docs to Django integration; thanks Preston Holmes.Timo Graham
2012-02-24Fixed #17757 - Typo in docs/intro/overview.txt; thanks kaushik1618.Timo Graham
2012-02-24Fixed #17749 - Documented better way of overriding ModelAdmin; thanks chrisdp...Timo Graham
2012-02-22Reverted r17577 because it's actually possible to use a time zone that isn't ...Aymeric Augustin
2012-02-22Noted that TIME_ZONE must be the server time zone when time zone support is e...Aymeric Augustin
2012-02-21Fixed a few typos in the aggregation functions reference.Aymeric Augustin
2012-02-21Fixed #17660 -- Standardize extends tag token parsingChris Beaven
2012-02-20Fixed #16758 - Added a warning regarding overriding default settings; thanks ...Timo Graham
2012-02-20Fixed #17390 - Added a note to topics/auth.txt regarding how to decorate clas...Timo Graham
2012-02-19Fixed #17319 -- Made the example for set_language less error-prone. Thanks An...Aymeric Augustin
2012-02-19Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, ...Aymeric Augustin
2012-02-19Fixed #17316 -- Mentionned that the MultipleProxyMiddleware provided as an ex...Aymeric Augustin
2012-02-19Fixed #16452 -- Clarified that the DATE/DATETIME/TIME_INPUT_FORMATS settings ...Aymeric Augustin
2012-02-19Fixed #17573 -- Documented MySQL's switch to InnoDB as default storage engine...Aymeric Augustin
2012-02-18Fixed #17706 - Improved short description example in Tutorial 2; thanks xbito...Timo Graham
2012-02-18Fixed #17685 - Typo in BaseDateListView.get_dated_items(); thanks ejb.Timo Graham
2012-02-18Fixed #16618 -- Corrected the admin interface's breadcrumbs in the tutorials'...Julien Phalip
2012-02-17Changed various non-breaking space characters from [17478] to use the code re...Adrian Holovaty
2012-02-17Fixed typo in GIS testing docs.Carl Meyer
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-17Added note to coding-style.txt about how we should NOT be religious about lin...Adrian Holovaty
2012-02-16Fixed a few typos and updated an example in the URLs docs.Aymeric Augustin
2012-02-16Used Sphinx markup for PEPs and fixed a typo in the 1.4-beta-1 release notes.Aymeric Augustin
2012-02-16Fix a reST foul up.Alex Gaynor
2012-02-16Accommodate new version numbering scheme.James Bennett
2012-02-16Bump version numbers for 1.4 beta 1.James Bennett
2012-02-16Update beta release notes.James Bennett
2012-02-16Added an explicit warning about cookie session store to release notes.Paul McMillan
2012-02-16Corrected a sentence fragment in the release notes.Gabriel Hurley
2012-02-16Fixed #17693. Input validation and tests for base36 conversion utils. Thanks ...Paul McMillan
2012-02-15Fixed #17652 -- Removed all mentions to Windmill from the docs as that projec...Julien Phalip
2012-02-14Stopped the collectstatic management from being wastful with file handlers. R...Jannis Leidel
2012-02-13Added a note to the release notes about the new format strings added in r17473.Jannis Leidel