1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00
Files
django/django/db/models/exceptions.py

5 lines
92 B
Python

class FieldDoesNotExist(Exception):
pass
class BadKeywordArguments(Exception):
pass