Tim Graham
43bb6727d0
[1.9.x] Fixed #26339 -- Updated Question.was_published_recently() in tutorial 7 to reflect changes in tutorial 5.
...
Backport of 602a38d87e
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 a496d10a8c
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 593ecfe135
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 8fb3a2877b
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
Przemysław Suliga
76926f343a
[1.9.x] Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().
...
Backport of 96ec67a7cf
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 4b129ac81f
from master
2016-03-07 13:22:11 -05:00
Michal Petrucha
d38da1cc40
[1.9.x] Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.
...
Backport of 2109975e90
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 9ed4a788aa
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 bc0410d98a
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 c960af4adb
from master
2016-03-05 10:01:04 -05:00
Bob McDonald
e16a0b0998
[1.9.x] Fixed #26312 -- Documented "create database" requirement in tutorial 2.
...
Backport of b388c294eb
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 c5544d2892
.
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 cecbf1bdef
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 2f0c785a4c
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 de8a11ba18
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 2404d209a5
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 5155c2b458
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 8c42cf0cbd
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 2e895d2870
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 24fc935218
from master
2016-03-01 12:36:17 -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 fe8ea3ba3b
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 a1b1688c7d
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 11a8207d42
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 bc7d201bdb
.
Thanks Tim for the review.
Refs #25858 .
Backport of 0223e213dd
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 5fb9756eba
from master
2016-02-27 08:07:39 -05:00
Simon Charette
ba6f83ec95
[1.9.x] Fixed #26286 -- Prevented content type managers from sharing their cache.
...
This should prevent managers methods from returning content type instances
registered to foreign apps now that these managers are also attached to models
created during migration phases.
Thanks Tim for the review.
Refs #23822 .
Backport of 3938b3ccaa
from master
2016-02-26 16:22:17 -05:00
Ivan Tsouvarev
cd46947ddb
[1.9.x] Fixed #26280 -- Fixed cached template loader crash when loading nonexistent template.
...
Backport of 8890c533e0
from master
2016-02-26 08:02:34 -05:00
Sjoerd Job Postmus
911a77fcca
[1.9.x] Fixed #26231 -- Used .get_username in admin login template.
...
Backport of bbe136e1a2
from master
2016-02-25 19:30:37 -05:00
Tim Graham
a23b387e5a
[1.9.x] Corrected a run on sentence in doc/topics/db/models.txt.
...
Backport of 22d2a5b00a
from master
2016-02-25 14:24:18 -05:00
Tim Graham
7f02c1eded
[1.9.x] Fixed #26278 -- Clarified apps.ready docs.
...
Backport of 1f8cfcf3b4
from master
2016-02-25 08:56:13 -05:00
Tim Graham
d7881bfa5c
[1.9.x] Refs #26270 -- Reorganized TestCase docs.
...
Backport of 7a7e403325
from master
2016-02-25 08:05:14 -05:00
Tim Graham
3e1aa37422
[1.9.x] Fixed a function signature in docs/topics/auth/default.txt.
...
Backport of 441c537b66
from master
2016-02-24 16:25:34 -05:00
Tim Graham
bd9dc810eb
[1.9.x] Removed docs of deprecated SimpleTestCase warnings behavior.
...
Removed in Django 1.7 (4f6be9a0c4
).
Backport of 6637cd0ef2
from master
2016-02-24 09:59:16 -05:00
Jon Dufresne
04780e8a25
[1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
...
Backport of b412681359
from master
2016-02-24 07:03:24 -05:00
Markus Holtermann
5ca1d0a654
[1.9.x] Fixed spelling error
...
Backport of b14470c7b7
from master
2016-02-23 10:27:41 +11:00
Tim Graham
31c9301f27
[1.9.x] Fixed #26188 -- Documented how to wrap password hashers.
...
Backport of 5a541e2e6c
from master
2016-02-22 17:29:38 -05:00
Tim Graham
c6ab81db79
[1.9.x] Refs #26253 -- Amended release note as this issue doesn't affect 1.8.
2016-02-22 17:18:31 -05:00
Tim Graham
3fedfc452f
[1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateResponse.
...
Thanks David Reitter for the report and initial patch.
2016-02-22 17:07:07 -05:00
Daniel Quinn
174811c553
[1.9.x] Fixed import location of check_password() in docs.
...
Backport of de7edc005f
from master
2016-02-22 12:43:36 -05:00
Raphael Michel
c7448c39a3
[1.9.x] Fixed #26243 -- Noted that 'python -R' is enabled by default in Python 3.3.
...
Backport of 5c31d8d189
from master
2016-02-19 10:50:48 -05:00
Sergey Fedoseev
9c508e4de8
[1.9.x] Fixed some code blocks indentation in GIS docs.
...
Backport of dbaa1a6b59
from master
2016-02-19 08:35:11 -05:00
Juan José Conti
9357fdb613
[1.9.x] Used relative models imports in the GIS tutorial.
...
Backport of bb7042cda
from master.
2016-02-19 08:29:36 +01:00
Tim Graham
07ffee6411
[1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
...
Thanks Shai Berger for the review.
Backport of b1afebf882
from master
2016-02-18 19:51:29 -05:00
Tim Graham
277b39cbbc
[1.9.x] Added intended use in the admin's introduction.
...
Backport of b954ad0640
from master
2016-02-18 09:12:06 -05:00