- Language: en
50 results for join in version 3.1
-
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 …
-
Localizing Django
- … Join the Django i18n mailing list and introduce yourself. Make sure you read the notes …
-
Request and response objects
- … joined together to form the content of the response. content_type is the MIME type …
-
Performing raw SQL queries
- … joining the model’s “app label” – the name you used in manage.py startapp – to the model …
-
Django’s cache framework
- … joined using colons to produce a final string: def make_key ( key , key_prefix , version …
-
Settings
- … join ([ key_prefix , str ( version ), key ]) You may use any key function you want, as long …
-
Django 1.7 release notes
- … joins. See #13724 for more details. pytz may be required If your project handles datetimes …
-
Django 1.8.2 release notes
- … join promotion for Case expressions. For example, annotating a query with a Case expression could …
-
Many-to-one relationships
- … JOIN in the query: >>> Reporter . objects . filter ( article__headline__startswith = 'This …