Skip to content

Commit

Permalink
Update README.rst (#728)
Browse files Browse the repository at this point in the history
* Update README.rst

Fix typo

* Update README.rst

Fix readme verbiage.

* Update README.rst

---------

Co-authored-by: Jamaal Scarlett <[email protected]>
  • Loading branch information
KienTPhan and jamaalscarlett authored Jun 20, 2024
1 parent 9b3fa96 commit bfc92c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ Routes can be added one of two ways:
Update of device with duplicate registration ID
-----------------------------------------------

The DRF viewset enforce the uniqueness of the registration ID. In same use case it
may cause issue: If an already registered mobile change its user and it will
fail to register because the registration ID already exist.
The DRF viewset enforces the uniqueness of the registration ID. In some use cases it
may cause issues: If an already registered mobile device application changes its user and attempts to re-register, it will
fail to register because the registration ID already exists.

When option ``UPDATE_ON_DUPLICATE_REG_ID`` is set to True, then any creation of
device with an already existing registration ID will be transformed into an update.
Expand Down

0 comments on commit bfc92c0

Please sign in to comment.