summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-02-16[1.6.x] Updated xhtml2pdf URL in docs.stable/1.6.xRamon Moraes
2015-07-08[1.6.x] Corrected example code for get_query_set upgrade in 1.6 release notesLuke Plant
2015-04-13[1.6.x] Fixed sphinx errors in docs.Tim Graham
2015-04-04[1.6.x] Added link to download page to find supported versions.Tim Graham
2015-03-31[1.6.x] Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld
2015-03-31[1.6.x] Fixed typo in docs/topics/cache.txtKostochko Dmitriy
2015-03-25[1.6.x] Corrected typo in documentationDavid Seddon
2015-03-20[1.6.x] Refs #14645 -- Documented bug with exclude() and multi-value relationsDavid Seddon
2015-03-18[1.6.x] Made is_safe_url() reject URLs that start with control characters.Tim Graham
2015-03-18[1.6.x] Fixed an infinite loop possibility in strip_tags().Tim Graham
2015-03-18[1.6.x] Added stub release notes for security releases.Tim Graham
2015-03-13[1.6.x] Fixed typo in docs/howto/custom-template-tags.txt.Ian Lee
2015-03-10[1.6.x] Fixed typo in docs/ref/database.txtCalvin Jeong
2015-03-09[1.6.x] Fixed typo in docs/howto/custom-template-tags.txtTim Graham
2015-03-05[1.6.x] Improved get_media_prefix template tag example.Aymeric Augustin
2015-03-02[1.6.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV ...Andrew Pinkham
2015-03-02[1.6.x] Added syntax highlighting for apache code blocksIan Lee
2015-02-24[1.6.x] Added a missing backtick in form wizard docs.Ian Lee
2015-02-23[1.6.x] Fixed #23762 -- clarified CACHE_MIDDLEWARE_ANONYMOUS_ONLY deprecation...Kenneth Kam
2015-02-12[1.6.x] Fixed casing of "GeoDjango".Tim Graham
2015-02-03[1.6.x] Demoted "Installing a distribution-specific package" in install notes.Tim Graham
2015-02-03[1.6.x] Fixed typos in docs/ref/forms/validation.txt.minusf
2015-02-03[1.6.x] Fixed broken links in class based views flattend index; refs #24250.Tim Graham
2015-02-03[1.6.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham
2015-01-27[1.6.x] Added 1.4.19 release notes.Tim Graham
2015-01-19[1.6.x] Designated Django 1.8 as the next LTS.Tim Graham
2015-01-16[1.6.x] Fixed a typo in the test responses docs.Rick Hutcheson
2015-01-15[1.6.x] Direct readers to format_html() in mark_safe() docs.Luke Plant
2015-01-13[1.6.x] Added dates to release notes.Tim Graham
2015-01-13[1.6.x] Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
2015-01-13[1.6.x] Prevented views.static.serve() from using large memory on large files.Tim Graham
2015-01-13[1.6.x] Fixed is_safe_url() to handle leading whitespace.Tim Graham
2015-01-13[1.6.x] Stripped headers containing underscores to prevent spoofing in WSGI e...Carl Meyer
2015-01-13[1.6.x] Added stub release notes for security releases.Tim Graham
2015-01-13[1.6.x] Fixed bad model example in admin docs.Collin Anderson
2015-01-05[1.6.x] Added 1.4.18 release notes.Tim Graham
2015-01-03[1.6.x] Fixed #24070 -- Added tutorial topics to doc index.Bibhas
2015-01-02[1.6.x] Added dates to release notes.Tim Graham
2015-01-02[1.6.x] Updated six to 1.9.0.Tim Graham
2015-01-01[1.6.x] Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
2014-12-27[1.6.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham
2014-12-24[1.6.x] Fixed #24041 -- Documented effect of changing a model instance's prim...Helen Sherwood-Taylor
2014-12-23[1.6.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_...Frankie Robertson
2014-12-22[1.6.x] Corrected scoping of savepoint exampleDavid Cramer
2014-12-19[1.6.x] Added upgrade instructions for deprecated model _meta permission meth...Tim Graham
2014-12-18[1.6.x] Removed need to update Python version support note on each new release.Tim Graham
2014-12-18[1.6.x] Corrected indentation in docs to prevent inadvertent blockquote.Tim Graham
2014-12-17[1.6.x] Fixed display of lists after website redesignMarkus Holtermann
2014-12-16[1.6.x] Fixed the formatting of one section of the security pageAlex Gaynor
2014-12-13[1.6.x] Updated advice on six.moves.range/xrange; refs #23812.Tim Graham