mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 12:17:24 +03:00
11 lines
496 B
Markdown
11 lines
496 B
Markdown
|
<a class="github" href="mixins.py"></a>
|
|||
|
<a class="github" href="generics.py"></a>
|
|||
|
|
|||
|
# Generic views
|
|||
|
|
|||
|
> Django’s generic views... were developed as a shortcut for common usage patterns... They take certain common idioms and patterns found in view development and abstract them so that you can quickly write common views of data without having to repeat yourself.
|
|||
|
>
|
|||
|
> — [Django Documentation][cite]
|
|||
|
|
|||
|
[cite]: https://docs.djangoproject.com/en/dev/ref/class-based-views/#base-vs-generic-views
|