- Language: en
129 results for forms in version 1.8
-
Customizing authentication in Django
- … forms . CharField ( label = 'Password' , widget = forms . PasswordInput ) password2 = forms . CharField ( label = 'Password …
-
Writing custom model fields
- … form field class can be specified via the form_class and choices_form_class arguments …
-
Cross Site Request Forgery protection
- … form, use the csrf_token tag inside the <form> element if the form …
-
Writing your first Django app, part 4
- … form processing and cutting down our code. Write a simple form Let’s update our poll …
-
Writing your first Django app, part 2
- … form representation. Often, you’ll want to customize how the admin form looks and works …
-
Django version 0.96 release notes
- … form of constraint name, while the database itself contains constraints named in the old form …
-
Time zones
- … form > Time zone aware input in forms When you enable time zone support, Django …
-
Format localization
- … forms . Form ): product = forms . CharField () revenue = forms . DecimalField ( max_digits = 4 , decimal_places = 2 , localize …
-
Django 1.0 release notes
- … form library from django.newforms (now located simply at django.forms ), the form_for_model and form …
-
Django documentation
- … forms and the manipulation of form data. The basics: Overview | Form API | Built-in fields …