finish docstrings in models package
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user