From 4748dee38cf104097b40ddaaf94acfb44c0756ad Mon Sep 17 00:00:00 2001 From: folt Date: Fri, 11 Dec 2020 17:22:03 +0300 Subject: [PATCH 1/8] #898 Added the ability to customize classes for django admin --- AUTHORS | 1 + CHANGELOG.md | 4 +++- docs/settings.rst | 24 ++++++++++++++++++++ oauth2_provider/admin.py | 43 +++++++++++++++++++++++------------ oauth2_provider/models.py | 24 ++++++++++++++++++++ oauth2_provider/settings.py | 28 ++++++++++++++--------- tests/test_settings.py | 45 +++++++++++++++++++++++++++++++++++++ 7 files changed, 143 insertions(+), 26 deletions(-) create mode 100644 tests/test_settings.py diff --git a/AUTHORS b/AUTHORS index 4f9cd850b..7e03b37ed 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,6 +9,7 @@ Contributors Abhishek Patel Alessandro De Angelis +Aleksander Vaskevich Alan Crosswell Anvesh Agarwal Asif Saif Uddin diff --git a/CHANGELOG.md b/CHANGELOG.md index b10ebfe30..1cb02280a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -