django1/django/contrib/messages
Claude Paroz 5c1143910e Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
2013-07-29 20:28:13 +02:00
..
locale Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
storage Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
tests Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
__init__.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
api.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
constants.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
context_processors.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
middleware.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
models.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
utils.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
views.py Remove unnecessary and problematic parent class from SuccessMessageMixin 2013-05-17 08:59:06 -07:00