-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,2 @@ | ||
## Major Updates | ||
- Updated how schemas and database is registered in methods | ||
- Updated how primitive mongo functions are called | ||
- Updated MongoException print and message override | ||
- Updated how schema init function creates attributes of class | ||
- Added mongo primitive call methods as classmethods in Schema class | ||
- Updated validation methods of schema against objects | ||
- Updated pymongoose snippet with new design of model | ||
- Updated README.md | ||
|
||
## Minor Updates | ||
- Updated test models with new design | ||
- Updated main test file to respect new design of package | ||
## Minor updates | ||
- Added validation of sort is None to avoid sorting with id in find |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0 | ||
1.1 |