On Thu, Jun 6, 2013 at 3:24 PM, Ivan Tatarchuk
<[email protected]> wrote:
> Not shure if I understand you correctly, but if I use static linking all
> works fine.
> Problem appears only with dynamic linking(like in admin templates).
> Is this a feature or a kind of bug?
> really want to use django's i18n_patterns in my project, but can’t
> understand how to escape from this case. ='(

Sorry for the delayed follow-up.

I've just tested he scenario you describe on trunk (1.7dev), 1.6beta1 and
1.5.1 and I couldn't reproduce the issue.

The admin app is always published at /admin/ and the URLs of the
'apps.other' app with an 'apps.other.urls' included urlconf plus views
are always prefixed by the language code
(e.g. /en/other/hello/ or /es-ar/other/hello/)

There seems to be something else at play in your setup that is causing
the problem.

-- 
Ramiro Morales
@ramiromorales

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to