- Language: en
52 results for join in version 1.8
-
Model _meta API
- … joined>, <django.db.models.fields.related.ManyToManyField: groups>, <django.db.models.fields.related.ManyToManyField: user_permissions>) # Also include hidden fields …
-
GeoDjango Tutorial
- … join ( os . path . dirname ( world . __file__ ), ... 'data' , 'TM_WORLD_BORDERS-0.3.shp' )) Now, open the world …
-
Django at a glance
- … JOINs for you behind the scenes. # This finds all articles by a reporter whose name …
-
The Django template language
- … join a list with commas and spaces you’d use {{ list|join:", " }} . Django …
-
Writing custom model fields
- … join ([ '' . join ( l ) for l in ( value . north , value . east , value . south , value …
-
Localizing Django
- … Join the Django i18n mailing list and introduce yourself. Make sure you read the notes …
-
Model Meta options
- … joining the model’s “app label” – the name you used in manage.py startapp – to the model …
-
The Django template language: for Python programmers
- … join ( BASE_DIR , 'templates' )], }] django.template.loaders.app_directories.Loader class app_directories. Loader Loads templates from Django …
-
Advanced tutorial: How to write reusable apps
- … join ( os . path . dirname ( __file__ ), 'README.rst' )) as readme : README = readme . read () # allow setup.py …
-
Django’s cache framework
- … joined using colons to produce a final string: def make_key ( key , key_prefix , version …