carlxaeron / django-rosetta

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

several problems with Django 1.02 #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
just install rosetta with Django 1.0.2

First we have a problem with ObjectPaginator :
"ViewDoesNotExist: Could not import rosetta.views. Error was: cannot import
name ObjectPaginator"

so I replaced
"from django.core.paginator import ObjectPaginator, InvalidPage"
by
"from django.core.paginator import Paginator as ObjectPaginator, InvalidPage"

Now I get the "index" page, with a very basic style (black "times new
roman" on white background)
If I click on a *.po link, I get a :
"PicklingError: Can't pickle <class 'django.utils.functional.__proxy__'>:
attribute lookup django.utils.functional.__proxy__ failed
"

Original issue reported on code.google.com by g.bert...@gmail.com on 9 Jan 2009 at 11:15

GoogleCodeExporter commented 8 years ago
Aw, you must be runnning Rosetta 0.3.1. Please upgrade to the latest SVN 
version and
everything should be fine. 

I should have released a new point release ages ago...

Original comment by mbonetti on 9 Jan 2009 at 11:55

GoogleCodeExporter commented 8 years ago
indeed, I was, and now that is muuuch better ^^

thanks a lot =)

PS: you should put svn url on Project Homepage, in setup instructions

Original comment by g.bert...@gmail.com on 9 Jan 2009 at 12:06

GoogleCodeExporter commented 8 years ago

Original comment by mbonetti on 12 Feb 2009 at 2:55