Dan Stephenson
90ea14a38a
[1.9.x] Fixed #26558 -- Removed need for request context processor on admin login page.
...
Backport of 1206eea11e
from master
2016-05-04 09:48:17 -04:00
Ville Skyttä
fef3f50e31
[1.9.x] Normalized "an SQL" spelling.
...
Backport of 575a9a791e
from master
2016-05-03 19:31:07 -04:00
David D Lowe
3c6b9f0bbd
[1.9.x] Clarified that setting names must be uppercase.
...
Backport of c9c5ccbd41
from master
2016-05-03 12:53:55 -04:00
Vasiliy Faronov
cb33e553ee
[1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616.
...
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.
Backport of ac77c55bc5
from master
2016-05-03 11:16:27 -04:00
Arthur Vuillard
d3a16b2bbe
[1.9.x] Added --noinput in migrate commmand's docs.
...
Backport of 72ea289ab7
from master
2016-05-03 09:47:12 -04:00
Tim Graham
068ffdb399
[1.9.x] Added stub release notes for 1.9.7.
...
Backport of 8a55982e70
from master
2016-05-02 19:02:51 -04:00
Tim Graham
7e27107e05
[1.9.x] Added release date for 1.9.6/1.8.13.
...
Backport of f0b8da7350
from master
2016-05-02 18:16:56 -04:00
Claude Paroz
4a6bdff430
[1.9.x] Fixed #26341 -- Fixed makemessages breaking location comments for HTML files
...
Thanks Sylvain Garancher for the report and Veranika Sabiashchanskaya for the
initial patch.
Backport of b16b124996
from master.
2016-04-30 12:11:11 +02:00
Tim Graham
999e023125
[1.9.x] Refs #26557 -- Added forgotten release notes.
...
Backport of 9f8941eda4
from master
2016-04-29 10:19:47 -04:00
Joshua Phillips
e0af590bde
[1.9.x] Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField.
...
Backport of 4681d65048
from master
2016-04-29 10:14:48 -04:00
Tim Graham
d2338bae78
[1.9.x] Refs #26428 -- Added support for relative path redirects to the test client.
...
Thanks iktyrrell for the patch.
Backport of 2f698cd991
from master
2016-04-29 09:16:31 -04:00
eltronix
2d78b46d29
[1.9.x] Fixed typo in docs/ref/contrib/admin/index.txt
...
Backport of ce32c3e2cc
from master
2016-04-28 18:20:23 -04:00
Tim Graham
8a135cca4e
[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
...
Backport of f945fb24a3
from master
2016-04-28 10:15:23 -04:00
eltronix
472c54084b
[1.9.x] Fixed typo in docs/ref/contrib/admin/index.txt
...
Backport of fed7004b8a
from master
2016-04-27 15:41:51 -04:00
Tim Graham
cc5c4ae35d
[1.9.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.
...
Thanks Ankush Thakur for the report and Simon for the review.
Backport of fe70f280d7
from master
2016-04-27 15:26:10 -04:00
eltronix
3f93f8d8e3
[1.9.x] Fixed typo in docs/howto/deployment/wsgi/index.txt
...
Backport of c6b83db299
from master
2016-04-27 10:31:16 -04:00
eltronix
146ac71a21
[1.9.x] Fixed typo in docs/topics/testing/tools.txt
...
Backport of 8ccb8ff453
from master
2016-04-27 08:02:14 -04:00
eltronix
4afead50cb
[1.9.x] Fixed typo in docs/topics/testing/tools.txt
...
Backport of 75c5e547b5
from master
2016-04-26 18:19:16 -04:00
eltronix
658ab34008
[1.9.x] Fixed reference to Question model in management command how-to.
...
Backport of e2cb1018cb
from master
2016-04-26 09:24:11 -04:00
Simon Charette
a06fa6e7d3
[1.9.x] Fixed #26536 -- Preserved leading dashes of the cached template loader keys.
...
Thanks Anders Roos for the report.
Backport of bd145e7209
from master
2016-04-24 22:17:36 -04:00
Jon Dufresne
7426c8fd82
[1.9.x] Fixed incorrect rendered widget in forms example.
...
Backport of 38ddd4ab55
from master
2016-04-20 21:08:13 -04:00
Tobias Kroenke
845d43e37e
[1.9.x] Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a KeyError.
...
Backport of b040ac06eb
from master
2016-04-20 13:11:33 -04:00
Matthew Schinckel
799e81ef6b
[1.9.x] Fixed #26475 -- Added functools.partial() support to migrations autodetector.
...
Backport of 5402f3ab09
from master
2016-04-19 10:17:29 -04:00
eltronix
f5b8e9b282
[1.9.x] Fixed typo in docs/topics/class-based-views/mixins.txt
...
Backport of f43da05cc5
from master
2016-04-18 20:26:13 -04:00
Lukasz Wiecek
51400cbce8
[1.9.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
...
Thanks adamchainz for the report and review.
Backport of d3c87a2425
from master
2016-04-18 09:49:13 -04:00
Tim Graham
12606d2b99
[1.9.x] Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the permission cache.
...
Backport of 2c4c67af94
from master
2016-04-18 09:03:48 -04:00
eltronix
7df7039df1
[1.9.x] Fixed typo in docs/ref/template-response.txt.
...
Backport of 7ba7d203d8
from master
2016-04-18 07:50:56 -04:00
Katie McLaughlin
364f6b2ce8
[1.9.x] Updated Windows docs for completeness
...
- Update installer option for PATH installation
- Add link directly to pip install docu, ref get-pip.py
- Add note about installing Django to the virtualenv that was setup in the previous step
Backport of 393811c67a
from master
2016-04-16 16:25:38 -04:00
Tim Graham
bc1505e1ba
[1.9.x] Added stub release notes for 1.8.13.
...
Backport of ad3c72118f
from master
2016-04-13 13:21:46 -04:00
Filipa Andrade
8bf5cede37
[1.9.x] Fixed #26493 -- Documented how built-in signals are sent.
...
Backport of 47fbbc33de
from master
2016-04-13 07:52:32 -04:00
Denis Afonso
cc38262d40
[1.9.x] Fixed #26485 -- Fixed typo in docs/intro/tutorial07.
...
Backport of b1b05a017a
from master
2016-04-10 14:20:20 -04:00
Tim Graham
bdbfa1b1f8
[1.9.x] Refs #26464 -- Added a link to OWASP Top 10 in security topic guide.
...
Backport of f6ca63a9f8
from master
2016-04-09 08:10:17 -04:00
Claude Paroz
99bec24f99
[1.9.x] Fixed #15940 -- Added MySQL note about strict SQL mode
...
Backport of b2aab09fe9
from master.
2016-04-08 20:37:23 +02:00
Tim Graham
1ef5a328e3
[1.9.x] Refs #22268 -- Fixed typo in docs/ref/models/querysets.txt
...
Backport of 5ac7c8f7ab
from master
2016-04-08 11:43:38 -04:00
Mikkel Munch Mortensen
92d77f3160
[1.9.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txt
...
Backport of 4bb3ddbcc6
from master
2016-04-07 13:53:54 -04:00
Arnaud Limbourg
1920d4d5a8
[1.9.x] Fixed #26037 -- Documented precedence of USE_X_FORWARDED_HOST/PORT settings.
...
Backport of 5cda4677b3
from master
2016-04-07 10:10:18 -04:00
rixx
59ae2292df
[1.9.x] Fixed #24016 -- Added "Migrating data between third-party apps" howto.
...
Thanks to Markus, Marten and Sergei for help and review.
Backport of b7ea494d65
and
c643b4c9f2
from master
2016-04-06 12:16:42 -04:00
Daniel Jilg
e043b85b15
[1.9.x] Refs #14131 -- Documented why paginating large QuerySets may be slow.
...
Backport of eed658d7c4
from master
2016-04-06 11:08:03 -04:00
Vaclav Ehrlich
147f9a0d2a
[1.9.x] Fixed #26201 -- Documented the consequences of rotating the CSRF token on login.
...
Backport of 369fa471f4
from master
2016-04-05 19:36:56 -04:00
Tim Graham
9dc22b4ff6
[1.9.x] Removed a reference to Django 1.3.1 in docs.
...
Backport of 15a20dc9af
from master
2016-04-04 12:38:35 -04:00
Joshua Pereyda
f8b88f6a6b
[1.9.x] Fixed #26419 -- Added a link in ALLOWED_HOSTS docs.
...
Backport of f8b31dfdfc
from master
2016-04-04 11:08:38 -04:00
Markus Amalthea Magnuson
dd1ab14990
[1.9.x] Fixed #26450 -- Corrected "Save as new" button label in docs.
...
Backport of 23aa700b78
from master
2016-04-04 08:10:16 -04:00
bellisk
3ed8233759
[1.9.x] Corrected number of extra arguments in docs for FilePathField.
...
Backport of c08ad63a33
from master
2016-04-04 06:57:18 -04:00
Tim Graham
192b065949
[1.9.x] Fixed #26428 -- Added support for relative path redirects in assertRedirects().
...
Thanks Trac alias master for the report and review.
Backport of d2569f89f2
from master
2016-04-02 10:35:55 -04:00
Daniel Jilg
be1ac00379
[1.9.x] Fixed #14131 -- Added note to docs about Pagination and large Querysets
...
Backport of 55c843f2ef
from master.
2016-04-02 16:12:28 +02:00
Iacopo Spalletti
9956d89fa2
[1.9.x] Fixed #22268 -- Documented values_list() behavior for multivalued relations.a
...
Thanks Sai Krishna for the initial patch.
Backport of 7d485d5d75
from master
2016-04-02 07:24:01 -04:00
Tim Graham
6200a5e526
[1.9.x] Added stub release notes for 1.9.6.
...
Backport of a637ed879d
from master
2016-04-01 14:10:08 -04:00
Tim Graham
d8725878ed
[1.9.x] Added release date for 1.9.5 and 1.8.12.
...
Backport of 93539ba2f4
from master
2016-04-01 13:30:33 -04:00
Claude Paroz
6a8ba2eef4
[1.9.x] Fixed #25532 -- Properly redisplayed JSONField form input values
...
Thanks David Szotten for the report and Tommy Beadle for code inspiration.
Thanks Tim Graham for the review.
Partial backport of db19619545
from master.
2016-04-01 09:10:35 +02:00
Simon Charette
a304e7ddff
[1.9.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.
...
Thanks Pablo Oubiña for the report.
Backport of 64aba7a8ab
from master
2016-03-31 18:30:58 -04:00