class Loader [source] Loads templates from a given source, such as the filesystem or a database
class SearchVectorField [source] If this approach becomes too slow, you can add a
num_items() [source]
model The model that this view will display data for. Specifying model = Foo is effectively the same as specifying
context_object_name Designates the name of the variable to use in the context.
encode(session_dict) Returns the given session dictionary serialized and encoded as a string. Encoding
BaseCommand.can_import_settings A boolean indicating whether the command needs to be able to import Django settings; if True
get(key, default=None) Example: fav_color = request.session.get('fav_color', 'red')
HttpResponse.delete_cookie(key, path='/', domain=None) Deletes the cookie with the given key. Fails silently if the key doesn’t
get_all_permissions(user_obj, obj=None) Returns the set of permission strings the user_obj has, including both
Page 58 of 100