Opened 6 years ago
Last modified 6 years ago
#29860 closed New feature
Allow BaseValidator to accept a callable limit_value — at Version 1
Reported by: | Javier Buzzi | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
PR: https://github.com/django/django/pull/10522
Allow for MinValueValidation(datetime.datetime.now)
or any other callable.
In-depth discussion: #29852
Change History (1)
comment:1 by , 6 years ago
Component: | Uncategorized → Core (Other) |
---|---|
Description: | modified (diff) |
Has patch: | set |
Summary: | Add ability to BaseValidator to accept a callable → Allow BaseValidator to accept a callable limit_value |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → New feature |
Note:
See TracTickets
for help on using tickets.