finish docstrings in models package

This commit is contained in:
collerek
2021-01-01 12:54:38 +01:00
parent c4ff69b683
commit 7a8d11b1c7
4 changed files with 298 additions and 5 deletions

View File

@ -1,3 +1,7 @@
"""
Contains set of fields/methods etc names that are used to bypass the checks in
NewBaseModel __getattribute__ calls to speed the calls.
"""
quick_access_set = {
"Config",
"Meta",