Commit 6f14a142 authored by Tim Graham's avatar Tim Graham
Browse files

[1.9.x] Fixed typo in django/db/migrations/state.py.

Backport of db9f21f0 from master
parent 6b689a50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ class StateApps(Apps):
        """
        def extract_field(operation):
            # operation is annotated with the field in
            # apps.register.Apps.lazy_model_operation().
            # apps.registry.Apps.lazy_model_operation().
            return getattr(operation, 'field', None)

        def extract_field_names(operations):