- Language: en
44 results for list in version 1.8
-
Making queries
- … list of all the various QuerySet methods. Limiting QuerySets Use a subset of Python’s array …
-
Templates
- … list of configurations, one for each engine. The default value is empty. The settings.py generated …
-
Django’s cache framework
- … list. In this example, the cache is shared over Memcached instances running on IP address …
-
Password management in Django
- … list your preferred algorithm first in the list. The default for PASSWORD_HASHERS is: PASSWORD …
-
Models
- … list of database fields it defines. Fields are specified by class attributes. Be careful not to choose …
-
Signals
- … list ) [source] All signals are django.dispatch.Signal instances. The providing_args is a list of the names …
-
Customizing authentication in Django
- … list_display = ( 'email' , 'date_of_birth' , 'is_admin' ) list …
-
Migrations
- … list of migrations this one depends on. operations , a list of Operation classes that define …
-
Managers
- … list . append ( p ) return result_list class OpinionPoll ( models . Model ): question = models . CharField ( max_length …
-
Using the Django authentication system
- … list, view the “change” form and change an object is limited to users with the “change …