The models module has been splitted into many submodules as per #22.
Submodules are
auth
link
site
user
All of them have been re-exported from the parent module models, hiding the internal sub-modules layout so the rest of the code doesn't need to be changed
The
models
module has been splitted into many submodules as per #22. Submodules areAll of them have been re-exported from the parent module
models
, hiding the internal sub-modules layout so the rest of the code doesn't need to be changed