1
0
mirror of https://github.com/django/django.git synced 2025-01-25 01:30:48 +00:00
django/tests/field_deconstruction
Baptiste Mispelon 7432533932 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.
2014-08-03 14:02:21 +02:00
..