- Language: en
18 results for complex in version 3.0
-
Many-to-many relationships
- … complex): >>> Article . objects . exclude ( publications = p2 ) <QuerySet [<Article: Django lets …
-
Logging
- … complex logging setup: settings.py LOGGING = { 'version' : 1 , 'disable_existing_loggers' : False …
-
Customizing authentication in Django
- … complex database queries to retrieve related models. On the other hand, it may be more …
-
URL dispatcher
- … complex matching requirements, you can define your own path converters. A converter is a class …
-
Built-in class-based generic views
- … complex logic. We can also add the publisher into the context at the same time …
-
Testing in Django
- … complex task, because a Web application is made of several layers of logic – from HTTP …
-
Introduction to class-based views
- … complexity for simple situations, but without them, more advanced designs would be limited. Using class …
-
Database instrumentation
- … complex version of the blocker could include the connection name in the error message: def blocker …