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

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