- Language: en
16 results for complex in version 1.11
-
Introduction to class-based views
- … complexity for simple situations, but without them, more advanced designs would be limited. Using class …
-
Pagination
- … complex example using Paginator in a view to paginate a queryset. We give both the view …
-
Many-to-many relationships
- … complex): >>> Article . objects . exclude ( publications = p2 ) <QuerySet [<Article: Django lets …
-
Testing in Django
- … complex task, because a Web application is made of several layers of logic – from HTTP …
-
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 …