- Language: en
64 results for complex in the development version
-
Django 1.8 release notes
- … complex SQL expressions. This has enabled annotate to accept expressions other than aggregates. Aggregates are now able …
-
Settings
- … complex configurations are available: ATOMIC_REQUESTS Default: False Set this to True to wrap each …
-
How to write custom lookups
- … complex type (for example a point relative to an origin, or a complex number) then …
-
The “sites” framework
- … complex. It’s a good idea to exploit the Site objects as much as possible …
-
Search
- … complex use case might require searching with weighting, categorization, highlighting, multiple languages, and so on. This …
-
The Django template language
- … complex than variables: Some create text in the output, some control flow by performing loops …
-
Multiple databases
- … complex issues in order to demonstrate how routers are used. This example won’t work …
-
The Django admin site
- … complex layout needs, see the fieldsets option. The fields option accepts the same types of values …
-
Security in Django
- … complex policy behaviors may vary across browsers. Test your policy across the environments you intend …
-
Logging
- … complex logging setup: settings.py LOGGING = { "version" : 1 , "disable_existing_loggers" : False …