diff options
| author | Marc Tamlyn <marc.tamlyn@gmail.com> | 2013-05-19 01:39:09 -0700 |
|---|---|---|
| committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2013-05-19 01:39:09 -0700 |
| commit | 6fef4be632469a41ed330aa7be9d8060cf007f91 (patch) | |
| tree | 544a6f6bc173bbdfd8b3fabc84be68948f4cb384 | |
| parent | 33c361ef9d882522aeae549a3a8c8b52ca5cfc5a (diff) | |
| parent | cafcc22b01579b51c0b4304d1e30fa5f5cb24f42 (diff) | |
Merge pull request #1141 from inglesp/typo
Typo in comment
| -rw-r--r-- | django/contrib/auth/management/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/auth/management/__init__.py b/django/contrib/auth/management/__init__.py index 685e50d498..fdf822ff74 100644 --- a/django/contrib/auth/management/__init__.py +++ b/django/contrib/auth/management/__init__.py @@ -80,7 +80,7 @@ def create_permissions(app, created_models, verbosity, db=DEFAULT_DB_ALIAS, **kw for perm in _get_all_permissions(klass._meta, ctype): searched_perms.append((ctype, perm)) - # Find all the Permissions that have a context_type for a model we're + # Find all the Permissions that have a content_type for a model we're # looking for. We don't need to check for codenames since we already have # a list of the ones we're going to create. all_perms = set(auth_app.Permission.objects.using(db).filter( |
