Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 637 Bytes

CHANGELOG.rst

File metadata and controls

30 lines (19 loc) · 637 Bytes

CHANGELOG

0.2.1 (20XX-XX-XX)

  • Fix slug uniqueness check in TranslatedAutoSlugifyMixin

0.2.0 (2015-10-22)

  • Move to python-slugify instead of Django slugify for slug generation

0.1.2 (2015-08-18)

  • Adds I18NSitemap helper class
  • adds get_admin_url() and get_object_from_request() utility methods

0.1.1 (2015-08-13)

  • Fixes an issue where a None could be returned from get_slug_max_length()
  • Fixes an issue relating to language names that include unicode symbols

0.1.0 (2015-07-27)

  • Adds models.TranslatedAutoSlugMixin