Bug #7734
manage: when search retyrn an empty queryset, django-tables2 should show the None string
Start date:
01 July 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Associated revisions
History
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|de242f5c815d2da2fc7d80141ff789b3b14d07ad.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
manager: add empty_text meta option to all tables (fixes #7734)
When search return an empty queryset, django-tables2 should show the
"None found" string for all tables.