Krzysztof Urbaniak
a7dabe4216
[1.10.x] Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as the language.
...
Backport of a01d887a3ad9029ed198b6af974534fec46223f9 from master
2016-10-31 14:33:42 -04:00
Zach Wernberg
92bcc9cfbf
[1.10.x] Corrected TooManyFieldsSent doctring for GET requests.
...
Backport of 6c994013e242bad67264d445b0bd4c0772bffdb4 from master
2016-10-27 18:45:11 -04:00
David Barragán Merino
736f7e7ed7
[1.10.x] Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of objects is a multiple plus one of batch_size.
...
Backport of b3bd3aa07c026239dd39d1a37498dfd0a2f09caf from master
2016-10-25 19:22:33 -04:00
Marti Raudsepp
ae91fc786c
[1.10.x] Updated postgresql.org links to https and made them canonical.
...
Backport of 51fbe2a60d9c7ff3fe62688ad262ccda648f506d from master
2016-10-25 11:43:54 -04:00
Alvin Lindstam
3a416e4ba9
[1.10.x] Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.
...
Backport of 6b5106b1ceec03d945c1104b21feed3e25470fe0 from master
2016-10-24 10:26:16 -04:00
Tim Graham
91cc5fd4cc
[1.10.x] Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.
...
Backport of cd09524f27b83c0ca9dabafa81265e8d8abd252a from master
2016-10-13 11:42:56 -04:00
Simon Charette
b12228759c
[1.10.x] Fixed #27279 -- Fixed a migration performance regression related to RenameModel operations.
...
Thanks Trac alias mtomiyoshi for the report, Marten Kenbeek for the initial
patch and Tim for the review.
Backport of 040bd7c9387cfbf70a543c507b3b9eeb8f2725dc from master
2016-10-04 08:46:13 -04:00
Reto Aebersold
c473235bf6
[1.10.x] Fixed #27309 -- Added CallableBool.__hash__().
...
Backport of 3ab55c1a8a58ae6d6791cafbcefaf224d01ff314 from master
2016-10-04 07:44:39 -04:00
Tim Graham
8620b35bf0
[1.10.x] Post-release version bump.
2016-10-01 16:08:03 -04:00
Tim Graham
e99ebfcc14
[1.10.x] Bumped version for 1.10.2 release.
2016-10-01 15:57:40 -04:00
Claude Paroz
062b8ba37e
[1.10.x] Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field detection
...
Thanks Ramiro Morales for the report and Tim Graham for the review.
Backport of 67eee5e4fa08f4404445ebf4f54b686e68a8530c from master.
2016-10-01 20:16:41 +02:00
Claude Paroz
bfc9c72725
[1.10.x] Updated translations from Transifex
2016-09-30 22:10:36 +02:00
Tim Graham
f23c03ebc8
[1.10.x] Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
...
Backport of 87c5e7efebd040aef0f0479ccf86877155bb5cea from master
2016-09-30 14:50:15 -04:00
Tim Graham
c37e170f7a
[1.10.x] Updated links to the current version of MySQL docs.
...
Backport of 98196766769c2ed8816772b60a2e8b79028963a2 from master
2016-09-30 09:15:49 -04:00
Sergey Fursov
bcdd13de93
[1.10.x] Fixed #27271 -- Fixed a crash in runserver logging.
...
Allowed ServerFormatter to handle simple string messages or messages with
formatting arguments. The formatter will set the server_time variable on
the log record if it's required by the format string but wasn't passed in
extra parameters.
Backport of 6709ea4ae91b906742506ac0c42a3a272991001f from master
2016-09-27 09:48:08 -04:00
Adam Chainz
6855dac0f9
[1.10.x] Removed missing name in django.db __all__.
...
'backend' hasn't existed since 051c666acac770dea1af2fc223cc695f985f02f7.
Backport of b29c6c96c738bd7250a408b079dd8a4d4657849a from master
2016-09-26 19:04:52 -04:00
Claude Paroz
90949a156a
[1.10.x] Fixed #27261 -- Added missing python-brace-format marker
...
Thanks Maxime Vdb for the report.
Backport of 2c501203601c9610e69155c57bfe235f155344e2 from master.
2016-09-23 20:02:25 +02:00
Tim Graham
0b59ea3343
[1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
...
Thanks Matt Westcott for the review.
Backport of 3507d4e773aa9ff2336e7230ba231c4ba6eb568f from master
2016-09-22 13:07:23 -04:00
Alasdair Nicol
190cd0e49f
[1.10.x] Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SLASH=False.
...
Thanks strycore for the report and timgraham for suggesting the
solution.
Backport of 911d9f4ed1a39f945769b7198a419850378f9824 from master
2016-09-19 21:01:09 -04:00
Jeff Willette
ca825b1779
[1.10.x] Fixed #27216 -- Corrected import location in admin deprecation messages.
...
Backport of 7148929a5ef4a5fb8332a43f7d39394618313476 from master
2016-09-13 13:46:01 -04:00
Tim Graham
244c4c06f9
[1.10.x] Normalized spelling of ETag.
...
Backport of ef021412d5e7eb78c89f0b7cf2ec01bcb959a837 from master
2016-09-09 11:00:58 -04:00
Nicola Jordan
1f3c66fe9f
[1.10.x] Fixed #27143 -- Allowed combining SearchQuery with more than one & or | operators.
...
Backport of 978a00e39fee25cfa99065285b0de88366710fad from master
2016-09-07 15:28:59 -04:00
Markus Gerards
baa1790b4d
[1.10.x] Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't return a result.
...
Backport of 2b64ff68cc375b5688174b4087bf44be9edd2558 from master
2016-09-07 11:19:25 -04:00
Tim Graham
2a51cad8de
[1.10.x] Post-release version bump.
2016-09-01 19:20:15 -04:00
Tim Graham
2389ae7f2d
[1.10.x] Bumped version for 1.10.1 release
2016-09-01 18:53:32 -04:00
Tim Graham
3e913d2141
[1.10.x] Fixed #27142 , #27110 -- Made makemigrations consistency checks respect database routers.
...
Partially reverted refs #27054 except for one of the tests as this
solution supersedes that one.
Thanks Shai Berger for the review.
Backport of 098c07a03286b5ed133102733e67a83061647ea0 from master
2016-09-01 16:19:49 -04:00
Riccardo Magliocchetti
51e5ca4462
[1.10.x] Clarified URL regex check message with respect to include().
...
Backport of 7ed8b98f42cd3a9fa530bbb764d3d79230e0a7a7 from master
2016-09-01 14:06:59 -04:00
Alex Hill
db3eabfae5
[1.10.x] Refs #27039 -- Fixed regression with field defaults in prefixed forms.
...
Backport of d9c083cfee853272ded14c6c87623e910c9e81c4 from master
2016-09-01 09:18:34 -04:00
Olexander Yermakov
7c57f5cf8c
[1.10.x] Fixed #27154 -- Allowed comparing CallableBool with bitwise or.
...
Thanks Tim for the review.
Backport of b7fb608142a0be568bc5dce952de5e6aefc2488c from master
2016-08-31 08:28:47 -04:00
Tim Graham
325dd0befe
[1.10.x] Fixed #27039 -- Fixed empty data fallback to model field default in model forms.
...
Backport of 4bc6b939944183533ae74791d21282e613f63a96 from master
2016-08-24 19:37:04 -04:00
Berker Peksag
c4ee93128f
[1.10.x] Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fields.
...
Backport of 3c18f8a3d2f61669493f9ff2015ddc027eada3d6 from master
2016-08-24 13:23:50 -04:00
Simon Charette
0b454804db
[1.10.x] Fixed #27100 -- Included already applied migration changes in the pre-migrate state.
...
Refs #24100 .
Thanks Tim for the review.
Backport of d5c4ea524679a787fe11c927448e44e95646096b from master
2016-08-24 01:38:30 -04:00
Simon Charette
1c60765d63
[1.10.x] Fixed #27044 -- Included already applied migration changes in the post-migrate state when the execution plan is empty.
...
Refs #24100 .
Thanks tkhyn for the report and Tim for the review.
Backport of d1757d8df486b689172d2584ded52fad916bcc33 from master
2016-08-24 01:37:53 -04:00
Tim Graham
46f604244a
[1.10.x] Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.
...
Backport of ad25fe73506d80ffcaac135ad0a8d09552b70d70 from master
2016-08-23 20:48:29 -04:00
Collin Anderson
4073780219
[1.10.x] Fixed #26998 -- Reverted some admin checks from checking field.many_to_many back to isinstance(field, models.ManyToManyField).
...
This partially reverts 983c158da7723eb00a376bd31db76709da4d0260
Backport of 384f89f8f843953ac11cf211f85291b5c14baeb9 from master
2016-08-23 16:06:41 -04:00
Helen Sherwood-Taylor
ae0f55eb49
[1.10.x] Fixed #27018 -- Fixed admindocs crash with a view in a class.
...
Generated correct admindocs URLs on Python 3. URLs generate 404s on
Python 2, as in older versions of Django.
Backport of bc1e2d8e8edde6cc7d2657c68242a13ee65a15b8 from master
2016-08-20 10:02:22 -04:00
Loïc Bistuer
21f18e5372
[1.10.x] Fixed #27073 -- Removed duplicated managers in Model._meta.managers
.
...
Backport of d4eefc7e2af0d93283ed1c03e0af0a482982b6f0 from master
2016-08-19 01:27:43 +07:00
Jim Nicholls
16f032e69f
[1.10.x] Fixed #27054 -- Fixed makemigrations crash with a read-only database.
...
Backport of 76ab8851181675a59425f9637bdbf3f2de95f6f1 from master
2016-08-18 08:45:41 -04:00
Tim Graham
020ba4bf91
[1.10.x] Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.
...
Thanks Sergei Maertens for the report and patch.
Backport of 937d752d3deabebe60dfbe9ff9823772730f336a from master
2016-08-15 15:40:34 -04:00
Tim Graham
54771f6605
[1.10.x] Refs #13408 -- Removed obsolete code/comments from {% for %} unpacking deprecation.
...
Backport of ba749f8f87dd60b20aeaefb84ee182f192746ebf from master
2016-08-15 15:40:31 -04:00
Daniel Wiesmann
201198136d
[1.10.x] Fixed #27014 -- Fixed annotations with database functions on PostGIS.
...
Thanks Sean Mc Allister for providing a test.
Backport of 89f17e7caf0d1e70417253d135607c9fd6ebac56 from master
2016-08-15 14:23:48 -04:00
Jon Dufresne
d8cda352b1
[1.10.x] Fixed #27037 -- Prevented required attribute on ClearableFileInput when initial data exists.
...
Backport of fab46ce6f5a0a58c4e5e39c9e5e412702beb4a64 from master
2016-08-12 13:59:23 -04:00
Tim Graham
0254985317
[1.10.x] Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
...
Backport of 1e32e1cc951ac9bada52aa20a9523acc7cc6ecb3 from master
2016-08-10 11:27:29 -04:00
Claude Paroz
246e516f29
[1.10.x] Unified SpatiaLite spelling
...
Backport of ade681b9ad2a97833cd3f06530fba01e51250b32 from master.
2016-08-09 18:48:57 +02:00
Adam Zapletal
06ba492611
[1.10.x] Fixed #27028 -- Clarified failed parallel tests message.
...
Backport of 2a11d2d7a7d5c6609c85dbc631fad6b8a8645a64 from master
2016-08-08 09:24:31 -04:00
Sjoerd Job Postmus
2f18cbc313
[1.10.x] Fixed #27026 -- Fixed state initialization of bulk_create() objects if can_return_ids_from_bulk_insert.
...
Backport of 3246d2b4bb981a8d782a349a99e9b89206028cee from master
2016-08-06 10:25:29 -04:00
Ben Demboski
d68b145a6f
[1.10.x] Fixed #27027 -- Restored Client.force_login() defaulting to the first auth backend.
...
Backport of fc8f097117af7ada616fad20ae5b417fcf740413 from master
2016-08-06 08:42:17 -04:00
Jarek Glowacki
1e16e141ac
[1.10.x] Fixed #27004 -- Made migrations consistency check ignore unapplied squashed migrations.
...
Backport of d117567c7d65c3c28858c4dfc771483b182075e4 from master
2016-08-05 18:11:38 -04:00
Chris Jerdonek
bfd8f16fbd
[1.10.x] Edited docs of test.utils.setup/teardown_test_environment().
...
Backport of 42f9d65107692528583786a0695e26e2cbfc51a0 from master
2016-08-05 17:41:49 -04:00
Tim Graham
4a0c9e0545
[1.10.x] Fixed #27010 -- Made Argon2PasswordHasher decode with ASCII.
...
The underlying hasher only generates strings containing ASCII
characters so this is merely a cosmetic change.
Backport of 967aa7f6cc720b11e38b7e0cbeffc2c95c64fa05 from master
2016-08-04 10:57:57 -04:00