We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d9adb commit 0cfd85dCopy full SHA for 0cfd85d
docs/common_issues.rst
@@ -183,3 +183,12 @@ A few notes:
183
fields from the parent model.
184
- Updating a child instance only updates the child's history table, not the parent's
185
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