acangiani / django-tagging

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

Not support Django 1.0 #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 It's not work on Django1.0 , I found two wrong point:
1: manage.py
  line: 7
  from django.db.models.query import QuerySet, parse_lookup
In Django1.0 the parse_lookup has removed

2: models.py
  line:  17
  name = models.CharField(_('name'),max_length=50,validator_list=[isTag])

The validator_list=[isTag] is not support Django1.0

Original issue reported on code.google.com by hez2...@gmail.com on 5 Sep 2008 at 3:28

GoogleCodeExporter commented 9 years ago
The django-tagging newforms-admin branch (r149) works with Django 1.0 (r8961).
Instead of checking out the main trunk, checkout the newforms-admin branch:

svn checkout http://django-tagging.googlecode.com/svn/branches/newforms-admin
tagging-trunk

Original comment by google%b...@gtempaccount.com on 9 Sep 2008 at 1:29

GoogleCodeExporter commented 9 years ago
the newforms admin branch had been merged into teh trunk and was supposed to be
deprecated.

not sure how this was missed.

Original comment by doug.nap...@gmail.com on 16 Sep 2008 at 4:39

GoogleCodeExporter commented 9 years ago
I got the latest branch as stated above .. but the app still references the now
removed 'limit_offset_sql'.  

any idea??  people actually have this hopeless tagging app working in 1.0???

Thanks for your help.

'DatabaseOperations' object has no attribute 'limit_offset_sql'

Request Method:     GET
Request URL:    http://127.0.0.1:8030/test/
Exception Type:     AttributeError
Exception Value:    

'DatabaseOperations' object has no attribute 'limit_offset_sql'

Exception Location:     /var/www/django/test/app/newforms-admin/tagging/models.py 
in
get_related, line 442
Python Executable:  /usr/bin/python
Python Version:     2.5.2

Original comment by robs...@gmail.com on 17 Oct 2008 at 9:01

GoogleCodeExporter commented 9 years ago
Hi there,

I'm wondering what the latest on this one is... I've just attempted latest svn 
of django & tagging (the remedy 
according to some forum entries around the place)... I'm getting also the 
errors mentioned by hez.

Original comment by daryl.an...@gmail.com on 28 Oct 2008 at 8:26

GoogleCodeExporter commented 9 years ago
Bump. Having the same issue, using 0.2.1 with Django 1.0.

Original comment by codesha...@gmail.com on 29 Oct 2008 at 9:46

GoogleCodeExporter commented 9 years ago
Bump. Having the same problem running on top of Django 1.0, and passing a num
argument to get_related().

Original comment by el33th4...@gmail.com on 7 Dec 2008 at 9:50

GoogleCodeExporter commented 9 years ago
Hi, whats the status on this issue? Cheers Tino

Original comment by tino.ehr...@gmail.com on 22 Jan 2009 at 1:37

GoogleCodeExporter commented 9 years ago
Could you make a new release guys? The 0.2.1 version on pypi doesn't work well 
with 
django 1.0.

Original comment by batiste....@gmail.com on 4 Feb 2009 at 3:45

GoogleCodeExporter commented 9 years ago
BUMP BUMP por favor :)

Original comment by walker...@gmail.com on 8 Jun 2009 at 3:37

GoogleCodeExporter commented 9 years ago
Use the version in SVN, it works fine with the latest SVN of Django.

Original comment by bgn...@gmail.com on 13 Jun 2009 at 5:58

GoogleCodeExporter commented 9 years ago
0.3 is out now.

Original comment by bros...@gmail.com on 23 Aug 2009 at 4:54

GoogleCodeExporter commented 9 years ago

Original comment by bros...@gmail.com on 23 Aug 2009 at 4:54