Giter Club home page Giter Club logo

Comments (2)

tiliv avatar tiliv commented on May 24, 2024

Yeah that method is kind of a monster. I'll need to brainstorm the best way to deal with this.

The design goal was to allow the options to check the core Django field types (you'll notice the code doesn't actually check all of the built-in types either) because of the way the fields subclass one another. The built-in Django IP address field is, for example, just a CharField, so that means it behaves according to standard text ORM query types.

The netfields stuff is basically not subclassing anything but the base django class for Field, so it's falling through.

I can make it try to fall back to treating things as a char-type, but it would still be appropriate to support better field-type hooking for the sake of custom ORM query suffixes that this package can't know anything about.

I'll have to make a sprint on some of these recent tickets sometime this week. Sorry for the unfortunate difficulty, especially since there's not an obvious workaround without hacking that method.

from django-datatable-view.

tiliv avatar tiliv commented on May 24, 2024

I'll treat this as closed for now on account of the closed #53. Allowing custom queryset language is still of interest to me, which may lead me to reference this field type again in the future.

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.