---
title: "API Reference"
version: 2.0
locale: en
source: https://docs.djangoproject.com/en/2.0/ref/
canonical: https://djangodocs.dev/en/2.0/ref/
---
# API Reference

- [Applications](/en/2.0/ref/applications/)
- [System check framework](/en/2.0/ref/checks/)
- [Built-in class-based views API](/en/2.0/ref/class-based-views/)
- [Clickjacking Protection](/en/2.0/ref/clickjacking/)
- [`contrib` packages](/en/2.0/ref/contrib/)
- [Cross Site Request Forgery protection](/en/2.0/ref/csrf/)
- [Databases](/en/2.0/ref/databases/)
- [`django-admin` and `manage.py`](/en/2.0/ref/django-admin/)
- [Running management commands from your code](/en/2.0/ref/django-admin/#running-management-commands-from-your-code)
- [Django Exceptions](/en/2.0/ref/exceptions/)
- [File handling](/en/2.0/ref/files/)
- [Forms](/en/2.0/ref/forms/)
- [Middleware](/en/2.0/ref/middleware/)
- [Migration Operations](/en/2.0/ref/migration-operations/)
- [Models](/en/2.0/ref/models/)
- [Request and response objects](/en/2.0/ref/request-response/)
- [`SchemaEditor`](/en/2.0/ref/schema-editor/)
- [Settings](/en/2.0/ref/settings/)
- [Signals](/en/2.0/ref/signals/)
- [Templates](/en/2.0/ref/templates/)
- [`TemplateResponse` and `SimpleTemplateResponse`](/en/2.0/ref/template-response/)
- [Unicode data](/en/2.0/ref/unicode/)
- [`django.urls` utility functions](/en/2.0/ref/urlresolvers/)
- [`django.urls` functions for use in URLconfs](/en/2.0/ref/urls/)
- [`django.conf.urls` functions for use in URLconfs](/en/2.0/ref/urls/#module-django.conf.urls)
- [Django Utils](/en/2.0/ref/utils/)
- [Validators](/en/2.0/ref/validators/)
- [Built-in Views](/en/2.0/ref/views/)
