- Language: en
51 results for complex in version 1.10
-
Migrations
- … complex Django projects without the need for a full database. Workflow Working with migrations is simple …
-
Translation
- … complexity of plural forms is greater than the two forms used in English (‘object’ for the singular …
-
Writing your first Django app, part 5
- … complex interactions between components. A change in any of those components could have unexpected consequences …
-
Custom template tags and filters
- … complex than filters, because tags can do anything. Django provides a number of shortcuts that …
-
Working with forms
- … complex; an interface that pops up a date picker or allows you to move a slider …
-
Admin actions
- … complex ones, will need to return intermediate pages. For example, the built-in delete action …
-
Django 1.8 release notes
- … complex SQL expressions. This has enabled annotate to accept expressions other than aggregates. Aggregates are now able …
-
Writing your first Django app, part 1
- … complex regexes can have poor lookup performance, so you probably shouldn’t rely on the full …
-
Search
- … complex use case might require searching with weighting, categorization, highlighting, multiple languages, and so on. This …
-
Aggregation
- … complex query that involves both annotate() and filter() clauses, pay particular attention to the order …