mirror of
https://github.com/django/django.git
synced 2025-11-03 13:23:19 +00:00
Most QuerySet methods are mapped onto the Manager and, in general, it isn't necessary to call .all() on the manager. |
||
|---|---|---|
| .. | ||
| examples | ||
| aggregation.txt | ||
| index.txt | ||
| instrumentation.txt | ||
| managers.txt | ||
| models.txt | ||
| multi-db.txt | ||
| optimization.txt | ||
| queries.txt | ||
| search.txt | ||
| sql.txt | ||
| tablespaces.txt | ||
| transactions.txt | ||