diff options
| author | Marko Tibold | 2011-12-30 01:37:32 +0100 |
|---|---|---|
| committer | Marko Tibold | 2011-12-30 01:37:32 +0100 |
| commit | 1b28339e5b733a0422c2bcd06b39e289bc98f69b (patch) | |
| tree | 9e766f4f9d9ec596bc0e2702e1bb291b90aa3a93 /examples/pygments_api/forms.py | |
| parent | 91cee26ad89c04a70f33ae334150dd127f900474 (diff) | |
| parent | a0c4dca9462c738aac3c712607997b9bd1f7b2c8 (diff) | |
| download | django-rest-framework-1b28339e5b733a0422c2bcd06b39e289bc98f69b.tar.bz2 | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'examples/pygments_api/forms.py')
| -rw-r--r-- | examples/pygments_api/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pygments_api/forms.py b/examples/pygments_api/forms.py index 8488db06..30a59a84 100644 --- a/examples/pygments_api/forms.py +++ b/examples/pygments_api/forms.py @@ -13,7 +13,7 @@ class PygmentsForm(forms.Form): code = forms.CharField(widget=forms.Textarea, label='Code Text', - max_length=1000000, + max_length=1000000, help_text='(Copy and paste the code text here.)') title = forms.CharField(required=False, help_text='(Optional)', |
