1 2 3 4 | from django import forms
from django.utils.functional import curry
TextField = curry(forms.CharField, widget = forms.Textarea)
|
More like this
- Render TextField in Admin by xavierlesa 1 year, 4 months ago
- bigger textfields in admin panel by jedie 4 years, 4 months ago
- base64 encoding/decoding property for storing binary data in Django TextFields. by mp 2 years, 7 months ago
- MarkdownTextField by carljm 3 years, 6 months ago
- Replace Paragraph Tags for Flash by blackbrrr 3 years, 6 months ago
Comments