django1/tests/admin_widgets
Rudy Mutter c438cc2a36 Fixed #20821 -- Added tooltips to Admin SelectBox widget
The Admin widget, which can be used to filter multiple selects
can sometimes be too narrow and hide information such as
user permissions. This commit adds tooltips to the select
options so that a user can hover over and see the hidden text.
2013-09-06 15:46:38 -05: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 "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
tests.py Fixed #20821 -- Added tooltips to Admin SelectBox widget 2013-09-06 15:46:38 -05:00
urls.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
widgetadmin.py Added some Selenium tests for the admin raw id widget. 2013-08-04 16:08:45 -07:00