Files
django-admin-sortable-fixwin/adminsortable
Denis Cornehl 4d8091bc5e fix slow get_is_sortable when using with inline admins
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.
2015-11-11 16:03:19 +01:00
..
2015-03-30 21:17:49 +02:00
2015-10-20 09:05:52 -04:00