Closed GoogleCodeExporter closed 9 years ago
same error if i use native django
from django.test.client import Client
Original comment by qnub...@gmail.com
on 6 Jan 2012 at 3:24
No. Integration (functional) tests completely not work with modeltranslation...
:(
I've try to rename ContentType or completely remove model from project - not
any affect.
Only anoher model is NotRegistered...
Original comment by qnub...@gmail.com
on 7 Jan 2012 at 9:19
I find point to check your code - exception raise when test try to reverse
resolve URL trough from django.core.urlresolvers.reverse function. If i use
direct links to buld request object - all ok, if i try reverse calculate url
for django.test.client.RequestFactory.get - your NotRegistered exception raised!
Original comment by qnub...@gmail.com
on 7 Jan 2012 at 5:33
When run django.test.client.Client tests error raised when template run {% url
urlname %} tag for reverse url resolving
Any suggestions?
Original comment by qnub...@gmail.com
on 7 Jan 2012 at 6:19
how fix this ploblem ?
Original comment by Lehab...@gmail.com
on 24 Feb 2012 at 11:48
i've remove modeltranslation
Original comment by qnub...@gmail.com
on 24 Feb 2012 at 12:23
try this:
in settings.py remove the project name from the import:
MODELTRANSLATION_TRANSLATION_REGISTRY = 'project_name.translation'
Change it to:
MODELTRANSLATION_TRANSLATION_REGISTRY = 'translation'
Original comment by anto...@projecto24.com
on 11 Jun 2012 at 1:04
Project moved to Github. All issues have been migrated preserving their id. All
remaining open issues on GoogleCode are closed. New project url:
https://github.com/deschler/django-modeltranslation
Original comment by eschler
on 22 Oct 2012 at 8:22
Original issue reported on code.google.com by
qnub...@gmail.com
on 6 Jan 2012 at 1:43