Commit Graph

2319 Commits

Author SHA1 Message Date
Tim Graham 36c83a0d1e [1.10.x] Updated links to the current version of PostGIS docs.
Backport of cc282fa731 from master
2016-09-30 09:40:39 -04:00
Tim Graham c37e170f7a [1.10.x] Updated links to the current version of MySQL docs.
Backport of 9819676676 from master
2016-09-30 09:15:49 -04:00
Tim Graham 85c6a5a8c9 [1.10.x] Normalized spelling of "Web server/page" in docs.
Backport of eb4d4376fc from master
2016-09-29 19:52:53 -04:00
Alasdair Nicol 63af78bbe0 [1.10.x] Fixed 27283 -- Fixed typo in 1.8 release notes.
Backport of 3203171832 from master
2016-09-28 06:51:11 -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 6709ea4ae9 from master
2016-09-27 09:48:08 -04:00
Tim Graham a1c2b2095f [1.10.x] Added CVE-2016-7401 to the security release archive.
Backport of 6fe846a8f0 from master
2016-09-26 18:22:14 -04:00
Tim Graham 550fa7b892 [1.10.x] Added a CVE role for Sphinx.
Backport of a46742e738 from master
2016-09-26 18:22:14 -04:00
Tim Graham 5731342dbc [1.10.x] Added release notes for 1.9.10 and 1.8.15 releases. 2016-09-26 12:57:18 -04: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 3507d4e773 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 911d9f4ed1 from master
2016-09-19 21:01:09 -04:00
Nicola Jordan 1f3c66fe9f [1.10.x] Fixed #27143 -- Allowed combining SearchQuery with more than one & or | operators.
Backport of 978a00e39f 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 2b64ff68cc from master
2016-09-07 11:19:25 -04:00
Tim Graham a41405175a [1.10.x] Added stub release notes for 1.10.2.
Backport of de7f9758ac from master
2016-09-07 11:19:16 -04:00
Shai Berger 57f7d8968d [1.10.x] Refs #25850, #27142, #27110 -- Documented migration history consistency checks.
Backport of c93ac9cf42 from master
2016-09-01 18:50:09 -04:00
Tim Graham 02c6122938 [1.10.x] Added release date for 1.10.1.
Backport of 894df3e327 from master
2016-09-01 16:25:23 -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 098c07a032 from master
2016-09-01 16:19:49 -04:00
Olexander Yermakov 7c57f5cf8c [1.10.x] Fixed #27154 -- Allowed comparing CallableBool with bitwise or.
Thanks Tim for the review.

Backport of b7fb608142 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 4bc6b93994 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 3c18f8a3d2 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 d5c4ea5246 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 d1757d8df4 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 ad25fe7350 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 983c158da7

Backport of 384f89f8f8 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 bc1e2d8e8e from master
2016-08-20 10:02:22 -04:00
Tim Graham 3342f24ff6 [1.10.x] Fixed #26807 -- Documented how to replicate SubfieldBase's assignment behavior.
Backport of 518eaf1fa2 from master
2016-08-18 21:09:02 -04:00
Loïc Bistuer 21f18e5372 [1.10.x] Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.
Backport of d4eefc7e2a 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 76ab885118 from master
2016-08-18 08:45:41 -04:00
Chris Lamb c24a47b3e6 [1.10.x] Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True.
Backport of 97513269d7 from master
2016-08-17 21:19:22 -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 937d752d3d from master
2016-08-15 15:40:34 -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 89f17e7caf 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 fab46ce6f5 from master
2016-08-12 13:59:23 -04:00
Tim Graham 13fd711f10 [1.10.x] Fixed typo in docs/releases/1.9.txt
Backport of 5eab1f6f83 from master
2016-08-12 07:30:05 -04:00
Moritz Sichert 6977eaf844 [1.10.x] Refs #23960 -- Documented how to restore absolute redirect URLs.
Backport of 08b8c46971 from master
2016-08-11 16:36:21 -04:00
Tim Graham 0254985317 [1.10.x] Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
Backport of 1e32e1cc95 from master
2016-08-10 11:27:29 -04:00
Claude Paroz 246e516f29 [1.10.x] Unified SpatiaLite spelling
Backport of ade681b9ad from master.
2016-08-09 18:48:57 +02: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 3246d2b4bb 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 fc8f097117 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 d117567c7d from master
2016-08-05 18:11:38 -04:00
Tim Graham bcdf6c190a [1.10.x] Fixed #26986 -- Documented force_login() delegation to auth backends.
Backport of 3c20aa49d7 from master
2016-08-05 10:56:04 -04:00
Claude Paroz 6757c94662 [1.10.x] Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_field
Thanks weidwonder for the report.
Backport of 272eccf7ff from master.
2016-08-04 16:07:11 +02:00
Tim Graham dcebeea270 [1.10.x] Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.
Backport of 5c63b3e5a7 from master
2016-08-03 14:01:08 -04:00
Alex Hill 86ae2b22ae [1.10.x] Fixed #27001 -- Fixed a query count regression in ModelChoiceField with RadioSelect.
Backport of c5ebfda002 from master
2016-08-03 10:53:42 -04:00
Sergey Yurchenko a8b8ef114d [1.10.x] Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
Backport of 4e64e3bb6e from master
2016-08-03 09:14:27 -04:00
Tim Graham b00a3f1720 [1.10.x] Fixed #26999 -- Documented model_to_dict() ManyToManyField change in 1.10.
Backport of f4b1f972dc from master
2016-08-03 08:54:16 -04:00
Tim Graham 7dd8e53cc8 [1.10.x] Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline (refs #19973).
Backport of ccd5a23fba from master
2016-08-02 19:13:40 -04:00
Tim Graham fa4b5c1b93 [1.10.x] Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous compatibility.
Thanks marktranchant for the report and review.

Backport of 54afa960d1 from master
2016-08-02 11:26:40 -04:00
Tim Graham 11c5c3b801 [1.10.x] Fixed #26991 -- Fixed a crash in MySQL where SELECT @@SQL_AUTO_IS_NULL doesn't return a result.
Backport of 431cbd115b from master
2016-08-02 10:52:49 -04:00
Tim Graham b8af4c17e8 [1.10.x] Added stub release notes for 1.10.1.
Backport of 9af0a58756 from master
2016-08-01 14:57:46 -04:00
Tim Graham 7c9b0c4b60 [1.10.x] Added release dates for 1.10 and 1.9.9
Backport of 95b47c009b from master
2016-08-01 13:55:31 -04:00
Sergey Fedoseev 9805726ddc [1.10.x] Fixed #26657 -- Made GeomValue omit SRID for MySQL.
This fixes some test failures on MySQL 5.7+.

Backport of 9031a4c13b from master
2016-07-28 17:12:57 -04:00