Giter Site home page Giter Site logo

Comments (6)

alex avatar alex commented on August 16, 2024

Nathan, this is on 1.2 I assume?

from django-taggit.

nathanborror avatar nathanborror commented on August 16, 2024

Yep

from django-taggit.

alex avatar alex commented on August 16, 2024

Can you post the full traceback, I of course broke this with multi-db, but I can't remember how :D

from django-taggit.

nathanborror avatar nathanborror commented on August 16, 2024

I probably should have posted this initially :)

Traceback:
File "/home/code/modules/django/core/handlers/base.py" in get_response
  101.                     response = callback(request, *callback_args, **callback_kwargs)
File "/home/code/modules/django/utils/decorators.py" in __call__
  36.         return self.decorator(self.func)(*args, **kwargs)
File "/home/code/modules/django/contrib/auth/decorators.py" in _wrapped_view
  24.                 return view_func(request, *args, **kwargs)
File "/home/code/projects/readernaut/apps/notes/views.py" in remove
  199.         note.delete()
File "/home/code/modules/django/db/models/base.py" in delete
  604.         delete_objects(seen_objs, using)
File "/home/code/modules/django/db/models/query.py" in delete_objects
  1203.             del_query.delete_batch_related(pk_list, using=using)
File "/home/code/modules/django/db/models/sql/subqueries.py" in delete_batch_related
  62.                         AND)
File "/home/code/modules/django/db/models/sql/where.py" in add
  66.             value = obj.prepare(lookup_type, value)
File "/home/code/modules/django/db/models/sql/where.py" in prepare
  267.             return self.field.get_prep_lookup(lookup_type, value)

Exception Type: AttributeError at /notes/12120/remove/
Exception Value: 'TaggableManager' object has no attribute 'get_prep_lookup'

from django-taggit.

alex avatar alex commented on August 16, 2024

Just pushed a likely fix for this, please let me know if there's any other problems with 1.2, else I'll close.

from django-taggit.

alex avatar alex commented on August 16, 2024

All 1.2 things fixed apparently.

from django-taggit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.