- Language: en
60 results for complex in version 5.1
-
Customizing authentication in Django
- … complex, since it affects foreign keys and many-to-many relationships, for example. This change …
-
The Django template language
- … complex than variables: Some create text in the output, some control flow by performing loops …
-
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 …
-
Django 1.8 release notes
- … complex SQL expressions. This has enabled annotate to accept expressions other than aggregates. Aggregates are now able …
-
Aggregation
- … complex query that involves both annotate() and filter() clauses, pay particular attention to the order …
-
The Django admin site
- … complex layout needs, see the fieldsets option. The fields option accepts the same types of values …
-
How to write custom lookups
- … complex type (for example a point relative to an origin, or a complex number) then …
-
Django 3.2.22 release notes
- … complexity, so when given a very long, potentially malformed HTML input, the evaluation would still …
-
Database instrumentation
- … complex version of the blocker could include the connection name in the error message: def blocker …