carlxaeron / django-rosetta

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

Django 1.3 support #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Upgrade an to Django 1.3
2. Run manage.py test rosetta

Results:
http://pastebin.com/SgWSsrfR

Ran 9 tests in 1.279s

FAILED (failures=2, errors=6)
Destroying test database for alias 'default'...

Original issue reported on code.google.com by EmilStenstrom on 10 Jan 2011 at 1:49

GoogleCodeExporter commented 8 years ago
I have a fix for that in 
https://github.com/philippbosch/django-rosetta/commit/40f6909af6999a8f61ce4daff7
48c6b846dd89ce

Original comment by philipp.bosch@gmail.com on 10 Jan 2011 at 2:24

GoogleCodeExporter commented 8 years ago
Fixed in r107. Thanks for reporting this and thanks for the patch.
My fix should hopefully maintain Django 1.1+ compatibility.

Original comment by mbonetti on 10 Jan 2011 at 2:52