django/tests/admin_widgets
Ramiro Morales 8c2fd050f8 Made fix for #9321 less buggy and more effective.
Don't try to be smart about building a good-looking help string
because it evaluates translations too early, simply use the same old
strategy as before. Thanks Donald Stufft for the report.

Also, actually fix the case reported by the OP by special-casing
CheckboxSelectMultiple.

Added tests.

Refs #9321.
2013-05-23 07:49:29 -03:00
..
fixtures Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
tests.py Made fix for #9321 less buggy and more effective. 2013-05-23 07:49:29 -03:00
urls.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
widgetadmin.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00