I have defined a custom Wagtail Page model with a DateField. When Wagtail renders the date picker widget, it only allows years above 1950 to be selected:
For our content, we need to add years before 1950 without expecting the user to manually edit the date string.
How can we tell the Wagtail date widget to allow selection of years before 1950?
