- Language: en
27 results for help in version 1.10
-
URL dispatcher
- … help/' , include ( 'apps.help.urls' )), url ( r '^credit/' , include ( extra_patterns )), ] In this …
-
How to use sessions
- … helpful), writing a decoder that can reliably get back the same thing that you put in is more …
-
Serializing Django objects
- … helpful. It is for these reasons that Django provides natural keys . A natural key is a tuple …
-
Signals
- … helps allow decoupled applications get notified when actions occur elsewhere in the framework. In a nutshell …
-
Formsets
- … help with ordering of forms in formsets and deletion of forms from a formset. can_order …
-
Aggregation
- … help: >>> q = Book . objects . annotate ( Count ( 'authors' , distinct = True ), Count …
-
Internationalization and localization
- … help us to handle a common language: locale name A locale name, either a language …
-
Pagination
- … help you manage paginated data – that is, data that’s split across several pages, with …
-
Form handling with class-based views
- … help avoid this, Django provides a collection of generic class-based views for form processing …
-
Search
- … help with this process. PostgreSQL support PostgreSQL has its own full text search implementation built …