mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-24 06:54:44 +00:00
Updated docs for FileField and ImageField.
This commit is contained in:
parent
abea9835a7
commit
ee4e8a4b64
1 changed files with 6 additions and 2 deletions
|
|
@ -134,8 +134,12 @@ form:
|
|||
|
||||
``Modeltranslation`` officially supports ``CharField`` and ``TextField``.
|
||||
|
||||
In most cases subclasses of these fields will work fine, too. Other fields
|
||||
aren't supported and will throw an ``ImproperlyConfigured`` exception.
|
||||
*New in 0.4*
|
||||
|
||||
Support for ``FileField`` and ``ImageField``.
|
||||
|
||||
In most cases subclasses of the supported fields will work fine, too. Other
|
||||
fields aren't supported and will throw an ``ImproperlyConfigured`` exception.
|
||||
|
||||
The list of supported fields can be extended. Just define a tuple of field
|
||||
names in your settings.py like this:
|
||||
|
|
|
|||
Loading…
Reference in a new issue