Changes between Initial Version and Version 1 of Ticket #32607
- Timestamp:
- Mar 31, 2021, 11:41:20 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32607 – Description
initial v1 1 1 In django administration when wanting to save a DateTimeField, it raises a ValidationError "This field is mandatory" if we only provide a date and no time. 2 3 Create a Model with a DateTimeField, register it on django.contrib.admin, makemigrations and migrate, then go to django administration in browser and try saving it without providing in the time : it raises a Validation error.