File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
openedx_tagging/core/tagging Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -772,12 +772,13 @@ class ModelSystemDefinedTaxonomy(SystemDefinedTaxonomy):
772772 """
773773 Model based system taxonomy abstract class.
774774
775- This type of taxonomies has an associated Django model in `tag_class_model()`.
776- Are designed to create a Tag when an ObjectTags with a new Tag.
775+ This type of taxonomy has an associated Django model in `tag_class_model()`.
776+ They are designed to create Tags when required for new ObjectTags, to maintain
777+ their status as "closed" taxonomies.
777778 The Tags are representations of the instances of the associated model.
778779
779- On Tag.external_id stores an identifier from the instance (`pk` as default)
780- and on Tag.value stores an human readable representation of the instance
780+ Tag.external_id stores an identifier from the instance (`pk` as default)
781+ and Tag.value stores a human readable representation of the instance
781782 (e.g. `username`).
782783 The subclasses can override this behavior, to choose the right field.
783784
You can’t perform that action at this time.
0 commit comments