Skip to content
/ django Public

Fixed 19895 -- Made second iteration over invalid queryset raise an exception too#800

Closed
gnosek wants to merge 1 commit intodjango:masterfrom
gnosek:bug19895
Closed

Fixed 19895 -- Made second iteration over invalid queryset raise an exception too#800
gnosek wants to merge 1 commit intodjango:masterfrom
gnosek:bug19895

Conversation

@gnosek
Copy link
Copy Markdown
Contributor

@gnosek gnosek commented Feb 23, 2013

When iteration over a queryset raised an exception, the result cache
remained initialized with an empty list, so subsequent iterations returned
an empty list instead of raising an exception

https://code.djangoproject.com/ticket/19895

…xception too

When iteration over a queryset raised an exception, the result cache
remained initialized with an empty list, so subsequent iterations returned
an empty list instead of raising an exception
@jacobian
Copy link
Copy Markdown
Member

Merged in 2cd0eda.

@jacobian jacobian closed this Feb 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants