diff options
author | Christopher Baines <mail@cbaines.net> | 2016-03-20 16:35:39 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-03-20 16:35:39 +0000 |
commit | 442b4ebad8b2b33ec53a18b089282b4035f8f570 (patch) | |
tree | 7a2da513e3bad2571a4f89a431ec32a624de3d9d /django_tagging.egg-info/PKG-INFO | |
parent | 2e528690df8792b2e70248ce18712ca653ede12b (diff) | |
parent | d888d155344e1a000fd79b6869fbd5634b1cf2cb (diff) | |
download | python-django-tagging-442b4ebad8b2b33ec53a18b089282b4035f8f570.tar python-django-tagging-442b4ebad8b2b33ec53a18b089282b4035f8f570.tar.gz |
record new upstream branch created by importing python-django-tagging_0.4.1.orig.tar.gz and merge it
Diffstat (limited to 'django_tagging.egg-info/PKG-INFO')
-rw-r--r-- | django_tagging.egg-info/PKG-INFO | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/django_tagging.egg-info/PKG-INFO b/django_tagging.egg-info/PKG-INFO index 577b287..59be396 100644 --- a/django_tagging.egg-info/PKG-INFO +++ b/django_tagging.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: django-tagging -Version: 0.4 +Version: 0.4.1 Summary: Generic tagging application for Django Home-page: https://github.com/Fantomas42/django-tagging Author: Fantomas42 @@ -65,7 +65,7 @@ Description: ============== --------------------------------- * Fixed Django 1.2 support (did not add anything new) - * Fixed #95 — tagging.register won't stomp on model attributes + * Fixed #95 - tagging.register won't stomp on model attributes Version 0.3.0, 22nd August 2009: -------------------------------- |