Shepherd
Shepherd copied to clipboard
Checkout start date
This is more a question than an issue.
In the checkout form the start date is a required field.
https://github.com/GhostManager/Shepherd/blob/dfba838ec4f5713110d8b1afd8b060734dfea9d0/catalog/forms.py#L20
But when the History instance is created, it is forced to current date. https://github.com/GhostManager/Shepherd/blob/dfba838ec4f5713110d8b1afd8b060734dfea9d0/catalog/models.py#L168-L169
Is this because of future features to checkout a domain in advance or is this a bug ?