mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Fixed #30400 -- Improved typography of user facing strings.
Thanks Claude Paroz for assistance with translations.
This commit is contained in:
parent
2b03e8e9e8
commit
42b9a23267
64 changed files with 195 additions and 195 deletions
|
@ -899,7 +899,7 @@ class StateAdminForm(forms.ModelForm):
|
|||
class Meta:
|
||||
model = State
|
||||
fields = '__all__'
|
||||
labels = {"name": "State name (from form's Meta.labels)"}
|
||||
labels = {'name': 'State name (from form’s Meta.labels)'}
|
||||
|
||||
@property
|
||||
def changed_data(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue