Giter Site home page Giter Site logo

Comments (6)

tiliv avatar tiliv commented on July 30, 2024

Thanks for the report. This looks like something that happens when I run with my Python 3 environment with Django 1.7, but not in Python 2 with Django 1.6. Both environments used datatableview 0.8.0. (Interestingly, the demo site uses Python 2 and a fork of Django 1.4 to run on appengine, but I'll update the datatableview version up there and see where things stand.)

Can you confirm your environment for me? I'll start digging into this.

from django-datatable-view.

davidfischer-ch avatar davidfischer-ch commented on July 30, 2024

Python 3.4 with Django 1.7+ at commit 27a3cfcd77d2b8b3e89ba29852523cf342351a43.
Pining all my dependencies for the peace of my mind :-)

from django-datatable-view.

tiliv avatar tiliv commented on July 30, 2024

I believe this commit will fix the trouble: e8fb942

The long and short of it is that ManyToManyManager has never been callable until Django 1.7, which supports calling the object with a specific manager instance. (Django always came with the caveat that using a reverse related manager could only ever use the default object manager, and I suspect this change is to address that limitation.) So on 1.7 the Managers were getting past the check for callables, and chaos ensued.

Demo site is still up in the air for me to figure out, but you're welcome to verify your setup against this change before I make a release out of it.

from django-datatable-view.

davidfischer-ch avatar davidfischer-ch commented on July 30, 2024

Sorry for my late feedback. It works perfectly: Thanks!

from django-datatable-view.

utapyngo avatar utapyngo commented on July 30, 2024

Please release this fix to pypi, it is pain to support requirements.txt with git+git:// entries.

from django-datatable-view.

utapyngo avatar utapyngo commented on July 30, 2024

Thanks!

from django-datatable-view.

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.