mirror of
https://github.com/django/django.git
synced 2025-04-11 19:12:22 +00:00
Correctly calculate the ``aggregate_start`` offset from loaded fields, if any are deferred, instead of ``self.query.select`` which includes all fields on the model. Also made some PEP 8 fixes.