Changes between Version 3 and Version 4 of NewForms


Ignore:
Timestamp:
Jan 16, 2007, 1:54:35 PM (18 years ago)
Author:
anonymous
Comment:

Don't know if Adrian is going to change Textarea to TextArea in the code. By now it's Textarea

Legend:

Unmodified
Added
Removed
Modified
  • NewForms

    v3 v4  
    1515===== !HiddenInput [http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py#L75 Unit test] =====
    1616===== !FileInput [http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py#L109 Unit test] =====
    17 ===== !TextArea [http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py#L133 Unit test] =====
     17===== !Textarea [http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py#L133 Unit test] =====
    1818===== !CheckBoxInput [http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py#L162 Unit test] =====
    1919===== Select [http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py#L215 Unit test] =====
Back to Top