- Language: en
56 results for complex in version 3.2
-
Built-in template tags and filters
- … Complex expressions All of the above can be combined to form complex expressions. For such …
-
The syndication feed framework
- … complex example The framework also supports more complex feeds, via arguments. For example, a website …
-
Making queries
- … Complex lookups with Q objects Keyword argument queries – in filter() , etc. – are “AND”ed together …
-
Using mixins with class-based views
- … complex Generally you can use TemplateResponseMixin and SingleObjectMixin when you need their functionality. As shown …
-
Cryptographic signing
- … complex data structures for more details. If the signature or value have been altered in any way, a django.core.signing.BadSignature …
-
Form fields
- … complex regular expression. Error message keys: required , invalid Has three optional arguments max_length , min_length …
-
QuerySet API reference
- … complex queries (for example, queries with OR statements), you can use Q objects ( *args ). exclude …
-
Writing custom model fields
- … complex Python object that can somehow be serialized to fit into a standard database column …
-
Migrations
- … complex Django projects without the need for a full database. Workflow Django can create migrations …
-
Query Expressions
- … complex computations. Supported arithmetic Django supports negation, addition, subtraction, multiplication, division, modulo arithmetic, and the power …