django1/django/contrib/messages
Aymeric Augustin d4a0b27838 [py3] Refactored __unicode__ to __str__.
* Renamed the __unicode__ methods
* Applied the python_2_unicode_compatible decorator
* Removed the StrAndUnicode mix-in that is superseded by
  python_2_unicode_compatible
* Kept the __unicode__ methods in classes that specifically
  test it under Python 2
2012-08-12 14:44:40 +02:00
..
locale Pulled messages translations updates from Transifex. Refs #17822. 2012-03-23 03:17:00 +00:00
storage [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
tests [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
__init__.py Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00: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