check_test A callable that takes the value of the CheckboxInput and returns True if the checkbox should
get_transform(transform_name) Must return the lookup named transform_name. For instance, by returning self
prefix The
ModelAdmin.view_on_site Set view_on_site to control whether or not to display the “View on site” link. This link
class MakeValid(expr) New in Django 1.10.
Django’s template engine provides a powerful mini-language for defining the user-facing layer of your application, encouraging a clean separation of application and presentation
QueryDict.items() Just like the standard dictionary items() method, except this uses the same last-value logic
class Now [source] New in Django 1.9.
require_all_fields Defaults to True, in which case a required validation error will be raised if no
This topic guide describes Django’s support for interacting with multiple databases. Most of the rest of Django’s documentation assumes you are interacting with a single database
Page 62 of 100