Changes between Initial Version and Version 1 of Ticket #25774


Ignore:
Timestamp:
Nov 19, 2015, 12:32:11 AM (9 years ago)
Author:
David Filipovic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25774

    • Property Needs documentation set
    • Property Needs tests set
  • Ticket #25774 – Description

    initial v1  
    1717[[BR]]
    1818
    19 I'm also adding a [PR] with some of these already implemented. What remains to be done is:
     19I'm also adding a [https://github.com/django/django/pull/5683 PR] with some of these already implemented. What remains to be done is:
    2020    - replace references `XTransform` type classes in `django.db.models.lookups` with `XExtract` classes from `django.db.models.expressions.datetimes`
    2121    - replace these references anywhere else in the project (I've noticed there are some in the tests, for instance)
     
    2323[[BR]]
    2424
    25 With the API in the [PR] it becomes possible to do the following lookup:
     25With the API in the [https://github.com/django/django/pull/5683 PR] it becomes possible to do the following lookup:
    2626
    2727
Back to Top