carlxaeron / django-rosetta

Automatically exported from code.google.com/p/django-rosetta
MIT License
0 stars 0 forks source link

session pickle problem wnen languages in settings is gettext proxy #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Exception raises when languages in settings presented as 

LANGUAGES = (
  ('en', _('English')),
)

Attached patch clearly solves problem.

Original issue reported on code.google.com by n.le...@gmail.com on 8 Sep 2008 at 2:14

Attachments:

GoogleCodeExporter commented 8 years ago
Makes sense! Fixed in r43, thank you.

Original comment by mbonetti on 8 Sep 2008 at 4:19

GoogleCodeExporter commented 8 years ago
Not at all. Thank you for nice application.

Original comment by n.le...@gmail.com on 8 Sep 2008 at 7:42