summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)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
The conditional setting of `get_query_set` is required for correct behaviour if running Django 1.8. The full gory details are here: http://lukeplant.me.uk/blog/posts/handling-django%27s-get_query_set-rename-is-hard/ Backport of f87e552d9842ff9591a9c51ebdb5f96e4dd54b00 from master
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
Backport of 8c4827ec1d44fee05db189766174c115795a495e from master
2015-03-31[1.6.x] Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld
Backport of 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec from master
2015-03-31[1.6.x] Fixed typo in docs/topics/cache.txtKostochko Dmitriy
Backport of d026eb63666a34382912cf68af75492fc583b9db from master
2015-03-25[1.6.x] Corrected typo in documentationDavid Seddon
Backport of 0f6f80c2e7736ec4e2aa40287fe8c37ffff0a783 from master
2015-03-20[1.6.x] Refs #14645 -- Documented bug with exclude() and multi-value relationsDavid Seddon
Backport of 6770b7ecd208a0746f181e54202fb829460c6490 from master
2015-03-18[1.6.x] Made is_safe_url() reject URLs that start with control characters.Tim Graham
This is a security fix; disclosure to follow shortly.
2015-03-18[1.6.x] Fixed an infinite loop possibility in strip_tags().Tim Graham
This is a security fix; disclosure to follow shortly.
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
Backport of 7614efa2f9e169749ab109aab909fbc244fd76a9 from master
2015-03-10[1.6.x] Fixed typo in docs/ref/database.txtCalvin Jeong
Backport of cefbbb9db3410f757532e0f968e76a8fd9e7ce3b from master
2015-03-09[1.6.x] Fixed typo in docs/howto/custom-template-tags.txtTim Graham
Backport of 63f2dd4ad774d39fc7bbe05492d30efc45e4e7a9 from master
2015-03-05[1.6.x] Improved get_media_prefix template tag example.Aymeric Augustin
Backport of 9a4a9a8a49ed3e38f3038b8d6fc7c405256271f1 from master
2015-03-02[1.6.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV ↵Andrew Pinkham
docs. Backport of fea45eff5a2f2ad10b2788603db80e5a4fe6be06 from master
2015-03-02[1.6.x] Added syntax highlighting for apache code blocksIan Lee
Backport of fde4857fb83101d27ae4cb3552a6a6cf20d3d8ce from master
2015-02-24[1.6.x] Added a missing backtick in form wizard docs.Ian Lee
Backport of 56aa6fc00b7c6efcd02fcd9944b5d20cc8131ac9 from stable/1.7.x
2015-02-23[1.6.x] Fixed #23762 -- clarified CACHE_MIDDLEWARE_ANONYMOUS_ONLY ↵Kenneth Kam
deprecation in docs Backport of e83aba0e2cce16cd1b32d1c172239a4e20867e95 from master
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
Backport of 281fc03474ac18c8281ed4cf289128c87bda2030 from master
2015-02-03[1.6.x] Fixed typos in docs/ref/forms/validation.txt.minusf
Backport of 66f5aa9fa5d53ddd7fbdb7ddac39c429f0c1b4fd from master
2015-02-03[1.6.x] Fixed broken links in class based views flattend index; refs #24250.Tim Graham
Backport of 9a391fbd6102176d576aa96ed3aeee9e9661b455 from master
2015-02-03[1.6.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham
Backport of 5d193d042a3cc49033f0e8b5125913650d779496 from master
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
Backport of c38db4d7e072e9a5002cb4897d9104e5eaa292ed from master
2015-01-16[1.6.x] Fixed a typo in the test responses docs.Rick Hutcheson
Backport of 996292d6498d25c6b3e84435e82edeff5aaa0257 from master
2015-01-15[1.6.x] Direct readers to format_html() in mark_safe() docs.Luke Plant
Backport of 4832c004e88a68b98b976b4f68a1c9fdb4ea3530 from master
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
This is a security fix. Disclosure following shortly. Thanks Keryn Knight for the report and initial patch.
2015-01-13[1.6.x] Prevented views.static.serve() from using large memory on large files.Tim Graham
This is a security fix. Disclosure following shortly.
2015-01-13[1.6.x] Fixed is_safe_url() to handle leading whitespace.Tim Graham
This is a security fix. Disclosure following shortly.
2015-01-13[1.6.x] Stripped headers containing underscores to prevent spoofing in WSGI ↵Carl Meyer
environ. This is a security fix. Disclosure following shortly. Thanks to Jedediah Smith for the report.
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
Backport of e7771ec380a116dbef481001fb1ce664f5c7311e from master
2015-01-05[1.6.x] Added 1.4.18 release notes.Tim Graham
Backport of ce17b045bf5629aac66f872c3f548205906e04db from master
2015-01-03[1.6.x] Fixed #24070 -- Added tutorial topics to doc index.Bibhas
Backport of b738178825ec9378198d77ac69699513774f0884 from master
2015-01-02[1.6.x] Added dates to release notes.Tim Graham
Backport of 15cd71ed24945ff7be5716580603fd65c0d45ef7 from master
2015-01-02[1.6.x] Updated six to 1.9.0.Tim Graham
Backport of 52f0b2b62262743d5f935ddae29428e661b5d8ea from master
2015-01-01[1.6.x] Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
This limitation was lifted in refs #14881. Backport of a7aaabfaf1fa4c20065ab1133d49f40d4de6b409 from master
2014-12-27[1.6.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham
Backport of 3d0c3a0482496fc1914a40ec3c3eb70e67f0d643 from master
2014-12-24[1.6.x] Fixed #24041 -- Documented effect of changing a model instance's ↵Helen Sherwood-Taylor
primary key. Backport of 4ccdf6e57f49d7e981dcd88c1db65229b8b92487 from master
2014-12-23[1.6.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs ↵Frankie Robertson
KEY_PREFIX Backport of 446b50b90e9e60760618b236d8b0ea75a3b19d5a from master
2014-12-22[1.6.x] Corrected scoping of savepoint exampleDavid Cramer
Backport of 27f68f8659a648cc9ed3e71f690959ed8a130c5a from master
2014-12-19[1.6.x] Added upgrade instructions for deprecated model _meta permission ↵Tim Graham
methods. Backport of a3d96bee36040975ded8e3bf02e33e48d06f1f16 from master
2014-12-18[1.6.x] Removed need to update Python version support note on each new release.Tim Graham
Backport of 0c06f06131c613dc4173c83ea17c68c31835fc71 from master
2014-12-18[1.6.x] Corrected indentation in docs to prevent inadvertent blockquote.Tim Graham
Backport of c2d8da7555e3fef30c43f3ffe2e8963ca1f9fdd5 from stable/1.7.x
2014-12-17[1.6.x] Fixed display of lists after website redesignMarkus Holtermann
Thanks Brian Jacobel for the report. refs django/djangoproject.com#197 Backport of c7786550c4ed396b8580db58f7da60e850894d19 from master
2014-12-16[1.6.x] Fixed the formatting of one section of the security pageAlex Gaynor
Backport of 104aaab7049afc6ef456fee52763f6d4f7dd575d from master
2014-12-13[1.6.x] Updated advice on six.moves.range/xrange; refs #23812.Tim Graham
Backport of bc88ec550afd5ce972b8c902572c6447d89c0cc9 from master