1
0
mirror of https://github.com/django/django.git synced 2025-03-25 16:50:45 +00:00

6 Commits

Author SHA1 Message Date
Markus Holtermann
b0def3bcac [1.7.x] Fixed -- Fail when migration deconstruct produces invalid import
Backport of d28b5f13b3 from master
2014-09-08 15:41:14 -04:00
Simon Charette
9c4fb019cb [1.7.x] Fixed -- Allowed inline and hidden references to admin fields.
This fixes a regression introduced by the 53ff096982 security fix.

Thanks to @a1tus for the report and Tim for the review.

refs .

Backport of 342ccbddc1 from master
2014-09-08 13:54:21 -04:00
Andrew Pinkham
27e7972e63 [1.7.x] Fixed -- Checked for types during deep_deconstruct migration serializ
Thanks Sam Hartsfield for the report.

Backport of 4680d25df2 from master
2014-09-08 07:58:06 -04:00
Marc Tamlyn
48e1071007 [1.7.x] Fixed -- Make sure DatabaseCreation respects checks.
Migrations respected Field.db_parameters()['check'], but
DatabaseCreation was still using just Field.db_type().

Backport of 14c8456 from master
2014-09-06 19:02:28 +01:00
Tim Graham
a932c596fc [1.7.x] Fixed -- Fixed a UnicodeDecodeError in flush.
Thanks djbaldey for the report.

Backport of 0e4d79c4f0 from master
2014-09-06 10:09:32 -04:00
Tim Graham
0d70bc63d0 [1.7.x] Added stub release notes for 1.7.1.
Backport of 09c1f18f22 from master
2014-09-02 21:41:53 -04:00