- Language: en
56 results for complex in version 4.0
-
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 …
-
Django 3.2 release notes
- … complex data structures. See Protecting complex data structures for more details. Also, signing.dumps() and loads …
-
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 …
-
How to create custom template tags and filters
- … complex than filters, because tags can do anything. Django provides a number of shortcuts that …
-
Aggregation
- … complex query that involves both annotate() and filter() clauses, pay particular attention to the order …
-
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 …
-
Model field reference
- … complex data type. If a tuple is not provided, or the last item is not a (lazy …