- Language: en
18 results for complex in version 2.0
-
Testing in Django
- … complex task, because a Web application is made of several layers of logic – from HTTP …
-
Database instrumentation
- … complex version of the blocker could include the connection name in the error message: def blocker …
-
Pagination
- … complex example using Paginator in a view to paginate a queryset. We give both the view …
-
URL dispatcher
- … complex matching requirements, you can define your own path converters. A converter is a class …
-
Many-to-many relationships
- … complex): >>> Article . objects . exclude ( publications = p2 ) <QuerySet [<Article: Django lets …
-
Built-in class-based generic views
- … complex logic. We can also add the publisher into the context at the same time …
-
Logging
- … complex logging setup: LOGGING = { 'version' : 1 , 'disable_existing_loggers' : False , 'formatters …
-
Database access optimization
- … complex database-dependent topic that will depend on your particular application. The overhead of maintaining …