Tim Graham
999c31426a
[1.6.x] Post-release version bump.
2015-03-18 20:18:04 -04:00
Tim Graham
9d915ac1be
[1.6.x] Bumped version for 1.6.11 release.
2015-03-18 08:48:39 -04:00
Tim Graham
5510f07071
[1.6.x] Made is_safe_url() reject URLs that start with control characters.
...
This is a security fix; disclosure to follow shortly.
2015-03-18 08:47:43 -04:00
Tim Graham
b6b3cb9899
[1.6.x] Fixed an infinite loop possibility in strip_tags().
...
This is a security fix; disclosure to follow shortly.
2015-03-18 08:47:16 -04:00
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 7614efa2f9
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 cefbbb9db3
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 63f2dd4ad7
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 9a4a9a8a49
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 fea45eff5a
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 fde4857fb8
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 56aa6fc00b
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 e83aba0e2c
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
Carl Meyer
64735731e0
[1.6.x] Fix an encoding preamble so the tests pass on 2.7.9.
...
It seems there was a change in the parsing of encoding preambles in Python
2.7.9, compared to previous 2.7.x Pythons. This is a backport of the only piece
of e520a73eee
that's needed to prevent an import
failure under 2.7.9.
2015-02-06 20:15:06 -07:00
Tim Graham
3b1dc45602
[1.6.x] Demoted "Installing a distribution-specific package" in install notes.
...
Backport of 281fc03474
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 66f5aa9fa5
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 9a391fbd61
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 5d193d042a
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 c38db4d7e0
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 996292d649
from master
2015-01-16 18:24:51 -05:00
Tim Graham
fb614ff4a7
[1.6.x] Fixed #23312 -- Marked an i18n test as expectedFailure on Windows/Python 3.
...
Backport of 433e7dd507
from stable/1.7.x
2015-01-16 10:34:46 -05:00
Luke Plant
b9101fa7a2
[1.6.x] Direct readers to format_html() in mark_safe() docs.
...
Backport of 4832c004e8
from master
2015-01-15 08:30:38 +00:00
Tim Graham
79df62f4d2
[1.6.x] Fixed a static view test on Windows.
...
Backport of a6f144fd4f
from master
2015-01-14 13:57:14 -05:00
Tim Graham
4c6bd574ad
[1.6.x] Post-release version bump.
2015-01-13 14:15:55 -05:00
Tim Graham
e2fea7c714
[1.6.x] Bumped version for 1.6.10 release.
2015-01-13 13:12:22 -05: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 e7771ec380
from master
2015-01-13 11:54:05 -05:00
Tim Graham
5e45c4f7c2
[1.6.x] Added 1.4.18 release notes.
...
Backport of ce17b045bf
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 b738178825
from master
2015-01-03 08:49:17 -05:00
Tim Graham
8d21fee7ab
[1.6.x] Post-release version bump.
2015-01-02 21:50:42 -05:00
Tim Graham
4747c2f17f
[1.6.x] Bumped version for 1.6.9 release.
2015-01-02 20:40:43 -05:00
Tim Graham
22d3048676
[1.6.x] Added dates to release notes.
...
Backport of 15cd71ed24
from master
2015-01-02 19:20:59 -05:00
Tim Graham
0114b9df13
[1.6.x] Updated six to 1.9.0.
...
Backport of 52f0b2b622
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 a7aaabfaf1
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 3d0c3a0482
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 4ccdf6e57f
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 446b50b90e
from master
2014-12-23 14:40:40 -05:00
David Cramer
d237aaa929
[1.6.x] Corrected scoping of savepoint example
...
Backport of 27f68f8659
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 a3d96bee36
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 0c06f06131
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 c2d8da7555
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 c7786550c4
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 104aaab704
from master
2014-12-16 19:01:29 -05:00