mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14:16 +03:00
All top level modules are included. Ready for diving into the modules and documenting/ enhancing already existing docs.
This commit is contained in:
parent
304786657a
commit
66b9bda9bf
|
@ -11,7 +11,7 @@ __all__ = (
|
|||
'BaseView',
|
||||
'ModelView',
|
||||
'InstanceModelView',
|
||||
'ListOrModelView',
|
||||
'ListModelView',
|
||||
'ListOrCreateModelView'
|
||||
)
|
||||
|
||||
|
@ -131,7 +131,3 @@ class ListModelView(ListModelMixin, ModelView):
|
|||
class ListOrCreateModelView(ListModelMixin, CreateModelMixin, ModelView):
|
||||
"""A view which provides default operations for list and create, against a model in the database."""
|
||||
pass
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -140,13 +140,17 @@ Library Reference
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
library/resource
|
||||
library/renderers
|
||||
library/parsers
|
||||
library/authentication
|
||||
library/validators
|
||||
library/compat
|
||||
library/mixins
|
||||
library/parsers
|
||||
library/permissions
|
||||
library/renderers
|
||||
library/resource
|
||||
library/response
|
||||
library/status
|
||||
library/validators
|
||||
library/views
|
||||
|
||||
Examples Reference
|
||||
------------------
|
||||
|
|
5
docs/library/compat.rst
Normal file
5
docs/library/compat.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
:mod:`compat`
|
||||
=====================
|
||||
|
||||
.. automodule:: compat
|
||||
:members:
|
5
docs/library/mixins.rst
Normal file
5
docs/library/mixins.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
:mod:`mixins`
|
||||
=====================
|
||||
|
||||
.. automodule:: mixins
|
||||
:members:
|
5
docs/library/permissions.rst
Normal file
5
docs/library/permissions.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
:mod:`permissions`
|
||||
=====================
|
||||
|
||||
.. automodule:: permissions
|
||||
:members:
|
5
docs/library/views.rst
Normal file
5
docs/library/views.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
:mod:`views`
|
||||
=====================
|
||||
|
||||
.. automodule:: views
|
||||
:members:
|
Loading…
Reference in New Issue
Block a user