- Language: en
56 results for join in version 3.0
-
The Django admin site
- … join from django.utils.safestring import mark_safe class PersonAdmin ( admin . ModelAdmin ): readonly_fields = ( 'address_report …
-
Django 1.0.1 release notes
- … join template filter. Previously, literal strings passed to join were automatically escaped, contrary to the documented …
-
The Django template language: for Python programmers
- … join ( BASE_DIR , 'templates' )], }] You can also override 'DIRS' and specify specific directories …
-
Django Utils
- … join ( sep , format_string , args_generator ) [source] A wrapper of format_html() , for the common …
-
Django 1.6 release notes
- … join clauses for generic relations, query combining, join promotion, and join trimming fixes) Preparation for new features …
-
GEOS API
- … join_style=1 , mitre_limit=5.0 ) Same as buffer() , but allows customizing the style of the buffer …
-
The Django template language
- … join a list with commas and spaces you’d use {{ list|join:", " }} . Django …
-
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 …
-
Customizing authentication in Django
- … joins to retrieve the related data. Depending on your needs, a custom user model that …