- Language: en
14 results for join in the development version
-
Aggregation
- … joins are used instead of subqueries: >>> book = Book . objects . first () >>> book …
-
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, use the field …
-
Customizing authentication in Django
- … joins to retrieve the related data. Depending on your needs, a custom user model that …
-
Serializing Django objects
- … join ( row ), dumped_object [ "model" ] def end_object ( self , obj ): dumped_object_str , model …
-
Django’s cache framework
- … joined using colons to produce a final string: def make_key ( key , key_prefix , version …
-
Translation
- … join ( words )) return HttpResponse ( output ) Translation works on variables. Again, here’s an identical example …
-
Many-to-one relationships
- … JOIN in the query: >>> Reporter . objects . filter ( article__headline__startswith = "This …
-
Database access optimization
- … joins that are used. These details may help you find queries that could be rewritten …
-
Managing files
- … join ( settings . MEDIA_ROOT , car . photo . name ) >>> # Move the file on the filesystem …