Aristotle-Metadata-Enterprises / django-garnett

Django Garnett is a field level translation library that allows you to store strings in multiple languages for fields in Django - with minimal changes to your models and without having to rewrite your code.
https://django-garnett.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
81 stars 3 forks source link

Depends on psycopg2 #57

Open LegoStormtroopr opened 3 years ago

LegoStormtroopr commented 3 years ago

Change:

from django.contrib.postgres.fields.jsonb import KeyTextTransform

To

from django.db.models.fields.json import KeyTextTransform