Opened 3 years ago

Closed 3 years ago

#33224 closed Cleanup/optimization (fixed)

BaseDatabaseFeatures.supports_mixed_date_datetime_comparisons comment references defunct date_interval_sql

Reported by: Tim Graham Owned by: Hasan Ramezani
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The comment says "date_interval_sql can properly handle mixed Date/DateTime fields and timedeltas" but date_interval_sql was removed in dd5aa8cb5ffc0a89c4b9b8dee45c1c919d203489.

Change History (4)

comment:1 by Mariusz Felisiak, 3 years ago

Triage Stage: UnreviewedAccepted

Thanks. Yes, this comment should be updated.

comment:2 by Hasan Ramezani, 3 years ago

Has patch: set
Owner: changed from nobody to Hasan Ramezani
Status: newassigned

comment:3 by Mariusz Felisiak, 3 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Mariusz Felisiak, 3 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.
Back to Top