-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation of prefix argument. #8
Comments
Julian, thanks for reporting! But, according to i18n docs So, to be able to support future and previous django versions, you suggest to make Am i right? |
Merged, now in v1.0.0. |
The
prefix
argument to pattern() functions will be deprecated, see https://docs.djangoproject.com/en/dev/ref/urls/#django.conf.urls.patterns for info.Since i18n_patterns rely on more than just the prefix, the argument should be made optional.
E.g. if first argument is a URL instance just add it to the list and carry on.
The text was updated successfully, but these errors were encountered: