- Author:
- simon
- Posted:
- May 12, 2009
- Language:
- Python
- Version:
- 1.0
- Tags:
- forms textfield
- Score:
- 5 (after 5 ratings)
Alex Gaynor presented this idiom at EuroDjangoCon 2009.
1 2 3 4 | from django import forms
from django.utils.functional import curry
TextField = curry(forms.CharField, widget = forms.Textarea)
|
More like this
- Automatically setup raw_id_fields ForeignKey & OneToOneField by agusmakmun 8 months, 1 week ago
- Crispy Form by sourabhsinha396 9 months ago
- ReadOnlySelect by mkoistinen 9 months, 2 weeks ago
- Verify events sent to your webhook endpoints by santos22 10 months, 1 week ago
- Django Language Middleware by agusmakmun 10 months, 3 weeks ago
Comments
Please login first before commenting.