- Language: en
211 results for list in version 2.0
-
Form fields
- … list) Normalizes to: A list of strings. Validates that every value in the given list …
-
Sending email
- … list : A list of strings, each an email address. Each member of recipient_list will …
-
Django 1.3 release notes
- … list of profanities. The comments app has enforced this list of profanities, preventing people from …
-
The Django template language: for Python programmers
- … list ) [source] Like get_template() , except it takes a list of names and returns the first …
-
Request and response objects
- … list unless the default value provided isn’t a list. QueryDict. setlist ( key , list_ ) [source …
-
django-admin and manage.py
- … list of its available options. App names Many commands take a list of “app names …
-
Built-in class-based generic views
- … list of objects, and write code that displays a list of any object. Then the model …
-
Pagination
- … listing ( request ): contact_list = Contacts . objects . all () paginator = Paginator ( contact_list , 25 ) # Show 25 contacts …
-
Multiple object mixins
- … list of objects. Context object_list : The list of objects that this view is displaying …
-
Date-based mixins
- … list , object_list , extra_context ). date_list is the list of dates for which data …