- Language: en
51 results for complex in version 1.11
-
Query Expressions
- … complex computations. Supported arithmetic Django supports addition, subtraction, multiplication, division, modulo arithmetic, and the power …
-
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 …
-
Admin actions
- … complex ones, will need to return intermediate pages. For example, the built-in delete action …
-
Working with forms
- … complex; an interface that pops up a date picker or allows you to move a slider …
-
Search
- … complex use case might require searching with weighting, categorization, highlighting, multiple languages, and so on. This …
-
Django 1.8 release notes
- … complex SQL expressions. This has enabled annotate to accept expressions other than aggregates. Aggregates are now able …
-
The “sites” framework
- … complex. It’s a good idea to exploit the Site objects as much as possible …
-
Writing your first Django app, part 1
- … complex regexes can have poor lookup performance, so you probably shouldn’t rely on the full …