diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-08-01 12:55:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-01 16:09:22 -0400 |
| commit | 97e637a87fb45c4de970cca6cb783d93473c9d15 (patch) | |
| tree | f2bc4b9a102aa1277005ee469b6f7e390c925c8d /django/db/migrations/operations/base.py | |
| parent | 4263cd0e095c55a1011e5bf0746d651126a8da5f (diff) | |
Fixed typos in comments and docs.
Diffstat (limited to 'django/db/migrations/operations/base.py')
| -rw-r--r-- | django/db/migrations/operations/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/migrations/operations/base.py b/django/db/migrations/operations/base.py index a29e5230c7..b2f4ddd7d4 100644 --- a/django/db/migrations/operations/base.py +++ b/django/db/migrations/operations/base.py @@ -103,7 +103,7 @@ class Operation: def allow_migrate_model(self, connection_alias, model): """ - Return wether or not a model may be migrated. + Return whether or not a model may be migrated. This is a thin wrapper around router.allow_migrate_model() that preemptively rejects any proxy, swapped out, or unmanaged model. |
