mirror of
https://github.com/django/django.git
synced 2025-02-06 15:35:37 +00:00
Most QuerySet methods are mapped onto the Manager and, in general, it isn't necessary to call .all() on the manager.
Most QuerySet methods are mapped onto the Manager and, in general, it isn't necessary to call .all() on the manager.