Change logs for django-taggit source package in Utopic

  • django-taggit (0.12-1) unstable; urgency=low
    
    
      * New upstream release.
        - Backwards incompatible: Support for Django 1.7 migrations. South users
          have to set SOUTH_MIGRATION_MODULES to use taggit.south_migrations
          for taggit.
        - Backwards incompatible: Django's new transaction handling is used on
          Django 1.6 and newer.
        - Backwards incompatible: Tag.save got changed to opportunistically
          try to save the tag and if that fails fall back to selecting existing
          similar tags and retry -- if that fails too an IntegrityError is
          raised by the database, your app will have to handle that.
        - Added Italian and Esperanto translations.
    
     -- Michal Čihař <email address hidden>  Tue, 29 Apr 2014 10:05:29 +0200
  • django-taggit (0.11.2-2) unstable; urgency=medium
    
    
      * Bump standards to 3.9.5.
      * Really do not ship tests in module without namespace (Closes: #738210).
    
     -- Michal Čihař <email address hidden>  Mon, 10 Feb 2014 09:36:44 +0100