Skip to content

Commit

Permalink
Merge 1f06f49 into bce5b6b
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsysimon committed Mar 10, 2021
2 parents bce5b6b + 1f06f49 commit a097f01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/modeltranslation/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ in ``settings.py``.
All translated models (as specified in the translation files) from all apps will be
populated with initial data.

Optionally, an app label and model name may be passed to populate only a subset
of translated models.

.. code-block:: console
$ python manage.py update_translation_fields myapp
.. code-block:: console
$ python manage.py update_translation_fields myapp mymodel
.. _commands-sync_translation_fields:

Expand Down

0 comments on commit a097f01

Please sign in to comment.