Changes between Initial Version and Version 1 of Ticket #19963, comment 5


Ignore:
Timestamp:
Mar 1, 2013, 5:01:24 PM (11 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19963, comment 5

    initial v1  
    1 Yeah, I was unclear, the commit involves some backwards incompatibility but the problem you're reporting isn't part of them. I just wanted to point out that the known incompatibilities were documented.
     1Yeah, 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.
    22
    33The 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.
Back to Top