summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-28[1.5.x] Update version numbers for 1.5.7 bugfix release.1.5.7James Bennett
2014-04-23[1.5.x] Removed bad import in last commit.Tim Graham
2014-04-23[1.5.x] Fixed #22486 -- Restored the ability to reverse views created using f...Tim Graham
2014-04-22[1.5.x] Updated grammar in description of django.contrib.auth.Ray Ashman
2014-04-22[1.5.x] Post release version bump.Tim Graham
2014-04-21[1.5.x] Add missing disclosure information to security archive.James Bennett
2014-04-21[1.5.x] Update for 1.5.6 security release.1.5.6James Bennett
2014-04-21[1.5.x] Added information on resolved security issues to release notes.Erik Romijn
2014-04-21[1.5.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-21[1.5.x] Prevented leaking the CSRF token through caching.Aymeric Augustin
2014-04-21[1.5.x] Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2014-04-21[1.5.x] Corrected the section identifier for MySQL unicode reference.Matt Lauber
2014-04-18[1.5.x] Fixed #22471 -- Corrected misprint in i18n docsErik Romijn
2014-04-16[1.5.x] Fixed #22457 -- Fixed contributing guide w/o github set-upJordi Yeh
2014-04-15[1.5.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.Tim Graham
2014-04-10[1.5.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.Tim Graham
2014-03-24[1.5.x] Updated six to 1.6.1.Tim Graham
2014-03-22[1.5.x] Clarified strip_tags documentationClaude Paroz
2014-03-13[1.5.x] Fixed #22262 -- Added the correct line in the last example of Transla...Dejan Noveski
2014-02-18[1.5.x] Fixed #22062 -- Corrected static files config for Apache >= 2.4Tim Graham
2014-01-29[1.5.x] Fix typo CRSF -> CSRFIan Foote
2014-01-26[1.5.x] Added release note stubs for 1.5.6 and 1.4.11.Tim Graham
2014-01-26[1.5.x] Fixed #21823 -- Upgraded six to 1.5.2Tim Graham
2014-01-24[1.5.x] Fixed #21869 -- Fixed docs building with Sphinx 1.2.1.Tim Graham
2014-01-24[1.5.x] Fixed #21824 -- Added reference to LTS in docs/internals/security.txtJames Turley
2014-01-23[1.5.x] Fixed some punctuation; thanks Chris Jerdonek.Tim Graham
2014-01-22[1.5.x] Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22[1.5.x] Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-22[1.5.x] Fixed #21726 -- Clarified that password should not be included in REQ...Tim Graham
2014-01-20[1.5.x] Fixed #21834 -- Clarifed usage of template_name in tutorial part 4.Tim Graham
2014-01-20[1.5.x] Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation.Baptiste Mispelon
2014-01-19[1.5.x] Added a note about LTS releases.Jacob Kaplan-Moss
2014-01-17[1.5.x] Fixed #20052 -- Discouraged use of Jython given the current state of ...Tim Graham
2014-01-16[1.5.x] Fixed #21768 -- Corrected TemplateView context section.Tim Graham
2014-01-15[1.5.x] Fixed typo in storage docsKevin Wood
2014-01-03[1.5.x] Fixed a sentence in the session security docs; thanks claudep.Tim Graham
2014-01-02[1.5.x] Fixed typos. Changed grammar.Frank Tobia
2014-01-02[1.5.x] Fixed minor typos.Nathan Smith
2014-01-01[1.5.x] Fixed version number in docs/conf.pyTim Graham
2013-12-30[1.5.x] Fixed #21708 -- Added some headings to separate unrelated topics.Tim Graham
2013-12-30[1.5.x] Fixed #21710 -- Documented User.get_short_name()Tim Graham
2013-12-26[1.5.x] Fixed #21582 -- Corrected URL namespace example.Tim Graham
2013-12-25[1.5.x] Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.Tim Graham
2013-12-18[1.5.x] Fixed #21613 -- Removed a hardcoded input id from the tutorial.Tim Graham
2013-12-18[1.5.x] Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
2013-12-14[1.5.x] Fixed #21539 -- Added example of modelformset_factory's form argumentAlasdair Nicol
2013-12-11[1.5.x] Fixed #21594 -- Added note about model formsets deleting objects.Ben Spaulding
2013-12-04[1.5.x] Fixed #21558 -- Support building CHM files.Aymeric Augustin
2013-12-02[1.5.x] Fixed #21538 -- Added numpy to test/requirements/base.txtAlasdair Nicol
2013-11-28[1.5.x] Fixed #21515 -- Corrected example of template.Context in documentation.Baptiste Mispelon