Changes between Initial Version and Version 1 of Ticket #32607


Ignore:
Timestamp:
Mar 31, 2021, 11:41:20 AM (3 years ago)
Author:
mypseudo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32607 – Description

    initial v1  
    11In 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
     3Create 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.
Back to Top