django1/django
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
..
bin Removed daily_cleanup.py script as per deprecation TL. 2013-06-28 21:48:16 -03:00
conf Set 'bidi' Urdu property to True 2013-08-30 12:03:39 +02:00
contrib Fixed #20821 -- Added tooltips to Admin SelectBox widget 2013-09-06 15:46:38 -05:00
core Fixed #20977 -- Fixed writing migrations to disk on Python 3 2013-09-06 09:51:58 -04:00
db Make db.migrations ignore South-style migrations. 2013-09-06 10:35:53 -05:00
dispatch Fixed #20943 -- Weakly reference senders when caching their associated receivers 2013-08-21 22:30:45 +01:00
forms Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
http Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
middleware Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
shortcuts More import removals 2013-06-29 11:58:36 +02:00
template Fixed #16096 -- Added origin attribute to template instances. 2013-09-06 09:14:52 -04:00
templatetags Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
test Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
utils Fixed #21052 -- Small performance optimization. 2013-09-06 10:34:32 -05:00
views Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00