Changes between Initial Version and Version 1 of Ticket #29860


Ignore:
Timestamp:
10/17/18 15:38:10 (5 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29860

    • Property Component changed from Uncategorized to Core (Other)
    • Property Summary changed from Add ability to BaseValidator to accept a callable to Allow BaseValidator to accept a callable limit_value
    • Property Has patch set
    • Property Type changed from Uncategorized to New feature
    • Property Triage Stage changed from Unreviewed to Accepted
  • Ticket #29860 – Description

    initial v1  
    33Allow for `MinValueValidation(datetime.datetime.now)` or any other callable.
    44
    5 In-depth discussion: https://code.djangoproject.com/ticket/29852
     5In-depth discussion: #29852
Back to Top