1
0
mirror of https://github.com/django/django.git synced 2025-03-21 14:50:45 +00:00
django/tests/field_deconstruction
Baptiste Mispelon 0b1d0afc92 [1.7.x] Added missing logic to TimeField.deconstruct().
If auto_now or auto_now_add was used then the serialized
field in the migration contained unnecessary `editable` and
`blank` arguments.

Backport of 74325339327e5b8a2480aee7f482bc71f73c71f9 from master.
2014-08-03 15:27:57 +02:00
..