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 a08bcca commit 1f091d3Copy full SHA for 1f091d3
1 file changed
weblate/workspaces/models.py
@@ -70,9 +70,9 @@ class Workspace(models.Model):
70
*COMPONENT_MESSAGE_SETTINGS,
71
)
72
73
- # Name loaded with this instance; used to detect manual name edits.
+ # Name loaded with this instance if the field is not deferred; used to detect manual name edits.
74
workspace_original_name: str | Deferred
75
- # Name management flag loaded with this instance.
+ # Name management flag loaded with this instance if the field is not deferred.
76
workspace_original_name_managed: bool | Deferred
77
78
id = models.UUIDField(primary_key=True, default=uuid4, editable=False)
0 commit comments