Changes between Initial Version and Version 1 of Ticket #27186
- Timestamp:
- Sep 6, 2016, 7:46:14 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27186 – Description
initial v1 25 25 == Patch that introduced the issue == 26 26 27 We belive that [https://github.com/django/django/pull/7 195/files PR 7195] (redaring [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 belive 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.