Skip to content

Commit 2f1f7bb

Browse files
Update README.rst (jazzband#719)
Adds note to explain: jazzband#577
1 parent 0a1e9eb commit 2f1f7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For WNS, you need both the ``WNS_PACKAGE_SECURITY_KEY`` and the ``WNS_SECRET_KEY
102102

103103
- ``USER_MODEL``: Your user model of choice. Eg. ``myapp.User``. Defaults to ``settings.AUTH_USER_MODEL``.
104104
- ``UPDATE_ON_DUPLICATE_REG_ID``: Transform create of an existing Device (based on registration id) into a update. See below `Update of device with duplicate registration ID`_ for more details.
105-
- ``UNIQUE_REG_ID``: Forces the ``registration_id`` field on all device models to be unique.
105+
- ``UNIQUE_REG_ID``: Forces the ``registration_id`` field on all device models to be unique. NOTE: There is a current MYSQL bug that prevents the use of this setting. See: https://code.djangoproject.com/ticket/2495 and https://docs.djangoproject.com/en/2.2/ref/databases/#textfield-limitations
106106

107107
**APNS settings**
108108

0 commit comments

Comments
 (0)