django1/django/db/migrations/operations
Baptiste Mispelon 497930b7f6 Use `callable` instead of `six.callable`.
The `callable` builtin was added back in python 3.2
which is the minimal python3 version supported by django
at this point.
2013-10-29 21:53:51 +01:00
..
__init__.py Add RunPython migration operation and tests 2013-09-25 13:58:07 +01:00
base.py Improve migration optimizer to be able to optimize through other ops 2013-10-16 11:09:33 +01:00
fields.py Initial version of MigrationOptimizer and tests 2013-10-02 17:34:22 +01:00
models.py Improve migration optimizer to be able to optimize through other ops 2013-10-16 11:09:33 +01:00
special.py Use `callable` instead of `six.callable`. 2013-10-29 21:53:51 +01:00