jinjie2088 / django-tagging

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

Installation error on Django .96 #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to HEAD, tagging .2 should still work on django .96

However, although I was able to >>import tagging and get the appropriate
version number, I was not able to complete the installation.

When running "manage.py syncdb" It would brought an error with the text
"cannot import name generic". 

If 0.2 is incompatible with .96, then documentation should reflect that.

Original issue reported on code.google.com by onetrues...@gmail.com on 5 May 2008 at 6:03

GoogleCodeExporter commented 9 years ago
I have this issue too. Anyone found a solution?

Original comment by slom...@googlemail.com on 5 Jul 2008 at 6:35

GoogleCodeExporter commented 9 years ago
Use the latest development version of Django. 

If you need to stick with Django 0.96, try revision 87 of django-tagging.
% svn export -r 87 http://django-tagging.googlecode.com/svn/trunk/

Original comment by peym...@gmail.com on 7 Jul 2008 at 5:35

GoogleCodeExporter commented 9 years ago
I understand that it works on svn Django, but I was wondering if there is or 
could be
some mention of this in the documentation?

of course, with 1.00 release so close, this point may soon be moot?

Original comment by onetrues...@gmail.com on 7 Jul 2008 at 6:39

GoogleCodeExporter commented 9 years ago
Django 0.96 is no longer supported.

Original comment by bros...@gmail.com on 23 Aug 2009 at 5:03