dlamotte / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

Django 1.0 support #143

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

I could not get the latest SVN to work with Django 1.0 alpha. When do you
think you'll support 1.0?

Thanks!

Original issue reported on code.google.com by el33th4...@gmail.com on 4 Aug 2008 at 11:47

GoogleCodeExporter commented 8 years ago
I had problems using django-tagging under django1.0 with tagged items whose 
primary
keys were not numeric. I have patched around the problem by declaring 
"object_id" to
match the type of my primary key. 

Original comment by el33th4...@gmail.com on 7 Aug 2008 at 2:07

GoogleCodeExporter commented 8 years ago
TaggedField also doesn't work. Looks like Django 1.0 has changed the interface 
for defining custom fields 
significantly: http://www.djangoproject.com/documentation/custom_model_fields/

Original comment by dre...@gmail.com on 8 Aug 2008 at 8:05

GoogleCodeExporter commented 8 years ago
r149 is working with django 1.0 beta 2

Original comment by doug.nap...@gmail.com on 29 Aug 2008 at 5:06