buxeasywork / django-rosetta

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

django-rosetta tests fails with django 1.3 #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install django 1.3 and create a project
2. install django-rosetta in INSTALLED_APS
3. run the tests (manage.py tests)

What is the expected output? What do you see instead?

The 6 tests fails. Please find an attached output from the test.

What version of the product are you using? On what operating system?

Django 1.3 rc1

Original issue reported on code.google.com by blus...@gmail.com on 9 Mar 2011 at 10:55

Attachments:

GoogleCodeExporter commented 9 years ago
Please use Rosetta SVN-trunk to test against not yet released versions of 
Django. 
(All 17 tests pass on Django trunk and Rosetta trunk)

As soon as Django 1.3 is released, there will be an updated Rosetta point 
release.

Original comment by mbonetti on 9 Mar 2011 at 11:05

GoogleCodeExporter commented 9 years ago
Thanks for info - I found info with patch today on ticket list.

Original comment by blus...@gmail.com on 14 Mar 2011 at 5:49