mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 11:42:54 +03:00
Merge pull request #57 from velrest/master
Fix typo in documentation for clean
This commit is contained in:
commit
60fc79e9ff
@ -165,7 +165,7 @@ class LocalizedField(HStoreField):
|
|||||||
can store in the database.
|
can store in the database.
|
||||||
|
|
||||||
For example, when all the language fields are
|
For example, when all the language fields are
|
||||||
left empty, and the field is allows to be null,
|
left empty, and the field is allowed to be null,
|
||||||
we will store None instead of empty keys.
|
we will store None instead of empty keys.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user