mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-03 16:24:01 +03:00
Replace “let’s” with “lets” where grammatically correct (#9833)
This commit is contained in:
parent
f9f10e041f
commit
442444f0be
|
|
@ -3,4 +3,5 @@ assertIn
|
||||||
IAM
|
IAM
|
||||||
endcode
|
endcode
|
||||||
deque
|
deque
|
||||||
thead
|
thead
|
||||||
|
lets
|
||||||
|
|
@ -416,7 +416,7 @@ JSON Web Token is a fairly new standard which can be used for token-based authen
|
||||||
|
|
||||||
## Hawk HTTP Authentication
|
## Hawk HTTP Authentication
|
||||||
|
|
||||||
The [HawkREST][hawkrest] library builds on the [Mohawk][mohawk] library to let you work with [Hawk][hawk] signed requests and responses in your API. [Hawk][hawk] let's two parties securely communicate with each other using messages signed by a shared key. It is based on [HTTP MAC access authentication][mac] (which was based on parts of [OAuth 1.0][oauth-1.0a]).
|
The [HawkREST][hawkrest] library builds on the [Mohawk][mohawk] library to let you work with [Hawk][hawk] signed requests and responses in your API. [Hawk][hawk] lets two parties securely communicate with each other using messages signed by a shared key. It is based on [HTTP MAC access authentication][mac] (which was based on parts of [OAuth 1.0][oauth-1.0a]).
|
||||||
|
|
||||||
## HTTP Signature Authentication
|
## HTTP Signature Authentication
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -430,7 +430,7 @@ The context dictionary can be used within any serializer field logic, such as a
|
||||||
|
|
||||||
Often you'll want serializer classes that map closely to Django model definitions.
|
Often you'll want serializer classes that map closely to Django model definitions.
|
||||||
|
|
||||||
The `ModelSerializer` class provides a shortcut that let's you automatically create a `Serializer` class with fields that correspond to the Model fields.
|
The `ModelSerializer` class provides a shortcut that lets you automatically create a `Serializer` class with fields that correspond to the Model fields.
|
||||||
|
|
||||||
**The `ModelSerializer` class is the same as a regular `Serializer` class, except that**:
|
**The `ModelSerializer` class is the same as a regular `Serializer` class, except that**:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user