django1/tests/field_deconstruction
Andrew Godwin 028bbd15ca Add a deconstruct() method to Fields.
This allows the field's initial argument to be obtained so it can be
serialised to, and re-created from, a textual format.
2013-05-18 13:48:57 +02:00
..
__init__.py Add a deconstruct() method to Fields. 2013-05-18 13:48:57 +02:00
models.py Add a deconstruct() method to Fields. 2013-05-18 13:48:57 +02:00
tests.py Add a deconstruct() method to Fields. 2013-05-18 13:48:57 +02:00