mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
While deferring many-to-many and GFK has no effect, the previous
implementation of QuerySet.defer() ignore them instead of crashing.
Regression in b3db6c8dcb.
Thanks Paco Martínez for the report.