- Language: en
50 results for join in version 3.1
-
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 …
-
Model Meta options
- … joining the model’s “app label” – the name you used in manage.py startapp – to the model …
-
django.contrib.auth
- … joined A datetime designating when the account was created. Is set to the current date/time …
-
Translation
- … join ( words )) return HttpResponse ( output ) Translation works on variables. Again, here’s an identical example …
-
Django 1.8.3 release notes
- … join promotion for multiple Case expressions. Annotating a query with multiple Case expressions could unexpectedly …
-
Settings
- … join ([ key_prefix , str ( version ), key ]) You may use any key function you want, as long …
-
Django 1.6.3 release notes
- … join ( #21760 ). Additionally, Django’s vendored version of six, django.utils.six has been upgraded to the latest …
-
Django’s cache framework
- … joined using colons to produce a final string: def make_key ( key , key_prefix , version …
-
Django 1.7 release notes
- … joins. See #13724 for more details. pytz may be required If your project handles datetimes …