Changes between Version 1 and Version 2 of Ticket #27186
- Timestamp:
- Sep 6, 2016, 7:46:52 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27186 – Description
v1 v2 25 25 == Patch that introduced the issue == 26 26 27 We beli ve that [https://github.com/django/django/pull/7068 PR 7068] (regarding [https://code.djangoproject.com/ticket/27039 issue 27039]) introduced the problem, but did not validate this. Supposedly this happens because DateTimeField is split into two fields (date + time) in the admin.27 We believe that [https://github.com/django/django/pull/7068 PR 7068] (regarding [https://code.djangoproject.com/ticket/27039 issue 27039]) introduced the problem, but did not validate this. Supposedly this happens because DateTimeField is split into two fields (date + time) in the admin. 28 28 29 29 We tried it however with Django 1.10.0 and it works just fine.