mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-29 18:18:57 +03:00
LocalizedAutoSlugField should not use LocalizedForm
This commit is contained in:
@@ -38,7 +38,8 @@ class LocalizedAutoSlugField(LocalizedField):
|
||||
"""
|
||||
|
||||
defaults = {
|
||||
'form_class': LocalizedFieldForm
|
||||
'form_class': forms.CharField,
|
||||
'required': False
|
||||
}
|
||||
|
||||
defaults.update(kwargs)
|
||||
|
||||
Reference in New Issue
Block a user