Skip to content

Commit

Permalink
Improve v0.13.0 changelog slightly
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Haugland <tormod.haugland@gmail.com>
  • Loading branch information
tOgg1 committed Sep 3, 2024
1 parent 1b0d015 commit 2c00ce7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Version 0.13.0

* Add support for field name mappings.
* Add `use_id_suffixes_for_fk` and `use_id_suffixes_for_m2m` settings for quick addition of `_id` suffixes to foreign
keys and `_ids` for many to many fields.
* Added the options `GRAPHENE_DJANGO_CUD_USE_ID_SUFFIXES_FOR_FK` and `GRAPHENE_DJANGO_CUD_USE_ID_SUFFIXES_FOR_M2M` to
enable these settings globally.

## Version 0.12.0

Expand Down

0 comments on commit 2c00ce7

Please sign in to comment.