- Language: en
65 results for map in version 2.0
-
Writing your first Django app, part 3
- … maps URL patterns to views. This tutorial provides basic instruction in the use of URLconfs …
-
Django 1.4 release notes
- … maps. We’ve removed the caching, so each request to a site map now creates …
-
The Django template language: for Python programmers
- … mapping variable names to variable values. For details, see Playing with Context objects below. Template …
-
GeoDjango Management Commands
- … mapping Automatically generate a mapping dictionary for use with LayerMapping . --multi-geom When generating the geometry …
-
Creating forms from models
- … map closely to Django models. For instance, you might have a BlogComment model, and you want …
-
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 …
-
Django 1.11 release notes
- … Maps API and seems to be unmaintained. If you’re using it, let us know …
-
Django at a glance
- … mapping between URL patterns and Python callback functions. URLconfs also serve to decouple URLs from …
-
The messages framework
- … mapping of the message level names to their numeric value: { % if messages % } < ul class …