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 Tim Graham)

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 Tim Graham, 6 years ago

Component: UncategorizedCore (Other)
Description: modified (diff)
Has patch: set
Summary: Add ability to BaseValidator to accept a callableAllow BaseValidator to accept a callable limit_value
Triage Stage: UnreviewedAccepted
Type: UncategorizedNew feature
Note: See TracTickets for help on using tickets.
Back to Top