Opened 6 years ago
Last modified 6 years ago
#29860 closed New feature
Add ability to BaseValidator to accept a callable — at Initial Version
Description ¶
PR: https://github.com/django/django/pull/10522
Allow for MinValueValidation(datetime.datetime.now)
or any other callable.
In-depth discussion: https://code.djangoproject.com/ticket/29852
Note:
See TracTickets
for help on using tickets.