diff options
| author | tom christie tom@tomchristie.com | 2011-01-23 23:08:44 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-01-23 23:08:44 +0000 |
| commit | e95198a1c0b206bd3b565bb62d167ada71595099 (patch) | |
| tree | 65dc7f469b28f09783b732862ab9822b8528f10d /src/testapp/forms.py | |
| parent | 4100242fa2395bef8db0c5ffbab6f5d0cf95301d (diff) | |
| download | django-rest-framework-e95198a1c0b206bd3b565bb62d167ada71595099.tar.bz2 | |
Sphinx docs, examples, lots of refactoring
Diffstat (limited to 'src/testapp/forms.py')
| -rw-r--r-- | src/testapp/forms.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/testapp/forms.py b/src/testapp/forms.py deleted file mode 100644 index b86d8a5f..00000000 --- a/src/testapp/forms.py +++ /dev/null @@ -1,7 +0,0 @@ -from django import forms - -class ExampleForm(forms.Form): - title = forms.CharField(max_length=100) - message = forms.CharField() - sender = forms.EmailField() - valid = forms.BooleanField(required=False) |
