mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fix typo: Non -> None
This commit is contained in:
parent
408c10e541
commit
5c5226a520
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue