- Language: en
56 results for join in version 2.1
-
The Forms API
- … join ( f . changed_data )) Accessing the fields from the form Form. fields You can access …
-
GeoDjango Tutorial
- … join ( os . path . dirname ( world . __file__ ), ... 'data' , 'TM_WORLD_BORDERS-0.3.shp' )) Now, open the world …
-
Writing custom model fields
- … join ([ '' . join ( l ) for l in ( value . north , value . east , value . south , value …
-
Django at a glance
- … JOINs for you behind the scenes. # This finds all articles by a reporter whose name …
-
Model Meta options
- … joining the model’s “app label” – the name you used in manage.py startapp – to the model …
-
Django 1.8 release notes
- … joined' ) ) . update ( last_login = None ) django.contrib.gis Support for GEOS 3.1 and GDAL 1.6 has been …
-
Django’s cache framework
- … joined using colons to produce a final string: def make_key ( key , key_prefix , version …
-
Model _meta API
- … joined>, <django.db.models.fields.related.ManyToManyField: groups>, <django.db.models.fields.related.ManyToManyField: user_permissions>) # Also include hidden fields …
-
Third-party distributions of Django
- … join the django-developers mailing list and introduce yourself. We also encourage all distributors to subscribe …
-
Django 1.8.3 release notes
- … join promotion for multiple Case expressions. Annotating a query with multiple Case expressions could unexpectedly …