mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-23 09:20:30 +00:00
the first `if` call did execute the whole `select` query with (perhaps) millions of records in them, even though the only result needed here is one record. The acually used queryset later will be filtered by the parent-model. |
||
|---|---|---|
| .. | ||
| locale | ||
| static/adminsortable | ||
| templates/adminsortable | ||
| templatetags | ||
| __init__.py | ||
| admin.py | ||
| fields.py | ||
| models.py | ||
| utils.py | ||