- Language: en
51 results for complex in version 1.10
-
Writing your first Django app, part 1
- … complex regexes can have poor lookup performance, so you probably shouldn’t rely on the full …
-
Django 1.8 release notes
- … complex SQL expressions. This has enabled annotate to accept expressions other than aggregates. Aggregates are now able …
-
Multiple databases
- … complex issues in order to demonstrate how routers are used. This example won’t work …
-
Aggregation
- … complex query that involves both annotate() and filter() clauses, pay particular attention to the order …
-
Django documentation contents
- … Complex PDFs Other formats Managing static files (e.g. images, JavaScript, CSS) Configuring static files Serving …
-
Forms
- … complex built-in Field classes Fields which handle relationships Creating custom fields Model Form Functions …
-
Pagination
- … complex example using Paginator in a view to paginate a queryset. We give both the view …
-
Settings
- … complex configurations are available: ATOMIC_REQUESTS Default: False Set this to True to wrap each …
-
GDAL API
- … complex data sources, including databases, that may be accessed by passing a special name string …
-
Logging
- … complex logging setup: LOGGING = { 'version' : 1 , 'disable_existing_loggers' : False , 'formatters …