summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-01-19[1.6.x] Added a note about LTS releases.Jacob Kaplan-Moss
2014-01-17[1.6.x] Fixed #18942 -- Clarified usage of {% get_static_prefix %}.Tim Graham
2014-01-17[1.6.x] Fixed #13116 -- Described scope of variables created by {% url ... as...Tim Graham
2014-01-17[1.6.x] Fixed #20052 -- Discouraged use of Jython given the current state of ...Tim Graham
2014-01-16[1.6.x] Fixed #18285 -- Documented that bulk_create doesn't work with M2M rel...Tim Graham
2014-01-16[1.6.x] Fixed #21768 -- Corrected TemplateView context section.Tim Graham
2014-01-16[1.6.x] Fixed #21727 -- Added some links to help clarify topics/auth/default.txtTim Graham
2014-01-16[1.6.x] Fixed #21747 -- Added {% elif %} to template topics guide.Tim Graham
2014-01-15[1.6.x] Fixed typo in storage docsKevin Wood
2014-01-04[1.6.x] Fixed #21730 -- Removed superfluous db_index in custom auth docsClaude Paroz
2014-01-03[1.6.x] Fixed a sentence in the session security docs; thanks claudep.Tim Graham
2014-01-03[1.6.x] Fixed #21728 -- Corrected an inadvertent path change in docs/intro/co...Tianyi Wang
2014-01-02[1.6.x] Fixed #21319 -- Added documentation for the Form.fields attribute.Vajrasky Kok
2014-01-02[1.6.x] Fixed #21722 -- Added a warning for avoiding XSS vulnerabilities when...Tim Graham
2014-01-02[1.6.x] Fixed typos. Changed grammar.Frank Tobia
2014-01-02[1.6.x] Fixed minor typos.Nathan Smith
2013-12-31[1.6.x] Django sees more than 1mm hits per hourMatt Robenolt
2013-12-31[1.6.x] Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-31[1.6.x] Fixed #21484 -- Documented that SQL logging does not include "framewo...Tim Graham
2013-12-31[1.6.x] Fixed #19395 -- Added a simple example logging config.Tim Graham
2013-12-31[1.6.x] Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.Tim Graham
2013-12-30[1.6.x] Fixed #21708 -- Added some headings to separate unrelated topics.Tim Graham
2013-12-30[1.6.x] Fixed #21710 -- Documented User.get_short_name()Tim Graham
2013-12-28[1.6.x] Fixed #21618 -- Added hints about openlayers.js hostingClaude Paroz
2013-12-27[1.6.x] Fixed #21650 -- Corrected bad advice for plural translation.Tim Graham
2013-12-26[1.6.x] Fixed #21582 -- Corrected URL namespace example.Tim Graham
2013-12-26[1.6.x] Fixed #21629 -- Added instructions for loading MySQL time zone defini...Tim Graham
2013-12-26[1.6.x] Fixed #21627 -- Added unicode_literals to changepassword command.Jon Lønne
2013-12-26[1.6.x] Fixed #21662 -- Kept parent reference in prepared geometryClaude Paroz
2013-12-25[1.6.x] Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.Tim Graham
2013-12-19[1.6.x] Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
2013-12-18[1.6.x] Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
2013-12-18[1.6.x] Fixed #21613 -- Removed a hardcoded input id from the tutorial.Tim Graham
2013-12-18[1.6.x] Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
2013-12-18[1.6.x] Fixed #21625 -- incorrect documentation for DiscoverRunner.build_suiteTianyi Wang
2013-12-15[1.6.x] Added some internal links to render_to_string documentation.Baptiste Mispelon
2013-12-15[1.6.x] Fixed typo in docs/ref/models/fields.txtTim Graham
2013-12-15[1.6.x] Added internal link to i18n documentation.Baptiste Mispelon
2013-12-14[1.6.x] Fixed #21539 -- Added example of modelformset_factory's form argumentAlasdair Nicol
2013-12-14[1.6.x] Fixed #21614 -- improved docs on configuring email for development.Chris Jerdonek
2013-12-14[1.6.x] Fixed link text for "Testing in Django" in tutorial 5.Chris Jerdonek
2013-12-13[1.6.x] Fixed #21580 -- Clarified why render() does not return a TemplateResp...johannes-gehrs
2013-12-13[1.6.x] Added 1.6.2 release notes stub.Tim Graham
2013-12-12[1.6.x] Added 1.6.1 release date.Tim Graham
2013-12-11[1.6.x] Fixed #21594 -- Added note about model formsets deleting objects.Ben Spaulding
2013-12-11[1.6.x] Additions and edits to the 1.6.1 release notes.Tim Graham
2013-12-11[1.6.x] Added release note for #21443Claude Paroz
2013-12-11[1.6.x] Added release note for #21358Claude Paroz
2013-12-11[1.6.x] Added release note for #21473Claude Paroz
2013-12-11[1.6.x] Fixed #21510 -- Readded search reset link in changelist search barClaude Paroz