Package django :: Package oldforms
[hide private]
[frames] | no frames]

Package oldforms

source code

Classes [hide private]
  EmptyValue
This is raised when empty data is provided
  Manipulator
  FormWrapper
A wrapper linking a Manipulator to the template system.
  FormFieldWrapper
A bridge between the template system and an individual form field.
  FormFieldCollection
A utility class that gives the template access to a dict of FormFieldWrappers
  InlineObjectCollection
An object that acts like a sparse list of form field collections.
  FormField
Abstract class representing a form field.
  TextField
  PasswordField
  LargeTextField
  HiddenField
  CheckboxField
  SelectField
  NullSelectField
This SelectField converts blank fields to None
  RadioSelectField
  NullBooleanField
This SelectField provides 'Yes', 'No' and 'Unknown', mapping results to True, False or None
  SelectMultipleField
  CheckboxSelectMultipleField
This has an identical interface to SelectMultipleField, except the rendered widget is different.
  FileUploadField
  ImageUploadField
A FileUploadField that raises CriticalValidationError if the uploaded file isn't an image.
  IntegerField
  SmallIntegerField
  PositiveIntegerField
  PositiveSmallIntegerField
  FloatField
  DecimalField
  DatetimeField
A FormField that automatically converts its data to a datetime.datetime object.
  DateField
A FormField that automatically converts its data to a datetime.date object.
  TimeField
A FormField that automatically converts its data to a datetime.time object.
  EmailField
A convenience FormField for validating e-mail addresses
  URLField
A convenience FormField for validating URLs
  IPAddressField
  FilePathField
A SelectField whose choices are the files in a given directory.
  PhoneNumberField
A convenience FormField for validating phone numbers (e.g.
  USStateField
A convenience FormField for validating U.S.
  CommaSeparatedIntegerField
A convenience FormField for validating comma-separated integer fields
  RawIdAdminField
  XMLLargeTextField
A LargeTextField with an XML validator.
Variables [hide private]
  FORM_FIELD_ID_PREFIX = 'id_'

Imports: validators, PermissionDenied, escape, mark_safe, settings, ugettext, ungettext, smart_unicode, force_unicode, LegacyMaxlength