Changes between Initial Version and Version 1 of Ticket #29860
- Timestamp:
- Oct 17, 2018, 10:38:10 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29860
- Property Component Uncategorized → Core (Other)
- Property Has patch set
- Property Triage Stage Unreviewed → Accepted
- Property Summary Add ability to BaseValidator to accept a callable → Allow BaseValidator to accept a callable limit_value
- Property Type Uncategorized → New feature
-
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