django-jsonfallback icon indicating copy to clipboard operation
django-jsonfallback copied to clipboard

Use PostgreSQL's and MySQL's JSONField, but fall back to a TextField implementation on other databases

Results 2 django-jsonfallback issues
Sort by recently updated
recently updated
newest added

When using a Postgresql with Postgis extensions, the driver used is a wrapper around the postgres one to handle postgis extensions. Unfortunately, the driver name does not contains '.postgresql' in...

Probably worth putting a try/except around optional requirements. Or is this exception comming from Django itself? I don't have Psycopg2 installed on my dev system, if possible I shouldn't need...