Changes between Initial Version and Version 1 of Ticket #19963, comment 5
- Timestamp:
- Mar 1, 2013, 5:01:24 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19963, comment 5
initial v1 1 Yeah, I was unclear, the commit involves some backwards incompatibilit ybut the problem you're reporting isn't part of them. I just wanted to point out that the known incompatibilities were documented.1 Yeah, I was unclear, the commit involves some backwards incompatibilities but the problem you're reporting isn't part of them. I just wanted to point out that the known incompatibilities were documented. 2 2 3 3 The bug is [https://github.com/django/django/commit/e74e207cce54802f897adcb42149440ee154821e#L0R295 here]. Django now needs to determine if the target field is a date field or a datetime field, and this line doesn't take into account relations.