Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #42 from philippeowagner/master
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
lambdalisue committed Sep 17, 2015
2 parents 3fc0d50 + 036f24b commit 3a57f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/permission/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def isiterable(x):
from importlib import import_module

try:
# Django 1.7 or over ues the new application loading system
# Django 1.7 or over use the new application loading system
from django.apps import apps
get_model = apps.get_model
except ImportError:
Expand Down

0 comments on commit 3a57f7e

Please sign in to comment.