- Language: en
150 results for forms in version 2.0
-
Form fields
- … forms . Form ): ... age = forms . IntegerField () ... nationality = forms . CharField () ... captcha_answer = forms . IntegerField ( label = '2 + 2' , label …
-
Model Form Functions
- … Form Functions Model Form API reference. For introductory material about model forms, see the Creating …
-
How is Django Formed?
- … Formed? This document explains how to release Django. Please, keep these instructions up-to-date …
-
Formsets
- … form-TOTAL_FORMS , form-INITIAL_FORMS and form-MAX_NUM_FORMS ) that was required in the formset …
-
Django 1.6 release notes
- … form widgets GeoDjango now provides form fields and widgets for its geo-specialized fields. They …
-
Django 1.8 release notes
- … form. django.views.generic.edit.FormMixin.get_form() ’s form_class argument FormMixin subclasses that override the get_form() method …
-
Django 1.7 release notes
- … Form error handling Form.add_error() Previously there were two main patterns for handling errors in forms …
-
Django 1.4 release notes
- … form field names in the main admin forms, stacked inline forms and tabular inline cells …
-
Django 2.0 release notes
- … form: from django.contrib.auth.forms import UserChangeForm class MyUserChangeForm ( UserChangeForm ): last_name = forms . CharField ( max_length = 30 , required …
-
Django 1.5 release notes
- … forms The cleaned_data dictionary is now always present after form validation. When the form …