- Language: en
56 results for join in version 2.1
-
The Django template language: for Python programmers
- … join ( BASE_DIR , 'templates' )], }] You can also override 'DIRS' and specify specific directories …
-
GEOS API
- … join_style=1 , mitre_limit=5.0 ) New in Django 2.1. Same as buffer() , but allows …
-
The Django admin site
- … join from django.utils.safestring import mark_safe class PersonAdmin ( admin . ModelAdmin ): readonly_fields = ( 'address_report …
-
Customizing authentication in Django
- … joins to retrieve the related data. Depending on your needs, a custom user model that …
-
Django Utils
- … join ( sep , format_string , args_generator ) [source] A wrapper of format_html() , for the common …
-
Contributing to Django
- … Join the django-users mailing list and answer questions. This mailing list has a huge …
-
Django 1.0.1 release notes
- … join template filter. Previously, literal strings passed to join were automatically escaped, contrary to the documented …
-
Localizing Django
- … Join the Django i18n mailing list and introduce yourself. Make sure you read the notes …
-
GeoDjango Tutorial
- … join ( os . path . dirname ( world . __file__ ), ... 'data' , 'TM_WORLD_BORDERS-0.3.shp' )) Now, open the world …
-
Writing custom model fields
- … join ([ '' . join ( l ) for l in ( value . north , value . east , value . south , value …