- Language: en
53 results for join in version 1.11
-
Advanced tutorial: How to write reusable apps
- … join ( os . path . dirname ( __file__ ), 'README.rst' )) as readme : README = readme . read () # allow setup.py …
-
The Forms API
- … join ( f . changed_data )) Accessing the fields from the form Form. fields You can access …
-
Django’s cache framework
- … joined using colons to produce a final string: def make_key ( key , key_prefix , version …
-
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 …
-
Model Meta options
- … joining the model’s “app label” – the name you used in manage.py startapp – to the model …
-
The Django template language
- … join a list with commas and spaces you’d use {{ list|join:", " }} . Django …
-
Admin actions
- … join ( selected ))) As you can see, the action is the simple part; all the complex …
-
Design philosophies
- … Joins should be performed automatically, behind the scenes, when necessary. Every object should be able …
-
Django 1.9 release notes
- … join() , or mark_safe() when constructing the method’s return value instead. The enclosure keyword …