- Language: en
9 results for join in version 1.10
-
Aggregation
- … joins are used instead of subqueries: >>> book = Book . objects . first () >>> book …
-
Translation
- … Joining strings: string_concat() Standard Python string joins ( ''.join([...]) ) will not work on lists containing …
-
Models
- … joined the group. For these situations, Django allows you to specify the model that will …
-
Making queries
- … JOIN s for you automatically, behind the scenes. To span a relationship, just use the field …
-
Customizing authentication in Django
- … joins to retrieve the related data. Depending on your needs, a custom user model that …
-
Django’s cache framework
- … joined using colons to produce a final string: def make_key ( key , key_prefix , version …
-
Many-to-one relationships
- … JOIN in the query: >>> Reporter . objects . filter ( article__headline__startswith = 'This …
-
Performing raw SQL queries
- … joining the model’s “app label” – the name you used in manage.py startapp – to the model …
-
Migrations
- … joined. While editing migration dependencies, you can inadvertently create an inconsistent history state where a migration …