Revision: 159
Author: eschler
Date: Fri Oct 12 01:51:27 2012
Log: Updated docs for FileField and ImageField.
http://code.google.com/p/django-modeltranslation/source/detail?r=159
Modified:
/trunk/docs/modeltranslation/modeltranslation.txt
=======================================
--- /trunk/docs/modeltranslation/modeltranslation.txt Wed Jul 25 13:08:00
2012
+++ /trunk/docs/modeltranslation/modeltranslation.txt Fri Oct 12 01:51:27
2012
@@ -134,8 +134,12 @@
``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: