This repository was 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
separate register_class #124
Closed
Closed
Conversation
This file contains hidden or 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
9a3b1cc to
43ee692
Compare
c655864 to
0f040c2
Compare
4bd5b2a to
ec5ae47
Compare
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] <support@github.com>
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] <support@github.com> 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] <support@github.com> 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] <support@github.com>
091b3bc to
4643e57
Compare
Author
|
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
registerdecorator into aregister_classfunction 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.