Tim Graham
|
581a43948f
|
[1.6.x] Added stub release notes for security releases.
|
2015-03-18 08:46:36 -04:00 |
|
Ian Lee
|
fc2ec51941
|
[1.6.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 7614efa2f9e169749ab109aab909fbc244fd76a9 from master
|
2015-03-13 08:14:40 -04:00 |
|
Calvin Jeong
|
412137a1e8
|
[1.6.x] Fixed typo in docs/ref/database.txt
Backport of cefbbb9db3410f757532e0f968e76a8fd9e7ce3b from master
|
2015-03-10 07:12:54 -04:00 |
|
Tim Graham
|
9cfcdd03e3
|
[1.6.x] Fixed typo in docs/howto/custom-template-tags.txt
Backport of 63f2dd4ad774d39fc7bbe05492d30efc45e4e7a9 from master
|
2015-03-09 07:06:43 -04:00 |
|
Aymeric Augustin
|
7d3418c9cd
|
[1.6.x] Improved get_media_prefix template tag example.
Backport of 9a4a9a8a49ed3e38f3038b8d6fc7c405256271f1 from master
|
2015-03-05 10:00:17 -05:00 |
|
Andrew Pinkham
|
c5a8b442bd
|
[1.6.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV docs.
Backport of fea45eff5a2f2ad10b2788603db80e5a4fe6be06 from master
|
2015-03-02 13:33:52 -05:00 |
|
Ian Lee
|
7a30dc87ad
|
[1.6.x] Added syntax highlighting for apache code blocks
Backport of fde4857fb83101d27ae4cb3552a6a6cf20d3d8ce from master
|
2015-03-02 12:37:38 -05:00 |
|
Ian Lee
|
089dcbc266
|
[1.6.x] Added a missing backtick in form wizard docs.
Backport of 56aa6fc00b7c6efcd02fcd9944b5d20cc8131ac9 from stable/1.7.x
|
2015-02-24 00:35:06 -05:00 |
|
Kenneth Kam
|
778ccee9bc
|
[1.6.x] Fixed #23762 -- clarified CACHE_MIDDLEWARE_ANONYMOUS_ONLY deprecation in docs
Backport of e83aba0e2cce16cd1b32d1c172239a4e20867e95 from master
|
2015-02-23 09:24:21 -05:00 |
|
Tim Graham
|
d686c9b631
|
[1.6.x] Fixed casing of "GeoDjango".
|
2015-02-12 13:32:02 +05:00 |
|
Tim Graham
|
3b1dc45602
|
[1.6.x] Demoted "Installing a distribution-specific package" in install notes.
Backport of 281fc03474ac18c8281ed4cf289128c87bda2030 from master
|
2015-02-03 16:38:13 -05:00 |
|
minusf
|
16f533b2a4
|
[1.6.x] Fixed typos in docs/ref/forms/validation.txt.
Backport of 66f5aa9fa5d53ddd7fbdb7ddac39c429f0c1b4fd from master
|
2015-02-03 12:27:29 -05:00 |
|
Tim Graham
|
5104d93504
|
[1.6.x] Fixed broken links in class based views flattend index; refs #24250.
Backport of 9a391fbd6102176d576aa96ed3aeee9e9661b455 from master
|
2015-02-03 09:12:19 -05:00 |
|
Tim Graham
|
9316a04a9c
|
[1.6.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.
Backport of 5d193d042a3cc49033f0e8b5125913650d779496 from master
|
2015-02-03 08:43:05 -05:00 |
|
Tim Graham
|
829d62bd52
|
[1.6.x] Added 1.4.19 release notes.
|
2015-01-27 11:48:47 -05:00 |
|
Tim Graham
|
46f1f73610
|
[1.6.x] Designated Django 1.8 as the next LTS.
Backport of c38db4d7e072e9a5002cb4897d9104e5eaa292ed from master
|
2015-01-19 12:09:57 -05:00 |
|
Rick Hutcheson
|
cba3d8ab07
|
[1.6.x] Fixed a typo in the test responses docs.
Backport of 996292d6498d25c6b3e84435e82edeff5aaa0257 from master
|
2015-01-16 18:24:51 -05:00 |
|
Luke Plant
|
b9101fa7a2
|
[1.6.x] Direct readers to format_html() in mark_safe() docs.
Backport of 4832c004e88a68b98b976b4f68a1c9fdb4ea3530 from master
|
2015-01-15 08:30:38 +00:00 |
|
Tim Graham
|
f9de1998f9
|
[1.6.x] Added dates to release notes.
|
2015-01-13 13:10:25 -05:00 |
|
Tim Graham
|
d7a06ee7e5
|
[1.6.x] Fixed DoS possibility in ModelMultipleChoiceField.
This is a security fix. Disclosure following shortly.
Thanks Keryn Knight for the report and initial patch.
|
2015-01-13 13:10:11 -05:00 |
|
Tim Graham
|
553779c405
|
[1.6.x] Prevented views.static.serve() from using large memory on large files.
This is a security fix. Disclosure following shortly.
|
2015-01-13 13:10:11 -05:00 |
|
Tim Graham
|
72e0b03366
|
[1.6.x] Fixed is_safe_url() to handle leading whitespace.
This is a security fix. Disclosure following shortly.
|
2015-01-13 13:10:11 -05:00 |
|
Carl Meyer
|
d7597b31d5
|
[1.6.x] Stripped headers containing underscores to prevent spoofing in WSGI environ.
This is a security fix. Disclosure following shortly.
Thanks to Jedediah Smith for the report.
|
2015-01-13 13:10:11 -05:00 |
|
Tim Graham
|
f143e25883
|
[1.6.x] Added stub release notes for security releases.
|
2015-01-13 13:10:11 -05:00 |
|
Collin Anderson
|
a1a230382d
|
[1.6.x] Fixed bad model example in admin docs.
Backport of e7771ec380a116dbef481001fb1ce664f5c7311e from master
|
2015-01-13 11:54:05 -05:00 |
|
Tim Graham
|
5e45c4f7c2
|
[1.6.x] Added 1.4.18 release notes.
Backport of ce17b045bf5629aac66f872c3f548205906e04db from master
|
2015-01-05 14:25:41 -05:00 |
|
Bibhas
|
3b76a82a26
|
[1.6.x] Fixed #24070 -- Added tutorial topics to doc index.
Backport of b738178825ec9378198d77ac69699513774f0884 from master
|
2015-01-03 08:49:17 -05:00 |
|
Tim Graham
|
22d3048676
|
[1.6.x] Added dates to release notes.
Backport of 15cd71ed24945ff7be5716580603fd65c0d45ef7 from master
|
2015-01-02 19:20:59 -05:00 |
|
Tim Graham
|
0114b9df13
|
[1.6.x] Updated six to 1.9.0.
Backport of 52f0b2b62262743d5f935ddae29428e661b5d8ea from master
|
2015-01-02 13:33:46 -05:00 |
|
Tim Graham
|
e17d98ff02
|
[1.6.x] Removed doc note about PasswordResetForm requiring an integer PK.
This limitation was lifted in refs #14881.
Backport of a7aaabfaf1fa4c20065ab1133d49f40d4de6b409 from master
|
2015-01-01 11:41:52 -05:00 |
|
Tim Graham
|
116d2098f6
|
[1.6.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.
Backport of 3d0c3a0482496fc1914a40ec3c3eb70e67f0d643 from master
|
2014-12-27 19:51:38 -05:00 |
|
Helen Sherwood-Taylor
|
2d0ae995d6
|
[1.6.x] Fixed #24041 -- Documented effect of changing a model instance's primary key.
Backport of 4ccdf6e57f49d7e981dcd88c1db65229b8b92487 from master
|
2014-12-24 15:07:32 -05:00 |
|
Frankie Robertson
|
70c965ad4f
|
[1.6.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIX
Backport of 446b50b90e9e60760618b236d8b0ea75a3b19d5a from master
|
2014-12-23 14:40:40 -05:00 |
|
David Cramer
|
d237aaa929
|
[1.6.x] Corrected scoping of savepoint example
Backport of 27f68f8659a648cc9ed3e71f690959ed8a130c5a from master
|
2014-12-22 07:51:19 -05:00 |
|
Tim Graham
|
0e3626260d
|
[1.6.x] Added upgrade instructions for deprecated model _meta permission methods.
Backport of a3d96bee36040975ded8e3bf02e33e48d06f1f16 from master
|
2014-12-19 19:12:54 -05:00 |
|
Tim Graham
|
ab6df6419c
|
[1.6.x] Removed need to update Python version support note on each new release.
Backport of 0c06f06131c613dc4173c83ea17c68c31835fc71 from master
|
2014-12-18 11:58:31 -05:00 |
|
Tim Graham
|
79561e7c3b
|
[1.6.x] Corrected indentation in docs to prevent inadvertent blockquote.
Backport of c2d8da7555e3fef30c43f3ffe2e8963ca1f9fdd5 from stable/1.7.x
|
2014-12-18 11:35:35 -05:00 |
|
Markus Holtermann
|
b6c05b2b94
|
[1.6.x] Fixed display of lists after website redesign
Thanks Brian Jacobel for the report. refs django/djangoproject.com#197
Backport of c7786550c4ed396b8580db58f7da60e850894d19 from master
|
2014-12-17 08:26:36 -05:00 |
|
Alex Gaynor
|
3ac7d83ba5
|
[1.6.x] Fixed the formatting of one section of the security page
Backport of 104aaab7049afc6ef456fee52763f6d4f7dd575d from master
|
2014-12-16 19:01:29 -05:00 |
|
Tim Graham
|
89f9bf61bb
|
[1.6.x] Updated advice on six.moves.range/xrange; refs #23812.
Backport of bc88ec550afd5ce972b8c902572c6447d89c0cc9 from master
|
2014-12-13 13:42:51 -05:00 |
|
Yohan Boniface
|
ec861bca69
|
[1.6.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.
Backport of 38fc463fbfb9b74c38f1e8c33e4c99bc2274a880 from master
|
2014-12-11 12:12:36 -05:00 |
|
Tim Graham
|
5fb7086b6b
|
[1.6.x] Fixed #23974 -- Clarified wording of FileField.save/delete save parameter.
Thanks GreenAsJade.
Backport of 1aa41dd000e0779c8b1de1f8e7aa4a0f2f752655 from master
|
2014-12-08 13:18:32 -05:00 |
|
Jon Dufresne
|
30a12d6ca6
|
[1.6.x] Refs #23964 -- Added warning about case-insensitive, unique fields used with formsets
Backport of 4d27d72d149b714431b77f2f15bad1591a9602b7 from master
|
2014-12-08 12:58:40 -05:00 |
|
Vladimir Rutsky
|
43c55a7d4e
|
[1.6.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.
Backport of 1a408e42eef34d8302da06fcbeaccfa6395d1c92 from master
|
2014-12-07 12:26:26 -05:00 |
|
Tim Graham
|
e24ec760f1
|
[1.6.x] Fixed #23965 -- Mentioned that FieldFile inherits from File
Backport of 5281d9620d13386fd4403f7aa6b9a2afd9b5a93f from master
|
2014-12-06 11:52:26 -05:00 |
|
wrwrwr
|
62048bcd62
|
[1.6.x] Cleaned up a note in docs/topics/db/sql.txt.
Backport of 34a06d99e0fc96a0f0648bfde141d342e963e971 from master
|
2014-12-06 09:26:20 -05:00 |
|
Tim Graham
|
9abfe2c02d
|
[1.6.x] Corrected example in Form.has_changed() docs.
Backport of ebfadb808043c689b19cfee818c10f63866ee8fc from master
|
2014-12-05 13:18:00 -05:00 |
|
Young Yang
|
fdbe038ced
|
[1.6.x] Fixed #23955 -- Corrected formset fields in topic guide.
Backport of f0c7a6f36005d489e049236922abe0bd3a3eac2c from master
|
2014-12-05 11:33:20 -05:00 |
|
Tim Graham
|
7e47c3e6af
|
[1.6.x] Fixed typo in aggregation docs.
|
2014-12-03 20:11:24 -05:00 |
|
Benjamin Bach
|
a87ade7e30
|
[1.6.x] Documented a current limitation of multiple table annotation; refs #10060.
Backport of 4b23a6c7a9232cc07ec95fe98be17efbd4449822 from master
|
2014-12-03 19:19:41 -05:00 |
|