mirror of
https://github.com/django/django.git
synced 2025-10-05 00:00:37 +00:00

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1696 bcc190cf-cafb-0310-a4f2-bffc1f526a37
5 lines
No EOL
92 B
Python
5 lines
No EOL
92 B
Python
class FieldDoesNotExist(Exception):
|
|
pass
|
|
|
|
class BadKeywordArguments(Exception):
|
|
pass |