Skip to content

Commit

Permalink
Add documentation for #120 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbip committed Feb 12, 2024
1 parent d6dc825 commit be2a1b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CHANGELOG

- Drop support for Python < 3.7 / Django < 3.2
- Remove jsonfield dependency in favor of django.db.models.JSONField
WARNING : This can break your migration. jsonfield used to create a text column for your json data when running 'makemigrations'. However, django.db.models.JSONField creates a json column using database-backend specific column types (ie jsonb on postgresql). As such your model field that used to be a text column is now a jsonb column.

3.2.1 (2022-02-21)
==================
Expand Down

0 comments on commit be2a1b5

Please sign in to comment.