- Language: en
129 results for forms in version 1.8
-
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 1.5 release notes
- … forms The cleaned_data dictionary is now always present after form validation. When the form …
-
Using the Django authentication system
- … form = PasswordChangeForm ( user = request . user , data = request . POST ) if form . is_valid (): form . save () update …
-
Introduction to class-based views
- … form' : form }) def post ( self , request , * args , ** kwargs ): form = self . form_class ( request . POST …