- Language: en
60 results for complex in the development version
-
Settings
- … complex configurations are available: ATOMIC_REQUESTS Default: False Set this to True to wrap each …
-
The Django admin site
- … complex layout needs, see the fieldsets option. The fields option accepts the same types of values …
-
Search
- … complex use case might require searching with weighting, categorization, highlighting, multiple languages, and so on. This …
-
Model instance reference
- … complex data types often require some modification. For example, DateField fields use a Python datetime …
-
Aggregation
- … complex query that involves both annotate() and filter() clauses, pay particular attention to the order …
-
Multiple databases
- … complex issues in order to demonstrate how routers are used. This example won’t work …
-
Django 1.8 release notes
- … complex SQL expressions. This has enabled annotate to accept expressions other than aggregates. Aggregates are now able …
-
The Django template language
- … complex than variables: Some create text in the output, some control flow by performing loops …
-
Introduction to class-based views
- … complexity for simple situations, but without them, more advanced designs would be limited. Using class …
-
Testing in Django
- … complex task, because a web application is made of several layers of logic – from HTTP …