summaryrefslogtreecommitdiff
path: root/django/db/backends/base/validation.py
AgeCommit message (Expand)Author
2025-03-17Fixed #34865 -- Released memory earlier than garbage collection on database w...fowczrek
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-05-14Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type().Mariusz Felisiak
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
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