Skip to content

Commit 1f091d3

Browse files
committed
chore(workspaces): fix variable comments
It no longer matches after #19798.
1 parent a08bcca commit 1f091d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

weblate/workspaces/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ class Workspace(models.Model):
7070
*COMPONENT_MESSAGE_SETTINGS,
7171
)
7272

73-
# Name loaded with this instance; used to detect manual name edits.
73+
# Name loaded with this instance if the field is not deferred; used to detect manual name edits.
7474
workspace_original_name: str | Deferred
75-
# Name management flag loaded with this instance.
75+
# Name management flag loaded with this instance if the field is not deferred.
7676
workspace_original_name_managed: bool | Deferred
7777

7878
id = models.UUIDField(primary_key=True, default=uuid4, editable=False)

0 commit comments

Comments
 (0)