- Language: en
53 results for join in version 2.0
-
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 …
-
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 …
-
GeoDjango Tutorial
- … join ( os . path . dirname ( world . __file__ ), ... 'data' , 'TM_WORLD_BORDERS-0.3.shp' )) Now, open the world …
-
Localizing Django
- … Join the Django i18n mailing list and introduce yourself. Make sure you read the notes …
-
Writing custom model fields
- … join ([ '' . join ( l ) for l in ( value . north , value . east , value . south , value …
-
Overriding templates
- … join ( BASE_DIR , 'templates' )], 'APP_DIRS' : True , ... }, ] The TEMPLATES setting and BASE …
-
Django 1.7 release notes
- … joins. See #13724 for more details. pytz may be required If your project handles datetimes …
-
django.contrib.auth
- … joined A datetime designating when the account was created. Is set to the current date/time …