Trey Hunner
799fbc7235
[1.10.x] Added urlpatterns variable in docs/topics/http/urls.txt.
...
Backport of 91e9be45ed5ad3b0c3de8890a4fcdbb68836856f from master
2016-06-17 21:02:40 -04:00
Carl Meyer
69de988f92
[1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling.
...
Backport of 7d1b69dbe7f72ac04d2513f0468fe2146231b286 from master
2016-06-17 15:55:55 -04:00
Carl Meyer
34fbec3cb4
[1.10.x] Moved old-middleware tests in preparation for adding new tests.
...
Backport of 104ee2fdae7fcd402396c709c91f5c84de6e4165 from master
2016-06-17 15:55:44 -04:00
Carl Meyer
6be0e93b8f
[1.10.x] Improved debugging of failed middleware_exceptions tests.
...
Backport of 702dfa3589cddf996c18aee46286a49844efd70d from master
2016-06-17 09:16:12 -04:00
Tim Graham
f94f4db0a3
[1.10.x] Used SQL from DB backend in GeomValue.
...
This avoids the deprecated GeomFromText on MySQL (refs #26134 ).
Thanks Claude Paroz for the review.
Backport of 9c3fbf5423367cdcf1a30a411793919d86f5288c from master
2016-06-16 20:32:09 -04:00
Jon Dufresne
13d60298ea
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
...
Backport of 4f336f66523001b009ab038b10848508fd208b3b from master
2016-06-16 14:21:14 -04:00
Tim Graham
70b7d6b4ea
[1.10.x] Fixed flake8 2.6 warnings.
...
Backport of ea34426ae789d31b036f58c8fd59ce299649e91e from master
2016-06-16 09:33:02 -04:00
Ville Skyttä
efe9874371
[1.10.x] Fixed broken links in docs and comments.
...
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
2016-06-15 21:20:38 -04:00
Sergey Fedoseev
f9b3a6a76f
[1.10.x] Refs #14030 -- Updated docs per "Improved expression support for python values."
...
Complements e2d6e14662d780383e18066a3182155fb5b7747b.
Backport of db613f4f1250971942f766dcf97c22234a3aa14e from master
2016-06-15 10:35:34 -04:00
Tim Graham
539ccfbf62
[1.10.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txt
...
Backport of abec15ad810d04b59ca745cacf91802c7147c8e6 from master
2016-06-15 08:32:08 -04:00
Hugo Osvaldo Barrera
c37f9253a6
[1.10.x] Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.
...
914c72be2abb1c6dd860cb9279beaa66409ae1b2 introduced a regression that
causes saving a NamedTemporaryFile in a FileField to raise a
SuspiciousFileOperation. To remedy this, if a File has an absolute
path as a filename, use only the basename as the filename.
Backport of 1b407050dd53e56686fdd3e168f8cac4f9be8306 from master
2016-06-14 09:58:27 -04:00
Ville Skyttä
84737135f6
[1.10.x] Removed usage of a deprecated unittest assertion.
...
Backport of fa654da6130df80239e181c432595442e688ee8b from master
2016-06-14 09:04:53 -04:00
Ville Skyttä
61bcf04132
[1.10.x] Fixed #26754 -- Documented django.template.context_processors.tz
...
Backport of 7003174fec188bd5a21e3d62bd5e13e80f6f329c from master
2016-06-14 11:58:50 +02:00
Dmitry Medvinsky
8f91c42b58
[1.10.x] Fixed #26742 -- Fixed action select color in admin changelist.
...
Backport of 0451dcc2eb2449a988ade8e603846f0508ce76b4 from master
2016-06-10 11:39:46 -04:00
Berker Peksag
3b75d1262e
[1.10.x] Fixed #21588 -- Corrected handler initialization in "modifying upload handlers" example.
...
Backport of 8f50ff5b15a742f345dade0848a3fbbf2aff629d from master
2016-06-09 12:51:57 -04:00
John Karahalis
fccb03fc40
[1.10.x] Fixed typo in docs/intro/tutorial07.txt
...
Backport of 37b36af6c6e169eae2f0b503f4550f798c428a97 from master
2016-06-09 11:15:52 -04:00
Baylee Feore
5e46075fcf
[1.10.x] Fixed #26702 -- Documented how to change the base class of a custom field.
...
Backport of 7767978beec6098baea75d50a191a3b8224e729f from master
2016-06-08 10:38:48 -04:00
Tommy Beadle
b04e6ec7cb
[1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder.
...
Backport of 729b9452b19b031d3817821128a115d5b2d5caed from master
2016-06-07 14:58:30 -04:00
Brett Haydon
bd7de3cb87
[1.10.x] Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style middleware.
...
Backport of 5e3f4c2e53d9dde0fcf9f5f33f63c15c4750019f from master
2016-06-07 09:46:58 -04:00
Paulo
34f13e030b
[1.10.x] Fixed typos in db/models/fields/related_descriptors.py
...
Backport of 1a2a7cc01e7c46432605854f143a548635f027e5 and
908c26b079f2d657e30a3155d591a2467ba7d339 from master
2016-06-07 08:53:49 -04:00
Jon Dufresne
32ab8c0340
[1.10.x] Added some links to the TypedChoiceField docs.
...
Backport of 31a9a965a36c5ce923692e5dac430ea6a1cbf2a0 from master
2016-06-06 12:12:25 -04:00
Tom Christie
d9b78be324
[1.10.x] Fixed #26713 -- Documented resolving deprecation warnings before upgrade.
...
Backport of 316395d82874beea6af08a873e91b1880d0b982a from master
2016-06-06 11:41:36 -04:00
Tim Graham
72d676bc06
[1.10.x] Documented known Python 3.5+ test failures in contributing tutorial.
...
Backport of 6a316423df349e2cbc0a4188c55d0639aa2e15c5 from master
2016-06-06 10:50:42 -04:00
Pyie Zone
a9b0b0762f
[1.10.x] Refs #26474 , DEP 0003 -- Added blanket.js source file.
...
Backport of 8f8dc830dfeb321b0de3325a8d2c859fdc20c3af from master
2016-06-06 09:36:40 -04:00
Pyie Zone
ef93af919b
[1.10.x] Refs #16501 , #26474 -- Added xregexp.js source file.
...
Backport of 054e74420b7a31bac67d4993b462eea7b9b7a5ba from master
2016-06-06 09:36:31 -04:00
Tom Christie
dff1f115e5
[1.10.x] Linked to upgrade guide from release notes.
...
Backport of da22079c21a02c65e31502dd05720d12c474b257 from master
2016-06-06 07:32:44 -04:00
Tim Graham
dd0a1266f1
[1.10.x] Added stub release notes for 1.9.8.
...
Backport of 01e567864ef9d9892e7181b62f7c51a1b9f76e37 from master
2016-06-04 19:58:42 -04:00
Tim Graham
9f296b14c4
[1.10.x] Added release date for 1.9.7.
...
Backport of 1f5eb521a00450ff83c130ca02a3d83b955ee023 from master
2016-06-04 19:27:39 -04:00
Evan Palmer
101f999776
[1.10.x] Fixed #25127 -- Documented how to organize models in a package.
...
Backport of 84d8d1d7151a4ee70ae35037d37f76a40d18da64 from master
2016-06-04 11:48:16 -04:00
Berker Peksag
9e5b544713
[1.10.x] Used snippet directive in file upload example.
...
Backport of b9c04801d4b9ad37bd062cbca1a521eaf4047aa8 from master
2016-06-04 09:24:50 -04:00
Tim Graham
8996054cb4
[1.10.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has to_field and primary_key=True.
...
Thanks Simon Charette for review.
Backport of e2296e7f0acf9c50868ab997ba565c1f47beb45b from master
2016-06-04 09:15:10 -04:00
Berker Peksag
27983d82c2
[1.10.x] Fixed #26604 -- Added a multiple file upload example to topics/http/file-uploads.txt.
...
Backport of 54febdb8be7c9793caae9c781f4d6b7cbbdcd900 from master
2016-06-03 17:42:12 -04:00
B. J. Potter
926529d618
[1.10.x] Fixed #26596 -- Added Jinja2 {{ csrf_input }} documentation.
...
Backport of 9c53facc45908bc0593de194a60bc75e5d34a48e from master
2016-06-03 15:25:50 -04:00
B. J. Potter
2e7ec15f53
[1.10.x] Added syntax highlighting to CSRF example.
...
Backport of 261738990e07a039b39aab0664eea71f226cd381 from master
2016-06-03 15:19:23 -04:00
mieciu
9a204fc8a5
[1.10.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
...
Backport of 19ff506878071ac93de684fe01328707e75e2b3a from master
2016-06-03 12:42:41 -04:00
Ed Henderson
521772ff07
[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.
...
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
2016-06-03 11:49:24 -04:00
shaunagm
971adb9e9c
[1.10.x] Fixed #26701 -- Replaced /newticket links to Trac with /.
...
Backport of 44c7e5d3740edf796591ea3a89b0ff085534f225 from master
2016-06-03 08:49:59 -04:00
Holly Becker
697ed75de5
[1.10.x] Refs #26628 -- Documented CSRF failure logging.
...
Backport of ff9198ee0f1de24a5b2861d28849344e7a5714c4 from master
2016-06-02 20:44:13 -04:00
jrabbit
83ea51a244
[1.10.x] Fixes #26700 -- Added how to upgrade to TEMPLATES link in 1.10 release notes.
...
Backport of d65e2899b2b25c62a4ead7aba121421c19e55bce from master
2016-06-02 20:29:20 -04:00
Chad Shryock
cd4246aab1
[1.10.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on database ordering.
...
Backport of e6c5e68acd4bff90e371fd148ed6976e147692ad from master
2016-06-02 19:42:57 -04:00
Brad Melin
3eb31867bb
[1.10.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.
...
Backport of f6517a5335ccc4858ee540548a1bd162bec36c46 from master
2016-06-02 16:29:22 -04:00
Claude Paroz
5641a80d49
[1.10.x] Fixed #26337 -- Added i18n note about using a non-English base language
...
Thanks Cristiano Coelho for the report and Tim Graham for the review.
Backport of f6fefbf8cb from master.
2016-06-02 20:58:18 +02:00
Alex Hill
85d2b80d5e
[1.10.x] Fixed #26686 -- Fixed crash when registering model signals with abstract senders.
...
Backport of 08014fe75b4fc379523f340191a02147ec35f7a3 from master
2016-06-02 14:46:44 -04:00
Alex Hill
f91247f598
[1.10.x] Fixed #26642 -- Made ModelSignal.disconnect() work with lazy references.
...
Backport of ff6c6feae17120c2c7df74fb6a9dc76826a1e233 from master
2016-06-02 14:46:31 -04:00
Tim Graham
59f4780b92
[1.10.x] Updated release notes links to prevent warnings with Sphinx 1.4.2.
...
Backport of 149ace94dfc10504a0e69462c7737f5ce05340a4 from master
2016-06-02 11:42:32 -04:00
Tim Graham
52ab0fd354
[1.10.x] Ignored new warnings when building the docs with Sphinx 1.4.
...
Backport of af3273757397fa88163174546f2b620d7b4837ed from master
2016-06-02 11:30:53 -04:00
Ramiro Morales
777bc8f7d6
[1.10.x] Fixed #26692 -- Relaxed an i18n compilemessages test.
...
The actual non-ASCII character differs on Windows.
Backport of 71421e8f8766525e709397f14e100f2846849df0 from master
2016-06-01 09:21:17 -04:00
Tim Graham
bad894d5b8
[1.10.x] Fixed #26695 -- Clarified return value of View.options().
...
Thanks mmoreaux and DheerendraRathor.
Backport of db2a6b6bfa9881725e70ca579a17e942a97a4df8 from master
2016-06-01 08:29:28 -04:00
Simon Charette
58f0d40b6d
[1.10.x] Fixed #26676 -- Prevented prefetching to_attr from caching its result in through attr.
...
Thanks Ursidours for the report.
Backport of 53a5fb3cc0137bebeebc0d4d321dbfe20397b065 from master
2016-05-31 14:35:20 -04:00
Ramiro Morales
4095317afb
[1.10.x] Fixed #26687 -- Made an i18n test not use a hardcoded path separator.
...
Fixed a failure on Windows.
Backport of e3877c53edb33271b0f31d20e60a924848692026 from master
2016-05-31 12:00:57 -04:00