1
0
mirror of https://github.com/django/django.git synced 2025-10-30 00:56:09 +00:00
Files
django/django/db/migrations/operations
Akshesh 52442898e7 Refs #26709 -- Added 'model' argument to SchemaEditor.add/remove_index()
This removes the dependency of the Index class on its model attribute
when a name is passed to it.

Thanks to Markush for discussions.
2016-07-07 10:06:55 -04:00
..