flebel / django-tagging

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

error with backend.quote_name() with trunk >5967 #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

quote_name() has been refactored to DatabaseOperations?.quote_name() in
last trunk (#5967 : http://code.djangoproject.com/changeset/5967.

Patch attached fix this issue.

Original issue reported on code.google.com by bchesn...@gmail.com on 21 Aug 2007 at 12:49

Attachments:

GoogleCodeExporter commented 9 years ago
hum need to sleep. get_limit_offset_sql was also refactored to
django.db.connection.ops.limit_offset_sql. here is final(?) diff to fix it. 
Work with
my tests here. Sorry for the garbage :/

Original comment by bchesn...@gmail.com on 21 Aug 2007 at 1:04

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, but this was fixed yesterday in revision 92.

Original comment by jonathan.buchanan on 21 Aug 2007 at 2:20