- Language: en
63 results for map in version 1.11
-
GeoDjango Model API
- … maps, Web maps) are not. Most people are familiar with using latitude and longitude to reference …
-
The Django template language: for Python programmers
- … mapping variable names to variable values. For details, see Playing with Context objects below. Template …
-
Testing tools
- … mapping valid inputs to their expected cleaned values. invalid – a dictionary mapping invalid inputs to one or more …
-
The Forms API
- … maps fields to their original ValidationError instances. >>> f . errors . as_data () {'sender …
-
The sitemap framework
- … maps a short section label (e.g., blog or news ) to its Sitemap class (e.g., BlogSitemap …
-
Creating forms from models
- … map closely to Django models. For instance, you might have a BlogComment model, and you want …
-
Django 1.4 release notes
- … maps. We’ve removed the caching, so each request to a site map now creates …
-
Serializing Django objects
- … mappings with the keys “pk”, “model” and “fields”. Each field is again a mapping with …
-
Writing your first Django app, part 3
- … maps URL patterns (described as regular expressions) to views. This tutorial provides basic instruction in the use of URLconfs …
-
Django Exceptions
- … map fields to their respective list of errors. URL Resolver exceptions URL Resolver exceptions are defined …