Opened 7 years ago

Closed 7 years ago

#28330 closed Cleanup/optimization (fixed)

Prevent passing positional arguments to an Index.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
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

See comment.

Change History (3)

comment:1 by Mariusz Felisiak, 7 years ago

Has patch: set

comment:2 by Tim Graham, 7 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 617505ca:

Fixed #28330 -- Prevented passing positional arguments to an Index.

Thanks Tim Graham for the review.

Note: See TracTickets for help on using tickets.
Back to Top