Re: django-tagging is not multi-db safe

2009-12-26 Thread Alex_Gaynor
On Dec 26, 11:11 am, Rob Hudson wrote: > > Django-tagging have a lot of users though. Maybe the pinax-people will > > arrange for a version that is 1.2-safe. > > Check out django-taggit:http://github.com/alex/django-taggit Unfortunately django-taggit isn't multi-db safe,

Re: django-tagging is not multi-db safe

2009-12-26 Thread Rob Hudson
> Django-tagging have a lot of users though. Maybe the pinax-people will > arrange for a version that is 1.2-safe. Check out django-taggit: http://github.com/alex/django-taggit -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: django-tagging is not multi-db safe

2009-12-26 Thread Hanne Moa
2009/12/26 James Bennett : > On Fri, Dec 25, 2009 at 1:06 PM, Hanne Moa wrote: >> How is one to use as_sql() now with multi-db in? > > One doesn't. And, generally, one should be sticking to the stable > release of Django; Kinda hard when one wants to

Re: django-tagging is not multi-db safe

2009-12-26 Thread Hanne Moa
2009/12/26 Russell Keith-Magee : > On Sat, Dec 26, 2009 at 3:06 AM, Hanne Moa wrote: >> A site using django-tagging will break hard on 1.2 as of today. See >> issue http://code.google.com/p/django-tagging/issues/detail?id=233 . >> >> How is one to use

Re: django-tagging is not multi-db safe

2009-12-25 Thread James Bennett
On Fri, Dec 25, 2009 at 1:06 PM, Hanne Moa wrote: > A site using django-tagging will break hard on 1.2 as of today. See > issue http://code.google.com/p/django-tagging/issues/detail?id=233 . > > How is one to use as_sql() now with multi-db in? One doesn't. And, generally,

Re: django-tagging is not multi-db safe

2009-12-25 Thread Russell Keith-Magee
On Sat, Dec 26, 2009 at 3:06 AM, Hanne Moa wrote: > A site using django-tagging will break hard on 1.2 as of today. See > issue http://code.google.com/p/django-tagging/issues/detail?id=233 . > > How is one to use as_sql() now with multi-db in? as_sql() is (and has always

django-tagging is not multi-db safe

2009-12-25 Thread Hanne Moa
A site using django-tagging will break hard on 1.2 as of today. See issue http://code.google.com/p/django-tagging/issues/detail?id=233 . How is one to use as_sql() now with multi-db in? HM -- You received this message because you are subscribed to the Google Groups "Django users" group. To