- Language: en
56 results for complex in version 3.2
-
The Django admin site
- … complex layout needs, see the fieldsets option. The fields option accepts the same types of values …
-
Model field reference
- … complex data type. If a tuple is not provided, or the last item is not a (lazy …
-
Model instance reference
- … complex data types often require some modification. For example, DateField fields use a Python datetime …
-
Custom Lookups
- … complex type (for example a point relative to an origin, or a complex number) then …
-
Search
- … complex use case might require searching with weighting, categorization, highlighting, multiple languages, and so on. This …
-
The “sites” framework
- … complex. It’s a good idea to exploit the Site objects as much as possible …
-
Many-to-many relationships
- … complex): >>> Article . objects . exclude ( publications = p2 ) <QuerySet [<Article: Django lets …
-
GDAL API
- … complex data sources, including databases, that may be accessed by passing a special name string …
-
Validators
- … complex or configurable validators. RegexValidator , for example, uses this technique. If a class-based validator …
-
Coding style
- … complex cases: # Allowed f 'hello { user } ' f 'hello { user . name } ' f 'hello …