summaryrefslogtreecommitdiff
path: root/django/db/backends/base/validation.py
AgeCommit message (Expand)Author
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-04-08Refs #26351 -- Added check hook to support database-related checksClaude Paroz
2015-01-17Removed BaseDatabaseValidation.validate_field() per deprecation timeline.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham