readline.add_history(line) Append line to the history buffer, as if it was the last line typed. This calls add_history()
finish_request() Actually processes the request by instantiating RequestHandlerClass and calling its handle()
BaseCommand.requires_migrations_checks New in Django 1.10.
operator.floordiv(a, b) operator.__floordiv__(a, b) Return a // b.
This document describes Django’s file access APIs for files such as those uploaded by a user. The lower level APIs are general enough that you could use them for other purposes
class urllib.request.HTTPCookieProcessor(cookiejar=None) A class to handle HTTP Cookies.
is_zero(x) Returns True if x is a zero; otherwise returns False.
findall(match, namespaces=None) Same as Element.findall(), starting at the root of the tree.
Options.get_field(field_name) [source] Returns the field instance given a name of a field
filename The name of the file that this DocTest was extracted from; or None if the filename is unknown
Page 4 of 100