This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tschaume
force-pushed
the
register_class
branch
from
December 11, 2019 23:46
9a3b1cc
to
43ee692
Compare
tschaume
force-pushed
the
register_class
branch
3 times, most recently
from
September 21, 2020 23:20
c655864
to
0f040c2
Compare
tschaume
force-pushed
the
register_class
branch
from
October 1, 2020 05:23
4bd5b2a
to
ec5ae47
Compare
tschaume
force-pushed
the
register_class
branch
4 times, most recently
from
December 23, 2020 22:47
9c798f9
to
091b3bc
Compare
much faster serialization! :)
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.10.1 to 3.11.0. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@3.10.1...3.11.0) Signed-off-by: dependabot[bot] <[email protected]>
Bump flask-mongoengine from 0.9.5 to 1.0.0 Bumps [flask-mongoengine](https://github.com/mongoengine/flask-mongoengine) from 0.9.5 to 1.0.0. - [Release notes](https://github.com/mongoengine/flask-mongoengine/releases) - [Changelog](https://github.com/MongoEngine/flask-mongoengine/blob/master/docs/changelog.rst) - [Commits](MongoEngine/flask-mongoengine@v0.9.5...v1.0.0) Signed-off-by: dependabot[bot] <[email protected]> Bump mongoengine from 0.20.0 to 0.21.0 Bumps [mongoengine](https://github.com/MongoEngine/mongoengine) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/MongoEngine/mongoengine/releases) - [Changelog](https://github.com/MongoEngine/mongoengine/blob/master/docs/changelog.rst) - [Commits](MongoEngine/mongoengine@v0.20.0...v0.21.0) Signed-off-by: dependabot[bot] <[email protected]> Bump pymongo from 3.11.0 to 3.11.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.11.0 to 3.11.1. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@3.11.0...3.11.1) Signed-off-by: dependabot[bot] <[email protected]>
tschaume
force-pushed
the
register_class
branch
from
December 23, 2020 23:03
091b3bc
to
4643e57
Compare
Superseded by #132 and subsequent PRs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR separates the core functionality of the
register
decorator into aregister_class
function for more flexible use (see e.g. here)EDIT 01/04/2020: @tsx this has become a pretty large PR with all changes I implemented to make flask-mongorest work for me. Let me know which (if any) parts you'd like to merge and I can send separate PRs.