You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DatePeriodField model field can't currently receive a default value (neither a DatePeriod object nor a json string)
Adding the functionality would be great, e.g. :
inspections_delta = DatePeriodField(
verbose_name="Un contrôle technique est effectué tous les",
null=True,
blank=True,
default=YearsPeriod(4),
)
The text was updated successfully, but these errors were encountered:
The
DatePeriodField
model field can't currently receive a default value (neither aDatePeriod
object nor a json string)Adding the functionality would be great, e.g. :
The text was updated successfully, but these errors were encountered: