Commit 5c5226a5 authored by James Bennett's avatar James Bennett
Browse files

Fix typo: Non -> None

parent 408c10e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ send queries for the ``auth`` app to ``auth_db``::
            """
            if model._meta.app_label == 'auth':
                return 'auth_db'
            return Non
            return None

        def allow_relation(self, obj1, obj2, **hints):
            """