Commit Graph

22916 Commits

Author SHA1 Message Date
aruseni 9c3f864305 [1.10.x] Fixed a typo in docs/topics/auth/default.txt.
Backport of cdde2eac5b from master
2016-09-17 20:09:38 -04:00
zhuanyenan ddd77d5fd3 [1.10.x] Corrected docs for return type of Field.formfield().
Backport of 17677d510f from master
2016-09-17 14:28:08 -04:00
Tim Graham 393b1c6d45 [1.10.x] Fixed typo in tests/migrations/test_loader.py.
Backport of 6989b45c8d from master
2016-09-16 12:56:41 -04:00
Tim Graham 740dde1afc [1.10.x] Fixed typo in docs/ref/settings.txt.
Backport of 43c471e81c from master
2016-09-15 19:53:26 -04:00
Michael Scott 416004c043 [1.10.x] Fixed #15143 -- Doc'd how to set the language for the test client.
Backport of 3c447b108a from master
2016-09-14 20:14:29 -04:00
Jeff Willette ca825b1779 [1.10.x] Fixed #27216 -- Corrected import location in admin deprecation messages.
Backport of 7148929a5e from master
2016-09-13 13:46:01 -04:00
Tim Graham 3c9f6eb0c0 [1.10.x] Removed an empty test app.
Backport of 94b838387c from master
2016-09-12 18:51:46 -04:00
Tim Graham 1701fd3d3c [1.10.x] Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt.
Backport of c2e94bd8df from master
2016-09-12 16:05:53 -04:00
Simon Charette 23cf7e50d1 [1.10.x] Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.
Thanks Valentin Ignatyev for the report.

Backport of 767ba00976 from master
2016-09-12 08:07:43 -04:00
Tim Graham 244c4c06f9 [1.10.x] Normalized spelling of ETag.
Backport of ef021412d5 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 978a00e39f from master
2016-09-07 15:28:59 -04:00
Ankur Gupta 9a03d30d94 [1.10.x] Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.
Backport of 40d5011471 from master
2016-09-07 14:16:33 -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
Chris Jerdonek d923733234 [1.10.x] Fixed #27172 -- Closed database cursor explicitly in two doc examples
Backport of ccf7adb064 from master.
2016-09-07 12:16:31 +02:00
Tim Graham fd183e1f81 [1.10.x] Doc'd how to remove old references in migration files.
Backport of 5bd967e1c5 from master
2016-09-02 10:03:03 -04:00
Jeff Willette 2216cb5303 [1.10.x] Fixed #27099 -- Documented list filter's has_output() method.
Backport of bd3dc670b5 from master
2016-09-02 09:42:52 -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
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
Riccardo Magliocchetti 51e5ca4462 [1.10.x] Clarified URL regex check message with respect to include().
Backport of 7ed8b98f42 from master
2016-09-01 14:06:59 -04:00
Claude Paroz 0a81f540c9 [1.10.x] Refs #27162 -- Complemented docs related to CreateExtension
Thanks Tim Graham for the review.

Backport of 6b54504e66 from master
2016-09-01 14:06:22 -04:00
Tim Graham 2078b187f7 [1.10.x] Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txt
Backport of 789f9c9b29 from master
2016-09-01 09:53:51 -04:00
Alex Hill db3eabfae5 [1.10.x] Refs #27039 -- Fixed regression with field defaults in prefixed forms.
Backport of d9c083cfee from master
2016-09-01 09:18:34 -04:00
Ed Morley e19490d4b1 [1.10.x] Made settings docs link to cache parameters more specific.
Backport of 1d54fb4483 from master
2016-08-31 12:31:51 -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
Mike Fiedler c6c1d940c1 [1.10.x] Fixed typo in docs/topics/testing/overview.txt
Backport of b961b51eaf from master
2016-08-31 07:35:09 -04:00
Tim Graham f79dce16bc [1.10.x] Fixed #27145 -- Updated Storage.save() docs for refs #18899.
Backport of 3f16e4df49 from master
2016-08-30 21:41:27 -04:00
Ed Morley 255456becd [1.10.x] Fixed #19914 -- Fixed test failures with pylibmc.
Backport of 674e3fe13e from master
2016-08-29 16:28:22 +01:00
Ed Morley 306545d805 [1.10.x] Fixed #27132 -- Allowed testing MemcachedCache and PyLibMCCache during the same test run.
Backport of 047c1d48a6 from master
2016-08-29 16:28:16 +01:00
Ed Morley 547c7e6756 [1.10.x] Refs #27132 -- Added pylibmc to test requirements.
Backport of 5d978c4621 from master
2016-08-29 16:28:02 +01:00
Ed Morley 5756edd46d [1.10.x] Refs #19914 -- Split the test_invalid_keys cache test into two.
The first half of the test fails when using pylibmc (so will need
to be skipped).

Backport of cfd1f93d55 from master
2016-08-29 10:26:41 -04:00
Ed Morley fb8eea5680 [1.10.x] Fixed #27124 -- Excluded cull-related cache configs from memcached tests.
Since the `cull` and `zero_cull` test cache configs set `MAX_ENTRIES`
and `CULL_FREQUENCY` in `OPTIONS`, which are only intended for use with
the locmem, filesystem, and database backends. This prevents test
failures once refs #20892 is fixed.

Backport of 606a303856 from master
2016-08-29 10:24:13 -04:00
Tim Graham 4541ff2e39 [1.10.x] Added Django 1.11, 2.0 to Python version support table.
Backport of 38cf9ef390 from master
2016-08-26 17:23:09 -04:00
Baptiste Mispelon 0cb1032982 [1.10.x] Fixed incorrect variable name in {% regroup %} docs.
Backport of 7968bb7fad from master
2016-08-26 16:25:39 -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
Tim Graham 6f006f40f7 [1.10.x] Fixed #27104 -- Corrected shell example in tutorial 5.
Backport of cf2cd4053f from master
2016-08-24 10:08:54 -04:00
Tim Graham c135adda8e [1.10.x] Fixed #27115 -- Corrected a screenshot in the tutorial.
Backport of b40d24960c from master
2016-08-24 09:00:06 -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
Tim Graham 6be255a22a [1.10.x] Fixed #24650 -- Documented how to change an unmanaged model to managed.
Backport of 80c03b06ad from master
2016-08-23 17:35:55 -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 7c0c3fb6b1 [1.10.x] Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.
Backport of 9f27735612 from master
2016-08-19 19:23:51 -04:00
Tim Graham f878b860d1 [1.10.x] Fixed #27085 -- Corrected a screenshot in the tutorial.
Backport of 44c306218f from master
2016-08-19 18:05:30 -04:00
Abhishek Bera a77d979cbd [1.10.x] Fixed #26987 -- Documented using QuerySet.get() without arguments.
Backport of f3b601f11a from master
2016-08-19 17:17:57 -04:00