- Language: en
56 results for join in version 2.1
-
Model Meta options
- … joining the model’s “app label” – the name you used in manage.py startapp – to the model …
-
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 …
-
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 …
-
Advanced tutorial: How to write reusable apps
- … join ( os . path . dirname ( __file__ ), 'README.rst' )) as readme : README = readme . read () # allow setup.py …
-
Model _meta API
- … joined>, <django.db.models.fields.related.ManyToManyField: groups>, <django.db.models.fields.related.ManyToManyField: user_permissions>) # Also include hidden fields …
-
Django’s cache framework
- … joined using colons to produce a final string: def make_key ( key , key_prefix , version …
-
Overriding templates
- … join ( BASE_DIR , 'templates' )], 'APP_DIRS' : True , ... }, ] The TEMPLATES setting and BASE …
-
Database access optimization
- … joins that are used. These details may help you find queries that could be rewritten …