django1/django/db/migrations/operations
Simon Charette 5cbcb36839 Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent field.
Thanks Tim for the review.
2017-06-30 12:50:37 -04:00
..
__init__.py Fixed #26709 -- Added class-based indexes. 2016-06-27 10:41:01 -04:00
base.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
fields.py Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent field. 2017-06-30 12:50:37 -04:00
models.py Refs #27914 -- Used __qualname__ in model operations' deconstruct(). 2017-06-14 10:10:22 -04:00
special.py Refs #27914 -- Used __qualname__ in model operations' deconstruct(). 2017-06-14 10:10:22 -04:00