Clarify relationship with jsonfield2 and django-jsonfield
See original GitHub issueThis project is published on Pypi as jsonfield
. There are other packages with similar names, all for Django, which is confusing:
The similar names are causing confusion. For example, have a look at this comment https://github.com/django-notifications/django-notifications/issues/269#issuecomment-585088457 in the project django-notifications
.
Please add to README.rst a warning pointing out the naming confusion. It also looks like Pypi packages jsonfield
and jsonfield2
are supposed to be merged now?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
JSONField reference a model like One to One within the ...
Is it possible to create a one to one relationship to a normal Django model in the JSON of a JSONField ? Example:...
Read more >Using Django's JSONField? You probably don't need it. ...
If you find yourself using JSONField in Django, you might not know that you're really using JSONB. How can this impact your application?...
Read more >jsonfield2
jsonfield2 is a reusable model field that allows you to store validated JSON, automatically handling serialization to and from the database.
Read more >python-toolbox/scripts.rb at master
... "django-json-404-middleware", "django-json-dbindex", "django-json-field", ... "django-twitter-relations-history", "django-twittersync-oauth", ...
Read more >Could not identify an equality operator for type json GROUP BY
Naming clarification: This project is released on Pypi under the name django-jsonfield. django-jsonfield: 21 stars, cross-DB support with no extended querying ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Good point. I updated the README on GitHub, but hadn’t push that to PyPI. That should be fixed now. Thanks!
Hi @Flimm. Here are the details:
jsonfield
on PyPI, but previously, the GH repository wasdjango-jsonfield
.django-jsonfield
project on PyPI.jsonfield
wasn’t actively maintained, so I created a fork calledjsonfield2
.jsonfield
, merged my fork in, and then archived my fork as it was no longer necessary.django-jsonfield
tojsonfield
to be consistent with the project name.