- Language: en
54 results for join in version 1.10
-
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 …
-
Writing custom model fields
- … join ([ '' . join ( l ) for l in ( value . north , value . east , value . south , value …
-
Django 1.8 release notes
- … joined' ) ) . update ( last_login = None ) django.contrib.gis Support for GEOS 3.1 and GDAL 1.6 has been …
-
The Django template language
- … join a list with commas and spaces you’d use {{ list|join:", " }} . Django …
-
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 …
-
Advanced tutorial: How to write reusable apps
- … join ( os . path . dirname ( __file__ ), 'README.rst' )) as readme : README = readme . read () # allow setup.py …
-
Localizing Django
- … Join the Django i18n mailing list and introduce yourself. Make sure you read the notes …
-
The Forms API
- … join ( f . changed_data )) Accessing the fields from the form Form. fields You can access …
-
Settings
- … join ([ key_prefix , str ( version ), key ]) You may use any key function you want, as long …