TextField

1
2
3
4
from django import forms
from django.utils.functional import curry

TextField = curry(forms.CharField, widget = forms.Textarea)

More like this

  1. Render TextField in Admin by xavierlesa 1 year, 4 months ago
  2. bigger textfields in admin panel by jedie 4 years, 4 months ago
  3. base64 encoding/decoding property for storing binary data in Django TextFields. by mp 2 years, 7 months ago
  4. MarkdownTextField by carljm 3 years, 6 months ago
  5. Replace Paragraph Tags for Flash by blackbrrr 3 years, 6 months ago

Comments

(Forgotten your password?)