Changes between Version 1 and Version 2 of Ticket #27896


Ignore:
Timestamp:
Mar 3, 2017, 8:30:07 AM (7 years ago)
Author:
Tim Graham
Comment:

I can't reproduce -- I see two passing tests with the sample project. Is the issue a regression from Django 1.9? If not, it probably doesn't qualify for a fix at this point. The latest possible bugfix release for 1.10 is April 1. By the way, please always use the latest bugfix release (1.10.6 as of now).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27896

    • Property Component UncategorizedDatabase layer (models, ORM)
  • Ticket #27896 – Description

    v1 v2  
    1 In Django 1.10 when sqlite is used and TIME_ZONE=None a django.db.utils.OperationalError error is raised when filtering by __date on a DateTimeField.
     1In Django 1.10 when sqlite is used and `TIME_ZONE=None` a django.db.utils.OperationalError error is raised when filtering by `__date` on a `DateTimeField`.
    22
    33For example,
Back to Top