summaryrefslogtreecommitdiff
path: root/django/db/backends/base/validation.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+7
|
* Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type().Mariusz Felisiak2017-05-141-1/+16
| | | Thanks Tim Graham for the review.
* Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan2017-02-281-3/+1
|
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
|
* Refs #26351 -- Added check hook to support database-related checksClaude Paroz2016-04-081-1/+4
| | | | Thanks Tim Graham and Shai Berger for the reviews.
* Removed BaseDatabaseValidation.validate_field() per deprecation timeline.Tim Graham2015-01-171-30/+1
|
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-0/+38