From 5b6e83751b8de7f12dbe265d7ad290ef107e42ac Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 5 Feb 2018 12:37:02 +0100 Subject: [PATCH] Updated README [ci skip] --- README.md | 6 +++++- README.rst | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cda5a07..756ae60 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ django-admin-interface is a modern **responsive flat admin interface customizabl - List filter dropdown *(optional)* - `NEW` **Related modal** *(instead of the old popup window, optional)* - `NEW` **Enviroment label** *(development, testing, staging, production)* -- Style optimizations for: `django-ckeditor`, `django-modeltranslation`, `sorl-thumbnail` +- Style optimizations for: + - `django-ckeditor` + - `django-modeltranslation` + - `django-tabbed-admin` + - `sorl-thumbnail` ## Requirements - Python 2.7, 3.4, 3.5, 3.6 diff --git a/README.rst b/README.rst index 10e0fef..e94cf6b 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,11 @@ Features - List filter dropdown *(optional)* - ``NEW`` **Related modal** (instead of the old popup window, optional) - ``NEW`` **Enviroment label** (development, testing, staging, production) -- Style optimizations for: ``django-ckeditor``, ``django-modeltranslation``, ``sorl-thumbnail`` +- Style optimizations for: + - `django-ckeditor` + - `django-modeltranslation` + - `django-tabbed-admin` + - `sorl-thumbnail` Requirements ------------