#32607: DateTimeField in django administration bug
-------------------------------+--------------------------------------
Reporter: mypseudo | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: 3.1
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Description changed by mypseudo:
Old description:
> 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.
New description:
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.
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.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/32607#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/066.196a8906a1ae1115ff2ccd80cef42c67%40djangoproject.com.