- Language: en
86 results for input in version 1.8
-
The Forms API
- … input type="text" name="name" value="instance" /></td></tr> <tr><th>Url:</th><td><input …
-
Form fields
- … input_date_formats argument is provided, the default input formats for DateField are used. input …
-
Formsets
- … input type="text" name="form-0-title" id="id_form …
-
Working with forms
- … input from site visitors, and then process and respond to the input. HTML forms In HTML …
-
Writing your first patch for Django
- … input widget. Before we make those changes though, we’re going to write a couple …
-
GDAL API
- … input ) Spatial reference objects are initialized on the given srs_input , which may be one of the following …
-
Creating forms from models
- … input type="text"> , you can override the field’s widget: from django.forms …
-
GEOS API
- … input , srid=None ) Parameters: geo_input – Geometry input value (string or buffer) srid ( int ) – spatial …
-
Testing tools
- … input = self . selenium . find_element_by_name ( "username" ) username_input . send_keys ( 'myuser …
-
Custom template tags and filters
- … input) – not necessarily a string. The value of the argument – this can have a default …