Skip to content

Commit 0cfd85d

Browse files
majdalRoss Mechanic
authored andcommitted
Update common_issues.rst (#579)
Update documentation to point out compatibility with django-modeltranslation
1 parent b1d9adb commit 0cfd85d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/common_issues.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,12 @@ A few notes:
183183
fields from the parent model.
184184
- Updating a child instance only updates the child's history table, not the parent's
185185
history table.
186+
187+
188+
Usage with django-modeltranslation
189+
----------------------------------
190+
191+
If you have ``django-modeltranslation`` installed, you will need to use the ``register()``
192+
method to model translation, as described `here`_.
193+
194+
.. _here https://github.com/treyhunner/django-simple-history/issues/209#issuecomment-181676111

0 commit comments

Comments
 (0)