stephenmcd / django-forms-builder

Let users build forms in Django admin
BSD 2-Clause "Simplified" License
691 stars 281 forks source link

Modify selectable year range on "entry time" field. #241

Open cybersimon opened 5 years ago

cybersimon commented 5 years ago

The value of "entry time" for a form entry can only be in the past, therefore the SelectDateWidget in the admin should have a range of years ranging from now into the past, rather than now into the future (as is the Django default).