jsonfield icon indicating copy to clipboard operation
jsonfield copied to clipboard

A reusable Django model field for storing ad-hoc JSON data

Results 14 jsonfield issues
Sort by recently updated
recently updated
newest added

Hey! Considering the advice to eventually use Django's builtin `JSONField`: > If you're an end user of PostgreSQL and want full-featured JSON support, then it is recommended that you use...

I was testing some PR that you have for jsonfield https://github.com/rpkilby/jsonfield/pull/262 This fixes the warnings and the name of a file that causes the circle ci test to fail. https://github.com/rpkilby/jsonfield/pull/261...

Django has warnings in asyncio that are also captured in the tests. Filter warnings from django.utils.asyncio module. This was fixed in Django but not yet released : https://github.com/django/django/commit/623c8cd8f41a99f22d39b264f7eaf7244417000b . Fedora...

There is a small typo in README.rst. Should read `explicitly` rather than `explicity`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

I was trying to save a big json object but i couldn't accomplish it since this field generate a Long type field on my Oracle DB. there is a solution...

JSONCharFormField was removed in v3.0.0. Is there any alternative for that?

Hi, Thanks for the great library, I'm using this since 2015. I'm suggesting to change the JSON praser to simdjson (https://github.com/simdjson/simdjson) as it is much faster (based on stats on...

I have a model whose fields all populate the `help_text` kwarg. All `help_text` values appear in the API browser/Browsable API except those of type `JSONField`. It seems this kwarg is...