22010 Commits

Author SHA1 Message Date
Simon Charette
de22123d3f
[1.9.x] Refs #26603 -- Defined lazystr for a template loader test.
Thanks vytisb for the report.
2016-05-10 17:48:05 -04:00
Simon Charette
6a67dce9cc
[1.9.x] Fixed #26603 -- Forced lazy template names to text when computing cache key.
Refs #26536.

Thanks Sylvain Fankhauser for the very detailed report.

Backport of 207c5b4acd410dd39bac31457dae26a0d15b8b93 from master
2016-05-10 10:50:21 -04:00
Tim Graham
145572adb3 [1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Backport of f5ff5010cd74500785a707ac70b51d292403cddc from master
2016-05-08 18:09:10 -04:00
Tim Graham
86b346435a [1.9.x] Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDateTimeWidget.
Backport of 6b5926978bfbaebc6e3b96bb2c8e5bc8302ac6b0 from master
2016-05-07 20:02:23 -04:00
Tobias McNulty
d2dc188652 [1.9.x] Fixed #26508 -- Clarified docs for various FieldFile methods.
Backport of dbd99de6fa006798ca81ef43cbc83d88e5e6a377 from master
2016-05-07 12:22:21 -04:00
Vasiliy Faronov
bb95d409a8 [1.9.x] Fixed #26566 -- Rewrote an incorrect Cache-Control example.
Backport of 101dd787eca588f32c4647fe45fc533072f0eb0b from master
2016-05-07 10:50:17 -04:00
Matthias K
1f28b948a7 [1.9.x] Fixed a typo in docs/topics/http/urls.txt
Backport of 8b2fce0f70f41518a4d20ee1c27f42fd7ad64bf4 from master
2016-05-07 10:43:56 -04:00
shiblystory
219fc1f726 [1.9.x] Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.
Backport of 6ae617dc57149216d264d3596cdb10a72dad1bca from master
2016-05-07 06:53:29 -04:00
Claude Paroz
669b8e3d8f [1.9.x] Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
Thanks Michael Bitzi for the reporti and Tim Graham for the review.
Backport of b26fedacef from master.
2016-05-07 10:19:45 +02:00
Tim Graham
b3885b4ba3 [1.9.x] Fixed syntax highlighting in docs/topics/cache.txt
Backport of c6499d532d5909c29b4de68de75ea35d752940fb from master
2016-05-06 18:58:24 -04:00
vytisb
1dd567152d [1.9.x] Fixed code example in docs/howto/custom-lookups.txt
Backport of b3acf35f13aae57eb3c8340dd5ff7e61482e2537 from master
2016-05-06 08:26:20 -04:00
Dan Stephenson
90ea14a38a [1.9.x] Fixed #26558 -- Removed need for request context processor on admin login page.
Backport of 1206eea11e506c4e740ba2f0c1feaa01452d804b from master
2016-05-04 09:48:17 -04:00
Ville Skyttä
fef3f50e31 [1.9.x] Normalized "an SQL" spelling.
Backport of 575a9a791e62de7550761970dc6797271d956c57 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 c9c5ccbd413332aafb45c47749fb6e8ede70eef4 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 ac77c55bc5fc54cd763a7ae426784650a8cc97c9 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 72ea289ab7f3a0c2c6dca7b2eb73f3117409f8f0 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 8a55982e7086ebd73458f52516732d9f25dd002b from master
2016-05-02 19:02:51 -04:00
Tim Graham
b404e18384 [1.9.x] Post-release version bump. 2016-05-02 18:52:14 -04:00
Tim Graham
6e749c21e7 [1.9.x] Bumped version for 1.9.6 release. 1.9.6 2016-05-02 18:25:40 -04:00
Tim Graham
7e27107e05 [1.9.x] Added release date for 1.9.6/1.8.13.
Backport of f0b8da7350f762834a07cad113b4553dde2f757b from master
2016-05-02 18:16:56 -04:00
Claude Paroz
9c12eb55ce [1.9.x] Fixed #26341 (again) -- Addressed multiple occurrences per line use case
Backport of 4731e9d8 from master.
2016-05-02 19:41:13 +02:00
Claude Paroz
5fc5ff48d3 [1.9.x] Pulled translations from Transifex 2016-04-30 14:25:16 +02:00
Claude Paroz
dd73908f25 [1.9.x] Removed deprecated Chinese language codes for contrib apps
Refs #18149.
2016-04-30 14:25:06 +02:00
Claude Paroz
004fa09d5b [1.9.x] Fixed source path in contrib.admin translation catalog
Refs #26341.
2016-04-30 12:19:54 +02: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
Alasdair Nicol
cd2ac512e6 [1.9.x] Added tests for if tag's != operator.
Backport of 246020efc59de1a64b52fdda6a460904151dae36 from master
2016-04-29 12:31:12 -04:00
Tim Graham
999e023125 [1.9.x] Refs #26557 -- Added forgotten release notes.
Backport of 9f8941eda4b98044d0bf0fea6bb3ba579d382109 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 4681d65048ca2553895e10c2c492997b0a78ffba 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 2f698cd9916cb3d64932248c7114049e02b74fb3 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 ce32c3e2cc8bdaa9557d4f3c9d830d7af3d01ca9 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 f945fb24a31737c6625205a8cd90eabdf1c33584 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 fed7004b8a0658d9f898c7139e127a17deff7bba 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 fe70f280d7ea4402f676696c4013c4a23d4e4990 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 c6b83db29936aa7ca60336bbb4685e17c96a8b63 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 8ccb8ff453f8c3ba297bd8e108d81d76769bf8d2 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 75c5e547b5350b167aa8f30882c83446d86e8f2b 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 e2cb1018cb1e8b95fbd15de53f8b2ba70e45d36b 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 bd145e7209a0e628cced10384bd6f62d65c0f211 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 38ddd4ab553fb6b311c62d15fca7d848f84d539a 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 b040ac06ebba2348cece7390b88f746d2c91d07b from master
2016-04-20 13:11:33 -04:00
Nicolas Noé
ebb55a247c [1.9.x] Refs #24621 -- Added a test for SessionBase.pop()'s 'default' argument.
Backport of 973f393761253f5fbf031f435d103545f1927041 from master
2016-04-20 12:57:42 -04:00
Michal Petrucha
576e8b6210 [1.9.x] Fixed typo in GenericRelatedObjectManager.add() error message.
Backport of cb65e62c84dd8f6b412151e81cf665975143d397 from master
2016-04-20 10:08:28 -04:00
Matthew Schinckel
799e81ef6b [1.9.x] Fixed #26475 -- Added functools.partial() support to migrations autodetector.
Backport of 5402f3ab09413a571fd9d3aa27f6c76ec42ff891 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 f43da05cc5c76102c04fd2e76b4bada880265dbe 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 d3c87a2425b30400c3e6ea76585a9a537b6d0386 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 2c4c67af94318b15df7d9d37b936e07e8168bc73 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 7ba7d203d8044da923b2b18fa82e59e62e4bf809 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 393811c67a04130fd387a502b16d85dc8aa135a2 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 ad3c72118fd79d27c9f958f41d354b59d883d403 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 47fbbc33de805c803c39483344854caa2890c32c from master
2016-04-13 07:52:32 -04:00