mirror of
https://github.com/django/django.git
synced 2025-04-22 00:04:43 +00:00
magic-removal: Removed BadKeywordArguments exception, which wasn't being used.
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
fcdc826e2c
commit
766ee9aeb2
@ -8,7 +8,7 @@ from django.db.models.manager import Manager
|
||||
from django.db.models.base import Model, AdminOptions
|
||||
from django.db.models.fields import *
|
||||
from django.db.models.fields.related import *
|
||||
from django.db.models.exceptions import FieldDoesNotExist, BadKeywordArguments
|
||||
from django.db.models.exceptions import FieldDoesNotExist
|
||||
from django.db.models import signals
|
||||
from django.utils.functional import curry
|
||||
from django.utils.text import capfirst
|
||||
|
@ -1,5 +1,2 @@
|
||||
class FieldDoesNotExist(Exception):
|
||||
pass
|
||||
|
||||
class BadKeywordArguments(Exception):
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user