1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/django
Sjoerd Langkemper d87127655f Fixed #21421 -- Added level_tag attribute on messages.
Exposing the level name (e.g. "info") makes it possible to prepend
something to the class name. For example, Twitter Bootstrap has
an alert-info class. This class can now be added to the message
using `class="alert-{{ message.level_tag }}".
Because the level_tag was on the end of the `tags` property, it
could not be used in this fashion when extra_tags were given.
2013-11-11 17:58:02 +01:00
..
bin
conf Fixed #18149 -- Changed language codes for Chinese 2013-11-04 23:03:28 +01:00
contrib Fixed #21421 -- Added level_tag attribute on messages. 2013-11-11 17:58:02 +01:00
core Fixed #20990 -- Ensured unicode paths in compilemessages 2013-11-11 11:51:38 +01:00
db flake8 fix 2013-11-09 06:38:47 -08:00
dispatch Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
forms Fixed #13970 -- Made SelectDateWidget use the standard widget is_required attribute 2013-11-08 16:58:17 +01:00
http Fixed all E226 violations 2013-11-03 10:08:55 -08:00
middleware Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
shortcuts More attacking E302 violators 2013-11-02 13:12:09 -07:00
template Fixed spelling of compatibility. 2013-11-09 10:17:17 -05:00
templatetags Fixed #5849 -- Strip whitespace from blocktrans 2013-11-08 00:52:17 +02:00
test Fixed #21351 -- Replaced memoize with Python's lru_cache. 2013-11-11 08:53:09 +01:00
utils Fixed #21420 once more. 2013-11-11 15:48:48 +01:00
views Merge pull request #1821 from Bouke/tickets/14170 2013-11-04 13:50:21 -08:00
__init__.py