From 18bf7eef8d407b4e3e0e7c97fadfe100b301a826 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Sun, 25 Dec 2022 00:55:44 +0100 Subject: [PATCH] Up readme --- CHANGELOG.rst | 2 ++ README.rst | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f90511..4083361 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,6 +23,8 @@ are used for versioning (schema follows below): - Drop support for Django < 2.2. - Tested against Python 3.9, 3.10 and 3.11. - Tested against Django 3.1, 3.2, 4.0 and 4.1. +- Apply ``black``, ``isort`` and ``ruff``. +- Fix GitHub CI. 0.3.5 ----- diff --git a/README.rst b/README.rst index b3693c8..78d1259 100644 --- a/README.rst +++ b/README.rst @@ -34,8 +34,9 @@ Full documentation on `Read the docs`_. Requirements ============ -* Python 3.7, 3.8, 3.9, 3.10 or 3.11 -* Django 2.2, 3.0, 3.1, 3.2, 4.0 or 4.1 +* Python 3.7, 3.8, 3.9, 3.10 or 3.11. +* MongoDB 3.x, 4.x, 5.x. +* Django 2.2, 3.0, 3.1, 3.2, 4.0 or 4.1. Installation ============