mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Add validators page
This commit is contained in:
parent
f13c0ebe69
commit
4ed0ae82e3
|
@ -172,7 +172,7 @@ The API guide is your complete reference manual to all the functionality provide
|
||||||
* [Serializers][serializers]
|
* [Serializers][serializers]
|
||||||
* [Serializer fields][fields]
|
* [Serializer fields][fields]
|
||||||
* [Serializer relations][relations]
|
* [Serializer relations][relations]
|
||||||
<!--* [Validators][validators]-->
|
* [Validators][validators]
|
||||||
* [Authentication][authentication]
|
* [Authentication][authentication]
|
||||||
* [Permissions][permissions]
|
* [Permissions][permissions]
|
||||||
* [Throttling][throttling]
|
* [Throttling][throttling]
|
||||||
|
@ -294,7 +294,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
[serializers]: api-guide/serializers.md
|
[serializers]: api-guide/serializers.md
|
||||||
[fields]: api-guide/fields.md
|
[fields]: api-guide/fields.md
|
||||||
[relations]: api-guide/relations.md
|
[relations]: api-guide/relations.md
|
||||||
[validation]: api-guide/validation.md
|
[validators]: api-guide/validators.md
|
||||||
[authentication]: api-guide/authentication.md
|
[authentication]: api-guide/authentication.md
|
||||||
[permissions]: api-guide/permissions.md
|
[permissions]: api-guide/permissions.md
|
||||||
[throttling]: api-guide/throttling.md
|
[throttling]: api-guide/throttling.md
|
||||||
|
|
|
@ -26,7 +26,7 @@ pages:
|
||||||
- ['api-guide/serializers.md', 'API Guide', 'Serializers']
|
- ['api-guide/serializers.md', 'API Guide', 'Serializers']
|
||||||
- ['api-guide/fields.md', 'API Guide', 'Serializer fields']
|
- ['api-guide/fields.md', 'API Guide', 'Serializer fields']
|
||||||
- ['api-guide/relations.md', 'API Guide', 'Serializer relations']
|
- ['api-guide/relations.md', 'API Guide', 'Serializer relations']
|
||||||
# - ['api-guide/validators.md', 'API Guide', 'Validators']
|
- ['api-guide/validators.md', 'API Guide', 'Validators']
|
||||||
- ['api-guide/authentication.md', 'API Guide', 'Authentication']
|
- ['api-guide/authentication.md', 'API Guide', 'Authentication']
|
||||||
- ['api-guide/permissions.md', 'API Guide', 'Permissions']
|
- ['api-guide/permissions.md', 'API Guide', 'Permissions']
|
||||||
- ['api-guide/throttling.md', 'API Guide', 'Throttling']
|
- ['api-guide/throttling.md', 'API Guide', 'Throttling']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user