22010 Commits

Author SHA1 Message Date
Duane Hilton
0dc3822f56 [1.9.x] Fixed #26290 -- Documented that a QuerySet for pagination should be ordered.
Backport of f8b23e52e86307428da2cf928bf4f1d9fdbd2694 from master
2016-03-15 10:14:29 -04:00
Vincenzo Pandolfo
c6424efbc6 [1.9.x] Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.
Backport of d0fe6c915665fa3220e84bd691ba7002a357e5c5 from master
2016-03-14 20:24:19 -04:00
Adam Alton
b50e4ffe7e [1.9.x] Removed unnecessary filter kwarg from .get() in a test.
Backport of 38086c83aca881aa72bc2eba1e6eadaa76529ed0 from master
2016-03-14 18:57:26 -04:00
Jon Dufresne
bf7a35c329 [1.9.x] Fixed test_dumpdata_progressbar to use the instantiated StringIO object.
Backport of cacc7e85e17b3d00e7ed856d8bbadb8f870bb5d6 from master
2016-03-14 10:29:47 -04:00
Moritz Sichert
27bed94e9c [1.9.x] Fixed #25804 -- Documented additions to Jinja2 context.
Backport of 6aef986cdbff72809b39880132959ef74827492f from master
2016-03-14 08:43:35 -04:00
Tim Graham
7b2ee75745 [1.9.x] Fixed #26294 -- Clarified call_command()'s handling of args and options.
Backport of 5695c142d282f4681a8d43bb55ec49f11f3fc40e from master
2016-03-14 08:29:28 -04:00
Jakub Wilk
9ed08da6c6 [1.9.x] Fixed typos in docs.
Backport of 402da9ab7b2bae807b7ea30c23ef524b0aeb1903 from master
2016-03-14 08:09:02 -04:00
Tim Graham
d3c2d82dde [1.9.x] Fixed #26345 -- Clarified which RangesFields always return a canonical form.
Backport of b3610f38facb33704c1fd77590c6a2fa07c40fa7 from master
2016-03-12 12:58:16 -05:00
Duane Hilton
421ad283d3 [1.9.x] Fixed #26239 -- Added a note about how auto_now works with QuerySet.update().
Backport of ca5c05ddbe91f4aae38c4543240dbda5f1fb1db2 from master
2016-03-12 12:42:22 -05:00
Noenglish Professorbut
16691ed24c [1.9.x] Fixed a few docstring typos.
Backport of f8d20da0479b88db5bb5a2a30fa769cbf6d0a5bf from master
2016-03-12 08:50:25 -05:00
Tim Graham
c5e258eed3 [1.9.x] Removed unneeded GeoManagers in tests.
Backport of 9027fac8414c30db640c4592ee083f12bb8ee5a6 from master
2016-03-11 13:38:54 -05:00
Tim Graham
5b6c751230 [1.9.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.
Backport of 4f0cd0fd162122da96978b357ac9fc9534529410 from master
2016-03-10 19:16:20 -05:00
Tim Graham
301edde86d [1.9.x] Fixed #26255 -- Fixed orphaned include() reference following tutorial reordering.
Backport of 4323676ea5ab6994feb1385522665069d84f397b from master
2016-03-09 12:19:41 -05:00
Tim Graham
43bb6727d0 [1.9.x] Fixed #26339 -- Updated Question.was_published_recently() in tutorial 7 to reflect changes in tutorial 5.
Backport of 602a38d87e4b0d9c5e43678c33208627ca84ce2a from master
2016-03-09 11:22:59 -05:00
Tim Graham
e8d94cda9b [1.9.x] Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.
Backport of a496d10a8c3b8b3080f0daa7348b33aed790a967 from master
2016-03-09 10:01:21 -05:00
girish ramnani
05ca9a68b5 [1.9.x] Fixed #26302 -- Removed incorrect statement about virtual hosts.
Backport of 593ecfe1352bce7daa7a2ca530a46de2f0133319 from master
2016-03-09 09:01:35 -05:00
Tim Osborn
0bae867cd2 [1.9.x] Fixed indenting in "Serving files in development" code example
Backport of 8fb3a2877bac1ecf0e5665389d60eab637d1622e from master
2016-03-09 14:56:58 +11:00
Claude Paroz
0e80ac4672 [1.9.x] Fixed #26256 -- Added note about primary key serialization
Thanks Sonu kumar for the report and Tim Graham for the review.
Backport of c5fda55edc from master.
2016-03-08 21:30:58 +01:00
Tim Graham
e2483c9bdf [1.9.x] Fixed a dead link in django/contrib/sitemaps/__init__.py.
Backport of 09e5409cb5b7ed427d4c751fbe2594b485794104 from master
2016-03-08 13:16:31 -05:00
Przemysław Suliga
76926f343a [1.9.x] Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().
Backport of 96ec67a7cf89a136e793305343c5bba8521cdb47 from master
2016-03-08 11:45:09 -05:00
John-Mark Bell
809eb5ddee [1.9.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an empty string.
Backport of 4b129ac81f4fa38004950d0b307f81d1e9b44af8 from master
2016-03-07 13:22:11 -05:00
George Marshall
4702c1ac98 [1.9.x] Fixed #26331 -- Fixed test function names with typos
Backport of 75614f6d4c1a3fe779a75eb3e787452cccd1d814 from master
2016-03-07 06:51:43 -05:00
Michal Petrucha
d38da1cc40 [1.9.x] Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.
Backport of 2109975e901440da70e29d0f330a600bc2d37e9a from master
2016-03-05 19:40:48 -05:00
Tim Graham
72134a0400 [1.9.x] Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".
Backport of 9ed4a788aa8d6ba6a57a2daa15253c3047048dfb from master
2016-03-05 10:59:34 -05:00
Tim Graham
52b06546c0 [1.9.x] Fixed typo in docs/releases/1.8.12.txt.
Backport of bc0410d98adcb70ad91f37fa9fee9a7ae71faa18 from master
2016-03-05 10:02:58 -05:00
Tim Graham
51b7f10213 [1.9.x] Added stub release notes for 1.9.5/1.8.12.
Backport of c960af4adb87f8ce87f5698902b68e8332e448cb from master
2016-03-05 10:01:04 -05:00
Tim Graham
ae26a822cc [1.9.x] Post-release version bump. 2016-03-05 09:41:28 -05:00
Tim Graham
dafddb6b8c [1.9.x] Bumped version for 1.9.4 release. 1.9.4 2016-03-05 09:24:08 -05:00
Bob McDonald
e16a0b0998 [1.9.x] Fixed #26312 -- Documented "create database" requirement in tutorial 2.
Backport of b388c294eb5745b3e01dedf0220636fae87ea9a2 from master
2016-03-05 09:09:51 -05:00
Claude Paroz
9c195d45a6 [1.9.x] Added safety to URL decoding in is_safe_url() on Python 2
The errors='replace' parameter to force_text altered the URL before checking
it, which wasn't considered sane. Refs 24fc935218 and ada7a4aef.
Backport of 552f03869e from master.
2016-03-04 23:38:32 +01:00
Claude Paroz
78f4830056 [1.9.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()
This fixes a regression introduced by c5544d28923.
Thanks John Eskew for the reporti and Tim Graham for the review.
Backport of ada7a4aef from master.
2016-03-04 21:15:44 +01:00
Tim Graham
067d8c3500 [1.9.x] Fixed typo in docs/releases/1.9.1.txt.
Backport of cecbf1bdef04e00e6947f47d96198aa57c2a0dc3 from master
2016-03-04 14:17:48 -05:00
Tim Graham
2a9ce36271 [1.9.x] Added stub release notes for 1.8.11.
Backport of 2f0c785a4c2353a3035ba6022cec5e25fb9d569b from master
2016-03-04 09:48:08 -05:00
Tim Graham
377ca697a1 [1.9.x] Fixed #26321 -- Added missing "for_save" parameter in expressions example.
Thanks tomaszn for the patch.

Backport of de8a11ba18d5902c668d4db47c38c9c6bdf9c1da from master
2016-03-03 19:38:03 -05:00
Alasdair Nicol
c6d39c644d [1.9.x] Fixed #26309 -- Documented that login URL settings no longer support dotted paths.
Backport of 2404d209a5e8c4573927e14587735562b79e13ed from master
2016-03-03 07:48:28 -05:00
Dmitry Dygalo
fddd79dacd [1.9.x] Fixed typo in 1.9.3/1.8.10 release date.
Backport of 5155c2b4587629c4bc77a11846e5b9d3ba5a43ef from master
2016-03-02 07:09:48 -05:00
Alasdair Nicol
6679cdd92c [1.9.x] Fixed #26303 -- Updated links to mod_wsgi docs.
Backport of 8c42cf0cbd87f344748423f235938dd6ade03f55 from master
2016-03-01 19:22:54 -05:00
Tim Graham
e0ea4edca0 [1.9.x] Added stub release notes for 1.9.4.
Backport of 2e895d2870860e9855b79fcda41693783671ed12 from master
2016-03-01 12:39:22 -05:00
Tim Graham
a53ee2bbf4 [1.9.x] Added CVE-2016-2512/2513 to security release archive.
Backport of 24fc9352183c449a8b11d1c7b442e70aa61a8800 from master
2016-03-01 12:36:17 -05:00
Tim Graham
31ca830a29 [1.9.x] Post-release version bump. 2016-03-01 12:22:10 -05:00
Tim Graham
37935743ed [1.9.x] Bumped version for 1.9.3 release. 1.9.3 2016-03-01 11:38:49 -05:00
Florian Apolloner
af7d09b0c5 [1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
This is a security fix.
2016-03-01 11:38:49 -05:00
Mark Striemer
fc6d147a63 [1.9.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.
This is a security fix.
2016-03-01 11:38:49 -05:00
Tim Graham
7e799217c5 [1.9.x] Added stub release notes for security issues. 2016-03-01 11:38:49 -05:00
Michal Petrucha
468c6a3b63 [1.9.x] Fixed #26217 -- Added a warning about format strings to WeekArchiveView docs.
Backport of fe8ea3ba3ba709b3d6c39da046f0883a296e6441 from master
2016-03-01 10:34:15 -05:00
acemaster
73d8e646d7 [1.9.x] Fixed #26165 -- Added some FAQs about CSRF protection.
Thanks Florian Apolloner and Shai Berger for review.

Backport of a1b1688c7d6c1a6d307bd22669bd20f08e948f8d from master
2016-03-01 09:04:16 -05:00
Taranjeet
46c6ac1ffc [1.9.x] Fixed typos in docs/ref/models/meta.txt.
Backport of 11a8207d4294b46561ce34b37803f191014509af from master
2016-03-01 08:34:16 -05:00
Simon Charette
48cf751640 [1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract models behave.
This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e.

Thanks Tim for the review.

Refs #25858.

Backport of 0223e213dd690b6b6e0669f836a20efb10998c83 from master
2016-02-29 22:13:54 -05:00
Shai Berger
e9234569f6 [1.9.x] Fixed docs: release-process, Supported Versions section, concrete example
Security & data loss fixes are applied to the two last feature releases,
not just one.

Thanks Loic Bistuer and Tim Graham for review

Backport of 3dd4e92+72e5778 from master
2016-02-28 19:36:54 +02:00
inondle
e96cdc6f99 [1.9.x] Fixed #26275 -- Noted difference between o and Y date format chars.
Backport of 5fb9756eba01237cc0e550da689b9b79c51c96ed from master
2016-02-27 08:07:39 -05:00