Tim Graham
|
098c07a032
|
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.
|
2016-09-01 16:19:29 -04:00 |
Olexander Yermakov
|
b7fb608142
|
Fixed #27154 -- Allowed comparing CallableBool with bitwise or.
Thanks Tim for the review.
|
2016-08-31 08:27:37 -04:00 |
Tim Graham
|
4bc6b93994
|
Fixed #27039 -- Fixed empty data fallback to model field default in model forms.
|
2016-08-24 17:50:10 -04:00 |
Berker Peksag
|
3c18f8a3d2
|
Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fields.
|
2016-08-24 13:20:12 -04:00 |
Simon Charette
|
d5c4ea5246
|
Fixed #27100 -- Included already applied migration changes in the pre-migrate state.
Refs #24100.
Thanks Tim for the review.
|
2016-08-24 01:17:48 -04:00 |
Simon Charette
|
d1757d8df4
|
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.
|
2016-08-24 01:17:18 -04:00 |
Tim Graham
|
ad25fe7350
|
Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.
|
2016-08-23 17:39:58 -04:00 |
Collin Anderson
|
384f89f8f8
|
Fixed #26998 -- Reverted some admin checks from checking field.many_to_many back to isinstance(field, models.ManyToManyField).
This partially reverts 983c158da7
|
2016-08-23 16:00:12 -04:00 |
Helen Sherwood-Taylor
|
bc1e2d8e8e
|
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.
|
2016-08-20 10:01:57 -04:00 |
Loïc Bistuer
|
d4eefc7e2a
|
Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.
|
2016-08-19 01:24:45 +07:00 |
Jim Nicholls
|
76ab885118
|
Fixed #27054 -- Fixed makemigrations crash with a read-only database.
|
2016-08-18 08:27:40 -04:00 |
Chris Lamb
|
97513269d7
|
Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True.
|
2016-08-17 21:08:15 -04:00 |
Tim Graham
|
937d752d3d
|
Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.
Thanks Sergei Maertens for the report and patch.
|
2016-08-15 15:39:22 -04:00 |
Daniel Wiesmann
|
89f17e7caf
|
Fixed #27014 -- Fixed annotations with database functions on PostGIS.
Thanks Sean Mc Allister for providing a test.
|
2016-08-15 14:23:10 -04:00 |
Jon Dufresne
|
fab46ce6f5
|
Fixed #27037 -- Prevented required attribute on ClearableFileInput when initial data exists.
|
2016-08-12 13:59:01 -04:00 |
Tim Graham
|
1e32e1cc95
|
Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
|
2016-08-10 11:27:03 -04:00 |
Sjoerd Job Postmus
|
3246d2b4bb
|
Fixed #27026 -- Fixed state initialization of bulk_create() objects if can_return_ids_from_bulk_insert.
|
2016-08-06 10:24:57 -04:00 |
Ben Demboski
|
fc8f097117
|
Fixed #27027 -- Restored Client.force_login() defaulting to the first auth backend.
|
2016-08-06 08:41:41 -04:00 |
Jarek Glowacki
|
d117567c7d
|
Fixed #27004 -- Made migrations consistency check ignore unapplied squashed migrations.
|
2016-08-05 18:01:55 -04:00 |
Claude Paroz
|
272eccf7ff
|
Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_field
Thanks weidwonder for the report.
|
2016-08-04 16:05:21 +02:00 |
Tim Graham
|
5c63b3e5a7
|
Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.
|
2016-08-03 13:12:40 -04:00 |
Alex Hill
|
c5ebfda002
|
Fixed #27001 -- Fixed a query count regression in ModelChoiceField with RadioSelect.
|
2016-08-03 10:45:55 -04:00 |
Sergey Yurchenko
|
4e64e3bb6e
|
Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
|
2016-08-03 09:14:01 -04:00 |
Tim Graham
|
ccd5a23fba
|
Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline (refs #19973).
|
2016-08-02 18:50:12 -04:00 |
Tim Graham
|
54afa960d1
|
Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous compatibility.
Thanks marktranchant for the report and review.
|
2016-08-02 11:01:08 -04:00 |
Tim Graham
|
d95c669c29
|
Fixed #26991 -- Fixed a crash in MySQL where SQL_AUTO_IS_NULL doesn't return a result.
|
2016-08-02 10:52:31 -04:00 |
Tim Graham
|
9af0a58756
|
Added stub release notes for 1.10.1.
|
2016-08-01 14:57:10 -04:00 |