GithubHelp home page GithubHelp logo

Comments (8)

paltman avatar paltman commented on June 26, 2024

@brosner what do you think about this?

from pinax-eventlog.

paltman avatar paltman commented on June 26, 2024

@brosner bump. i wonder if we could make the 2 or 3 different json field packages optional so people could use whatever they are already using. jsonfield and django-jsonfield share the same namespace, I think. Then there is django-json-field which has the same field name just a different package name.

from pinax-eventlog.

dmr avatar dmr commented on June 26, 2024

The only solution I found to this problem btw is:

  1. install my all dependencies (setup.py or requirements.txt)
  2. uninstall both
  3. install the package I want again:
pip uninstall -y jsonfield django-jsonfield
pip install jsonfield

This "solution" is bad for countless reasons but I don't know a better way. Do you?

from pinax-eventlog.

dmr avatar dmr commented on June 26, 2024

"jsonfield" is now django 1.7 compatible (https://pypi.python.org/pypi/jsonfield Version 1.0.0) --> Why does eventlog use django-jsonfield and not jsonfield?

from pinax-eventlog.

ossanna16 avatar ossanna16 commented on June 26, 2024

Any further discussion on this?

from pinax-eventlog.

rizumu avatar rizumu commented on June 26, 2024

@paltman Since Django 1.9 now has a built in jsonfield, that should be used going forward. Probably we should close this issue and begin updating any apps to use the 1.9 built-in with a ported fallback for < 1.9?

from pinax-eventlog.

aijogja avatar aijogja commented on June 26, 2024

Related to jsonfield. How to use query filter by jsonfield?
I need to query log data that extra field contains "title":"ADDED". Is it possible?

Thanks

from pinax-eventlog.

paltman avatar paltman commented on June 26, 2024

eventlog is now using jsonfield

from pinax-eventlog.

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.