Changes between Initial Version and Version 1 of Ticket #25774
- Timestamp:
- Nov 19, 2015, 12:32:11 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25774
- Property Needs documentation set
- Property Needs tests set
-
Ticket #25774 – Description
initial v1 17 17 [[BR]] 18 18 19 I'm also adding a [ PR] with some of these already implemented. What remains to be done is:19 I'm also adding a [https://github.com/django/django/pull/5683 PR] with some of these already implemented. What remains to be done is: 20 20 - replace references `XTransform` type classes in `django.db.models.lookups` with `XExtract` classes from `django.db.models.expressions.datetimes` 21 21 - replace these references anywhere else in the project (I've noticed there are some in the tests, for instance) … … 23 23 [[BR]] 24 24 25 With the API in the [ PR] it becomes possible to do the following lookup:25 With the API in the [https://github.com/django/django/pull/5683 PR] it becomes possible to do the following lookup: 26 26 27 27