Tim Graham
|
4dc34becf6
|
[1.9.x] Added release date for 1.8.6.
|
2015-11-04 17:48:26 +01:00 |
Simon Charette
|
6eaf43a244
|
[1.9.x] Fixed #25622 -- Accounted for generic relations in the admin to field validation
Thanks to Jonathan Liuti for the report and Tim Graham for the review.
Backport of 9dcfecb7c6 from master
|
2015-10-29 13:15:40 -04:00 |
Dheerendra Rathor
|
6bb9f51ab8
|
[1.9.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the domain section.
Backport of 96fe90f535 from master
|
2015-10-29 11:14:20 -04:00 |
Tim Graham
|
774a893d0b
|
[1.9.x] Fixed #25618 -- Added a helpful error message when Django & south migrations exist in the same directory.
Forwardport of 65bff161ff from stable/1.8.x
|
2015-10-28 10:19:35 -04:00 |
Tim Graham
|
64a9115bce
|
[1.9.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid value.
Backport of 1f07da3e29 from master
|
2015-10-27 08:13:21 -04:00 |
Tim Graham
|
ec388ee174
|
[1.9.x] Documented Python 3.5 support for Django 1.8.
Forwardport of d27085b02d from stable/1.8.x
|
2015-10-26 10:13:50 -04:00 |
Claude Paroz
|
e241444ef5
|
[1.9.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup
Fixes a regression from 2bd1bbc42 . Thanks Daniel Wiesmann for the report
and Tim Graham for the review.
Backport of c08f85fd54 from master.
|
2015-10-22 20:33:55 +02:00 |
Simon Charette
|
522b0bc91f
|
[1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.
Thanks to Andriy Sokolovskiy for the report and Tim Graham for the review.
Backport of 3db3ab71e9 from master
|
2015-10-19 20:13:16 -04:00 |
Josh Smeaton
|
7a3b486ccd
|
[1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.
Backport of 6c95b134e9 from master
|
2015-10-17 15:56:00 -04:00 |
Tim Graham
|
d1ccf7b784
|
[1.9.x] Forwardported 1.8.6 release note.
|
2015-10-14 12:24:43 -07:00 |
Antoine Catton
|
36e7d275ec
|
[1.9.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com>
Backport of b971c1cd78 from master
|
2015-10-14 11:24:12 -07:00 |
Mariusz Felisiak
|
fbe8930745
|
[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.
Backport of 914167abf1 from master
|
2015-10-06 19:23:53 -04:00 |
Riccardo Magliocchetti
|
6f653f759a
|
[1.9.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
Backport of 3543fec3b7 from master
|
2015-10-06 12:33:21 -04:00 |
Tim Graham
|
6bc8bdf55a
|
[1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
Backport of 6afa6818fc from master
|
2015-10-05 19:19:09 -04:00 |
Tim Graham
|
9b91c7d99d
|
[1.9.x] Added stub release notes for 1.8.6.
Backport of 58195f0b16 from master
|
2015-10-03 19:58:32 -04:00 |