mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-31 13:30:24 +00:00
Calls unicode to force encoding of object name to a localized unicode string. Also fixes deleted object count by saving len(queryset) to a local var before calling queryset.delete(), as the len after queryset.delete() is always zero. |
||
|---|---|---|
| .. | ||
| templates/blog | ||
| tests | ||
| __init__.py | ||
| admin.py | ||
| admin2.py | ||
| models.py | ||
| views.py | ||