Closed Flambe closed 6 years ago
Hi @Flambe, could you rebase your PR to master branch?
We going to release 2.0 soon but before that we need to organize some things, like dropping old branches.
@gmsantos Should be good now. StyleCI is failing on docs I haven't touched, but I can fix if you want me too. Or not, I need more practice with rebasing.
@Flambe dont worry, we can squash before merge :D
note: how mongo authentication are handled in that case
It's hard to test this feature, for example, how do we handle database authentications per models? @Flambe Do you still want this feature, or I can close the PR?
@diegofelix It's not needed by me any more, feel free to close it!
We use multiple databases in our Mongo set up. This pull request allows the database to be set on a per model basis. If no database is set, it falls back to the default as to not break backwards compatibility.
Requires PR60 from mongolid