Django

Code

Changeset 5820

Show
Ignore:
Timestamp:
08/06/07 09:17:10 (1 year ago)
Author:
russellm
Message:

Added note that FileField? and ImageField? are only in development version. There are also some minor backwards compatibility issues with the changes introduced in [5819] - see the wiki for details.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/newforms.txt

    r5819 r5820  
    714714-------------------------------- 
    715715 
     716**New in Django development version** 
     717 
    716718Dealing with forms that have ``FileField`` and ``ImageField`` fields 
    717719is a little more complicated than a normal form. 
     
    11441146~~~~~~~~~~~~~ 
    11451147 
     1148**New in Django development version** 
     1149 
    11461150    * Default widget: ``FileInput`` 
    11471151    * Empty value: ``None`` 
     
    11701174``ImageField`` 
    11711175~~~~~~~~~~~~~~ 
     1176 
     1177**New in Django development version** 
    11721178 
    11731179    * Default widget: ``FileInput``