rpkilby / jsonfield

A reusable Django model field for storing ad-hoc JSON data
MIT License
1.16k stars 271 forks source link

Document Django's built-in JSONField #260

Open adamchainz opened 3 years ago

iamsobanjaved commented 3 years ago

@adamchainz is there any implementation difference between this package and the built-in version by Django? If we migrate to that, will previously-stored data be fine for use?

adamchainz commented 3 years ago

I have no idea