- Language: en
56 results for join in version 2.1
-
GEOS API
- … join_style=1 , mitre_limit=5.0 ) New in Django 2.1. Same as buffer() , but allows …
-
The Django template language: for Python programmers
- … join ( BASE_DIR , 'templates' )], }] You can also override 'DIRS' and specify specific directories …
-
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 1.0.1 release notes
- … join template filter. Previously, literal strings passed to join were automatically escaped, contrary to the documented …
-
Django 1.6 release notes
- … join clauses for generic relations, query combining, join promotion, and join trimming fixes) Preparation for new features …
-
Contributing to Django
- … Join the django-users mailing list and answer questions. This mailing list has a huge …
-
Django 1.8 release notes
- … joined' ) ) . update ( last_login = None ) django.contrib.gis Support for GEOS 3.1 and GDAL 1.6 has been …
-
Writing custom model fields
- … join ([ '' . join ( l ) for l in ( value . north , value . east , value . south , value …
-
Localizing Django
- … Join the Django i18n mailing list and introduce yourself. Make sure you read the notes …