Skip to content

Commit

Permalink
Fix typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
meshy committed May 9, 2024
1 parent 1c8b230 commit 9058002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
## Unreleased changes

- Fix some incorrect type signatures.
We were mistakenly asking for `django.db.models.Model` instead of `type[django_db.models.Model]` in:
We were mistakenly asking for `django.db.models.Model` instead of `type[django.db.models.Model]` in:
- `django_integrity.constraints.foreign_key_constraint_name`
- `django_integrity.conversion.Unique`
- `django_integrity.conversion.PrimaryKey`
Expand Down

0 comments on commit 9058002

Please sign in to comment.