Camilo Nova
87584a0af1
[1.10.x] Used strict comparison in docs/ref/csrf.txt's JavaScript.
...
Backport of 222e1334bf29605925eefa45ff107ca1155e93c0 from master
2016-06-28 12:52:05 -04:00
Eduard Stepanov
28de25c249
[1.10.x] Fixed #26786 -- Avoided redundant max value validators on integer fields.
...
Backport of 49b4596cb4744e4b68d56e6a540a3e15c1582963 from master
2016-06-28 11:40:59 -04:00
Aaron Elliot Ross
198128684b
[1.10.x] Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=False.
...
Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f)
to avoid setting db_index=False.
Backport of 6bf7964023487f2a352084e74aca27aecb354d6c from master
2016-06-28 08:22:36 -04:00
Jon Dufresne
5c04852455
[1.10.x] Refs #26034 -- Corrected a schema test to work with the correct field state.
...
Backport of d47f6d75ef67dbd18abf2bb927753f739a9c117d from master
2016-06-27 12:16:52 -04:00
Ramiro Morales
b2c28a3770
[1.10.x] Added missing trailing '$' to url() patterns in docs.
...
Backport of c962b9104a22505a7d6c57bbec9eda163f486c7d from master
2016-06-27 09:26:10 -04:00
Anderson Resende
b752eae700
[1.10.x] Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.
...
Backport of 2032bcf18280a875a59a39cf85c226da0a310d11 from master
2016-06-27 09:07:18 -04:00
akki
7f249e73dd
[1.10.x] Fixed #26795 -- Factored out get_changes() in test_autodetector.py.
...
Backport of ca77b509059831b055a3b735ff77e042f8e1c0eb from master
2016-06-24 22:01:56 -04:00
John-Scott Atlakson
fbbdb070e4
[1.10.x] Fixed typo in docs/topics/logging.txt
...
Backport of 9a54face2572d67c7a31dc967bfb66af6e98165c from master
2016-06-22 06:38:55 -04:00
Tim Graham
bd97496d07
[1.10.x] Bumped version for 1.10 beta 1.
1.10b1
2016-06-21 21:01:17 -04:00
Sergey Fedoseev
be1022d0e7
[1.10.x] Fixed #26785 -- Made Oracle return None rather than empty string for empty geometries.
...
Backport of ea4665066b651e0e2730f2e2d85fcef9d7ac7966 from master
2016-06-21 18:51:08 -04:00
Simon Charette
23ac35af19
[1.10.x] Fixed #26781 -- Made table name case change a noop on SQLite.
...
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers.
Thanks to laozzzi for the report and Tim for the review.
Backport of c2e62fd1aed093c4d9ff84e3d86e6a85c8aa1917 from master
2016-06-21 16:38:00 -04:00
Tim Graham
1b0b6f0342
[1.10.x] Refs #21379 , #26719 -- Moved username normalization to AbstractBaseUser.
...
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
Backport of 39805686b364358af725b695924a5a6dfa7f5302 from master
2016-06-21 16:20:00 -04:00
Tim Graham
45a650777e
[1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance fields.
...
Thanks Julien Hartmann for the report.
Backport of 20d1cb33c2ec1242e16c49deb88e8c70517b2d1a from master
2016-06-21 15:25:16 -04:00
Paulo
c464cf88ff
[1.10.x] Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__init__() for TabularInline.
...
Backport of 9c2d5a8d333277cc1b482a9d05f174cf4d09f24c from master
2016-06-21 14:32:19 -04:00
Jon Dufresne
e725a68bcc
[1.10.x] Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when using SESSION_COOKIE_PATH.
...
Backport of d13881bd34ff8f76b902ef5256001341d60b3161 from master
2016-06-21 11:03:40 -04:00
Claude Paroz
b1592dd73b
[1.10.x] Fixed #26750 -- Fixed introspection for geography point field with dim=3
...
Thanks Yegor Kazantsev for the report and the initial patch.
Backport of 140c23502 from master.
2016-06-21 15:23:58 +02:00
Samir Shah
69b46fcc39
[1.10.x] Corrected firstof template tag's docstring.
...
Since Django 1.8, firstof escapes its output.
Backport of fff5dbe59ca629c295480693f045f03537858eee from master
2016-06-21 08:12:28 -04:00
Tim Graham
8c25d8fc10
[1.10.x] Refs #22384 -- Readded RegexURLResolver.reverse().
...
It was removed in 785cc71d5b3300e2702b0b2fc7316e58ca70b563 only because
it was untested and unused in Django itself, however, some third-party
apps use it.
Backport of 4e400dcb79bc468ee1ff899312a00ed8dc3e795c from master
2016-06-20 14:51:28 -04:00
Loïc Bistuer
0f23bcebdf
[1.10.x] Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by the manager inheritance refactor.
...
This also makes migrations respect the base_manager_name and
default_manager_name model options.
Thanks Anthony King and Matthew Schinckel for the initial patches.
Backport of 2eb7cb2fffcc382979d0731370de26b051d04659 from master
2016-06-20 12:56:37 -04:00
Andrew Nester
7a3cc2957f
[1.10.x] Fixed #26776 -- Documented url()'s view argument.
...
Backport of a12826bba7a6d75862f99ae5cd48c4c1854208b8 from master
2016-06-20 11:57:58 -04:00
Tim Graham
44eaa2dac8
[1.10.x] Fixed typo in docs/topics/db/managers.txt
...
Backport of 00551c3eff5cedcb9cc7ce5af97b948d62713d97 from master
2016-06-20 09:07:51 -04:00
Tim Graham
91d754eb2a
[1.10.x] Fixed #26778 -- Fixed ModelSignal.connect() weak argument.
...
Backport of 9bf8d50a678463a5a3cd52f10c830fe0ca65d2c6 from master
2016-06-18 20:45:58 -04:00
Claude Paroz
1b6de8fd23
[1.10.x] Fixed #26775 -- Supported dim=3 geography fields
...
Thanks François-Xavier Thomas for the report.
Backport of 8ba44ecda0 from master.
2016-06-18 21:50:45 +02:00
Paul J Stevens
d3b9c49919
[1.10.x] Refs #26772 -- Added a test for FileField reopening closed files.
...
Thanks Simon Charette for review.
Backport of b45852c2631d4f291fb22ef3348065f2a3c2e5e3 from master
2016-06-18 12:46:42 -04:00
Tim Graham
e2b266fdf7
[1.10.x] Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."
...
This reverts commit 1b407050dd53e56686fdd3e168f8cac4f9be8306 as it
introduces a regression in the test for refs #26772 .
Backport of cd217de6100e0101fd921dd18bc2e706bac397c9 from master
2016-06-18 12:46:34 -04:00
Markus Holtermann
31a789f646
[1.10.x] Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings.
...
Fixed a regression in 2f16ff5a6cbd71fc6c50e88e4087f3657222e90e.
Thanks Tim Graham for the review.
Backport of 625b8e9295d79650208bfb3fca8bf9e6aaf578e4 from master
2016-06-18 10:39:49 -04:00
Tim Graham
1213ef2b18
[1.10.x] Refs #15667 -- Fixed crash when indexing RadioFieldRenderer with ModelChoiceIterator.
...
Regression in 86573861a95e5a47dc7ff906443117d75b73dca1
2016-06-18 10:37:37 -04:00
Tim Graham
bdc29b7188
[1.10.x] Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."
...
This reverts commit a52a531a8b34f049fba11c3ee7b010af7534bf90 due to
regressions described in refs #26772 .
Backport of 7def55c3f6716fcfa40a3bd5d0fbb2090588d81e from master
2016-06-17 21:08:56 -04:00
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