- Language: en
60 results for complex in version 5.0
-
How to write custom lookups
- … complex type (for example a point relative to an origin, or a complex number) then …
-
The Django admin site
- … complex layout needs, see the fieldsets option. The fields option accepts the same types of values …
-
Model instance reference
- … complex data types often require some modification. For example, DateField fields use a Python datetime …
-
The “sites” framework
- … complex. It’s a good idea to exploit the Site objects as much as possible …
-
Django 1.8 release notes
- … complex SQL expressions. This has enabled annotate to accept expressions other than aggregates. Aggregates are now able …
-
The Django template language
- … complex than variables: Some create text in the output, some control flow by performing loops …
-
GDAL API
- … complex data sources, including databases, that may be accessed by passing a special name string …
-
Models
- … complex model hierarchies, which (as per the advice above) you should try to avoid. Organizing …
-
Writing your first Django app, part 7
- … complex and doesn’t need custom admin templates. But if it grew more sophisticated and required …
-
Testing in Django
- … complex task, because a web application is made of several layers of logic – from HTTP …