Skip to content

Commit

Permalink
Fix typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed May 26, 2021
1 parent 77d146a commit 91cd8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CHANGELOG
* ModelIndexable now extends `django.db.models.Model`; existing code
MUST be updated to avoid double-extending Model
* Default index data has been updated to use a dynamic field `item_type_s` instead of `item_type` so that basic setup does not require customizing the solr schema.
* `ModleIndexable.get_related_model` now supports ForeignKey relationships and django-taggit `TaggableManager` when identifying depencies for binding signal handlers
* `ModelIndexable.get_related_model` now supports ForeignKey relationships and django-taggit `TaggableManager` when identifying depencies for binding signal handlers

0.6.1
-----
Expand Down

0 comments on commit 91cd8d5

Please sign in to comment.