Opened 15 years ago

Last modified 15 years ago

#12506 closed

django.utils.functional.lazy objects fail when there are multiple expected classes with the same method — at Version 1

Reported by: Alex Gaynor Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Alex Gaynor)

In particular this means things like __iter__ don't work if you have expected_types = [list, tuple] .

Change History (2)

by Alex Gaynor, 15 years ago

Attachment: diff.diff added

comment:1 by Alex Gaynor, 15 years ago

Description: modified (diff)
Triage Stage: UnreviewedAccepted
Note: See TracTickets for help on using tickets.
Back to Top