History

Changelog

Release 1.4: (2010-03-19)
  • Moved localeurl settings from localeurl/__init__.py to localeurl/settings.py.
  • Added LocaleurlSitemap for easier creation of multilingual sitemaps.
  • Added LOCALEURL_USE_ACCEPT_LANGUAGE setting to check HTTP Accept-Language header before resorting to settings.LANGUAGE_CODE when locale is not specified in URL.
  • Switched to 301 permanent redirects for no-locale URL redirect.
  • Moved to BitBucket for source code hosting.
  • Added the change_locale view, contributed by Panos Laganakos.
Release 1.3: (2009-04-06)
  • Changed chlocale tag to strip prefix of locale-independent paths.
  • Moved the monkey-patching of urlresolvers.reverse to models.py.
  • Removed REDIRECT_LOCALE_INDEPENDENT_PATHS settings option; this is now the default.
Release 1.2: (2009-01-19):
  • Moved the documentation into the source tree. (Based on a blog post by Andi Albrecht.)
  • Released version 1.2.
Release 1.1: (2008-11-20):
  • Added the PREFIX_DEFAULT_LOCALE settings option contributed by Jonas Christian.
  • Added REDIRECT_LOCALE_INDEPENDENT_PATHS settings option.
Release 1.0: (2008-09-10):
  • Added Django 1.0 or higher as a prerequisite.
  • Moved to Google Code.

Credits

localeurl was developed by Joost Cassee based on the work by Atli Þorbjörnsson. Contributions by Jonas Christian. Includes code from the django-localize project by Artiom Diomin. Currently maintained by Carl Meyer.

It was partly taken from and partly inspired by discussions on the django-users and django-multilingual mailinglists:

See also this blog post on internationalisation by Yann Malet that references Atli’s code.

The announcement of localeurl on these lists can be found here:

Project Versions

Table Of Contents

Previous topic

Usage

This Page