Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #25774 -- Created DateExtract expressions #5683

Closed
wants to merge 1 commit into from

Conversation

ryuusenshi
Copy link

addresses this ticket

  • DateExact and DateComparison lookups fallback to function comparison
    if rhs has no paramaters (i.e. is a function itself)
  • django.db.expressions.datetime includes expressions for extracting
    parts of dates

* DateExact and DateComparison lookups fallback to function comparison
  if rhs has no paramaters (i.e. is a function itself)

* django.db.expressions.datetime includes expressions for extracting
  parts of dates
@ryuusenshi ryuusenshi changed the title Proposed work for ticket Proposed work for ticket #25774 Nov 19, 2015
@timgraham timgraham changed the title Proposed work for ticket #25774 Fixed #25774 -- Created DateExtract expressions Nov 19, 2015
@timgraham
Copy link
Member

Hi David, do you plan to continue this work soon or should we close the pull request for now?

@timgraham
Copy link
Member

Closing due to lack of follow up.

@timgraham timgraham closed this Feb 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants