Changes between Initial Version and Version 1 of Ticket #29860
- Timestamp:
- 10/17/18 15:38:10 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29860
-
Property
Component
changed from
Uncategorized
toCore (Other)
-
Property
Summary
changed from
Add ability to BaseValidator to accept a callable
toAllow BaseValidator to accept a callable limit_value
- Property Has patch set
-
Property
Type
changed from
Uncategorized
toNew feature
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Component
changed from
-
Ticket #29860 – Description
initial v1 3 3 Allow for `MinValueValidation(datetime.datetime.now)` or any other callable. 4 4 5 In-depth discussion: https://code.djangoproject.com/ticket/298525 In-depth discussion: #29852