summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2014-12-11[1.6.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.Yohan Boniface
2014-12-08[1.6.x] Fixed #23974 -- Clarified wording of FileField.save/delete save param...Tim Graham
2014-12-08[1.6.x] Refs #23964 -- Added warning about case-insensitive, unique fields us...Jon Dufresne
2014-12-07[1.6.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.Vladimir Rutsky
2014-12-06[1.6.x] Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
2014-12-06[1.6.x] Cleaned up a note in docs/topics/db/sql.txt.wrwrwr
2014-12-05[1.6.x] Corrected example in Form.has_changed() docs.Tim Graham
2014-12-05[1.6.x] Fixed #23955 -- Corrected formset fields in topic guide.Young Yang