- Language: en
52 results for join in version 1.8
-
Writing your first patch for Django
- … join +from django.utils.html import escape, format_html, format_html_join, smart_urlquote from django.utils.text import …
-
Model field reference
- … joins, or if you will be creating an alternative index like a partial or multiple …
-
Django 1.6 release notes
- … join clauses for generic relations, query combining, join promotion, and join trimming fixes) Preparation for new features …
-
Customizing authentication in Django
- … joins to retrieve the related data, and depending on your needs substituting the User model …
-
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 …
-
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 …
-
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 …