- Language: en
60 results for complex in version 5.1
-
Writing your first Django app, part 5
- … complex interactions between components. A change in any of those components could have unexpected consequences …
-
Translation
- … complexity of plural forms is greater than the two forms used in English (‘object’ for the singular …
-
Model field reference
- … complex data type. If a tuple is not provided, or the last item is not a (lazy …
-
How to create 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 3.2 release notes
- … complex data structures. See Protecting complex data structures for more details. Also, signing.dumps() and loads …
-
Aggregation
- … complex query that involves both annotate() and filter() clauses, pay particular attention to the order …
-
Customizing authentication in Django
- … complex, since it affects foreign keys and many-to-many relationships, for example. This change …
-
Settings
- … complex configurations are available: ATOMIC_REQUESTS Default: False Set this to True to wrap each …