summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.6.x] Updated xhtml2pdf URL in docs.stable/1.6.xRamon Moraes2016-02-161-2/+2
* [1.6.x] Corrected example code for get_query_set upgrade in 1.6 release notesLuke Plant2015-07-081-1/+2
* [1.6.x] Fixed sphinx errors in docs.Tim Graham2015-04-133-125/+184
* [1.6.x] Added link to download page to find supported versions.Tim Graham2015-04-041-7/+5
* [1.6.x] Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld2015-03-311-1/+1
* [1.6.x] Fixed typo in docs/topics/cache.txtKostochko Dmitriy2015-03-311-1/+1
* [1.6.x] Corrected typo in documentationDavid Seddon2015-03-251-1/+1
* [1.6.x] Refs #14645 -- Documented bug with exclude() and multi-value relationsDavid Seddon2015-03-201-10/+29
* [1.6.x] Post-release version bump.Tim Graham2015-03-181-1/+1
* [1.6.x] Bumped version for 1.6.11 release.1.6.11Tim Graham2015-03-181-1/+1
* [1.6.x] Made is_safe_url() reject URLs that start with control characters.Tim Graham2015-03-184-5/+51
* [1.6.x] Fixed an infinite loop possibility in strip_tags().Tim Graham2015-03-183-2/+24
* [1.6.x] Added stub release notes for security releases.Tim Graham2015-03-183-0/+16
* [1.6.x] Fixed typo in docs/howto/custom-template-tags.txt.Ian Lee2015-03-131-1/+1
* [1.6.x] Fixed typo in docs/ref/database.txtCalvin Jeong2015-03-101-1/+1
* [1.6.x] Fixed typo in docs/howto/custom-template-tags.txtTim Graham2015-03-091-1/+1
* [1.6.x] Improved get_media_prefix template tag example.Aymeric Augustin2015-03-051-3/+5
* [1.6.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV ...Andrew Pinkham2015-03-021-4/+0
* [1.6.x] Added syntax highlighting for apache code blocksIan Lee2015-03-021-3/+9
* [1.6.x] Added a missing backtick in form wizard docs.Ian Lee2015-02-241-1/+1
* [1.6.x] Fixed #23762 -- clarified CACHE_MIDDLEWARE_ANONYMOUS_ONLY deprecation...Kenneth Kam2015-02-231-4/+5
* [1.6.x] Fixed casing of "GeoDjango".Tim Graham2015-02-121-1/+1
* [1.6.x] Fix an encoding preamble so the tests pass on 2.7.9.Carl Meyer2015-02-061-1/+1
* [1.6.x] Demoted "Installing a distribution-specific package" in install notes.Tim Graham2015-02-031-8/+9
* [1.6.x] Fixed typos in docs/ref/forms/validation.txt.minusf2015-02-031-2/+2
* [1.6.x] Fixed broken links in class based views flattend index; refs #24250.Tim Graham2015-02-031-3/+3
* [1.6.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham2015-02-031-14/+4
* [1.6.x] Added 1.4.19 release notes.Tim Graham2015-01-272-0/+17
* [1.6.x] Designated Django 1.8 as the next LTS.Tim Graham2015-01-191-1/+5
* [1.6.x] Fixed a typo in the test responses docs.Rick Hutcheson2015-01-161-1/+1
* [1.6.x] Fixed #23312 -- Marked an i18n test as expectedFailure on Windows/Pyt...Tim Graham2015-01-161-1/+6
* [1.6.x] Direct readers to format_html() in mark_safe() docs.Luke Plant2015-01-151-0/+3
* [1.6.x] Fixed a static view test on Windows.Tim Graham2015-01-141-1/+2
* [1.6.x] Post-release version bump.Tim Graham2015-01-131-1/+1
* [1.6.x] Bumped version for 1.6.10 release.1.6.10Tim Graham2015-01-131-1/+1
* [1.6.x] Added dates to release notes.Tim Graham2015-01-132-2/+2
* [1.6.x] Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham2015-01-133-5/+53
* [1.6.x] Prevented views.static.serve() from using large memory on large files.Tim Graham2015-01-135-2/+45
* [1.6.x] Fixed is_safe_url() to handle leading whitespace.Tim Graham2015-01-134-1/+31
* [1.6.x] Stripped headers containing underscores to prevent spoofing in WSGI e...Carl Meyer2015-01-135-0/+142
* [1.6.x] Added stub release notes for security releases.Tim Graham2015-01-133-1/+10
* [1.6.x] Fixed bad model example in admin docs.Collin Anderson2015-01-131-1/+1
* [1.6.x] Added 1.4.18 release notes.Tim Graham2015-01-052-0/+15
* [1.6.x] Fixed #24070 -- Added tutorial topics to doc index.Bibhas2015-01-031-6/+6
* [1.6.x] Post-release version bump.Tim Graham2015-01-021-1/+1
* [1.6.x] Bumped version for 1.6.9 release.1.6.9Tim Graham2015-01-021-1/+1
* [1.6.x] Added dates to release notes.Tim Graham2015-01-023-3/+3
* [1.6.x] Updated six to 1.9.0.Tim Graham2015-01-024-35/+87
* [1.6.x] Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham2015-01-011-3/+3
* [1.6.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham2014-12-271-1/+2