django-rosetta/rosetta
Nick Pope b663129902 Prevent context issue w/ django.contrib.messages
Due to the situation we have at work, I encounter a problem whereby the
variable 'messages' in the template render context is overwritten by the
variable 'messages' provided by django.contrib.messages which is passed
in via a RequestContext.

This commit simply renames 'messages' to 'rosetta_messages' to avoid
this problem.
2012-01-25 22:44:50 +00:00
..
conf 0.6.3: use the Bing translation service instead of Google's 2012-01-05 15:38:46 +01:00
locale initial commit 2011-06-16 11:25:15 +02:00
templates/rosetta Prevent context issue w/ django.contrib.messages 2012-01-25 22:44:50 +00:00
templatetags initial commit 2011-06-16 11:25:15 +02:00
tests merged PR 19, slightly modified to fix a failing test (we want to recheck the setting on each decorator call) 2012-01-16 10:32:35 +01:00
__init__.py version bump 2012-01-16 10:36:58 +01:00
models.py initial commit 2011-06-16 11:25:15 +02:00
polib.py initial commit 2011-06-16 11:25:15 +02:00
poutil.py merged PR 19, slightly modified to fix a failing test (we want to recheck the setting on each decorator call) 2012-01-16 10:32:35 +01:00
signals.py initial commit 2011-06-16 11:25:15 +02:00
urls.py merged PR 19, slightly modified to fix a failing test (we want to recheck the setting on each decorator call) 2012-01-16 10:32:35 +01:00
views.py Prevent context issue w/ django.contrib.messages 2012-01-25 22:44:50 +00:00