Commit Graph

15932 Commits

Author SHA1 Message Date
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
Tim Graham 89f9bf61bb [1.6.x] Updated advice on six.moves.range/xrange; refs #23812.
Backport of bc88ec550a 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 38fc463fbf 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 1aa41dd000 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 4d27d72d14 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 1a408e42ee 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 5281d9620d 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 34a06d99e0 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 ebfadb8080 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 f0c7a6f360 from master
2014-12-05 11:33:20 -05:00