From 5471c9ed93a90147c3f83c8839694e38707acea4 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Mon, 12 Oct 2020 14:04:27 +0900 Subject: [PATCH] Add fork infor to README.rst --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 2a33fa2e640a..1972424b5538 100644 --- a/README.rst +++ b/README.rst @@ -42,3 +42,16 @@ To run Django's test suite: * Follow the instructions in the "Unit tests" section of ``docs/internals/contributing/writing-code/unit-tests.txt``, published online at https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests + +***************** +The SendBird Fork +***************** + +2.2.16 is the last minor version of upstream Django 2.2. + +2.2.16 +====== + +`Omni `_ uses this fork since beginning of the proejct. + +* Fix str decoding error when using pymysql==0.10.1 as backend (c704458)