mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-07 00:11:05 +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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_apiviews.py | ||
| test_builtin_api_resources.py | ||
| test_modelforms.py | ||
| test_views.py | ||