Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pioneer
/
minimongo
Public
forked from
slacy/minimongo
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 13, 2011
Bump version for pypi
slacy
committed
6d25abd
View commit details
Copy full SHA for 6d25abd
Browse repository at this point
Commits on Apr 11, 2011
Cleanup some stuff related to Olivier's changes. Mostly whitespace,
Show description for a8b21c2
slacy
committed
a8b21c2
View commit details
Copy full SHA for a8b21c2
Browse repository at this point
Merge branch 'master' of https://github.com/oO/minimongo into oO-master
slacy
committed
0d7c156
View commit details
Copy full SHA for 0d7c156
Browse repository at this point
Commits on Apr 5, 2011
Be careful not to drop all models in the universe!
Show description for 22cffed
slacy
authored and
oO
committed
22cffed
View commit details
Copy full SHA for 22cffed
Browse repository at this point
Added tests for Model.load() Model.mongo_update() Mongo.save()
Olivier Ozoux
committed
6646528
View commit details
Copy full SHA for 6646528
Browse repository at this point
Commits on Apr 4, 2011
Be careful not to drop all models in the universe!
Show description for d397079
slacy
committed
d397079
View commit details
Copy full SHA for d397079
Browse repository at this point
Fixed a bug and added a test case for to_underscore. Wasn't taking into account camel case words with acronyms. ( MongoDBRef = mongo_db_ref )
Show description for b58bd7b
Olivier Ozoux
committed
b58bd7b
View commit details
Copy full SHA for b58bd7b
Browse repository at this point
Added a load() method to allow for delayed or partial loading of a single document.
Show description for b72335d
Olivier Ozoux
authored and
Olivier Ozoux
committed
b72335d
View commit details
Copy full SHA for b72335d
Browse repository at this point
Allow model.dbref() to received optional named attributes as per the DBRef specs
Show description for 1b88f1d
Olivier Ozoux
authored and
Olivier Ozoux
committed
1b88f1d
View commit details
Copy full SHA for 1b88f1d
Browse repository at this point
Allow mongo_update() to receive an update document, as well as passing other arguments to the underlying pymongo update method.
Olivier Ozoux
authored and
Olivier Ozoux
committed
8bfe344
View commit details
Copy full SHA for 8bfe344
Browse repository at this point
Make AttrDict (and therefore Model) accept initial values by name, like in the doc string:
Show description for ddd66a6
Olivier Ozoux
authored and
Olivier Ozoux
committed
ddd66a6
View commit details
Copy full SHA for ddd66a6
Browse repository at this point
Commits on Apr 1, 2011
Make sure that AttrDict objects can be initialized from a nested dict,
Show description for e0d5e75
slacy
committed
e0d5e75
View commit details
Copy full SHA for e0d5e75
Browse repository at this point
More robustness and checking in model tests.
Show description for d649f38
slacy
committed
d649f38
View commit details
Copy full SHA for d649f38
Browse repository at this point
Make sure that derived classes can also override __setattr__ and friends
Show description for 318c95d
slacy
committed
318c95d
View commit details
Copy full SHA for 318c95d
Browse repository at this point
Commits on Mar 30, 2011
Support proper slicing of Cursor object results.
Show description for d3d710c
slacy
committed
d3d710c
View commit details
Copy full SHA for d3d710c
Browse repository at this point
Coerce all dict-valued sub fields of all AttrDict's to also be AttrDicts.
Show description for 984323f
slacy
committed
984323f
View commit details
Copy full SHA for 984323f
Browse repository at this point
Add AttrDict to the top level
slacy
committed
37069b8
View commit details
Copy full SHA for 37069b8
Browse repository at this point
Add the ability to map fields at __setitem__ and __init__ time from one type
Show description for 2d8cd9b
slacy
committed
2d8cd9b
View commit details
Copy full SHA for 2d8cd9b
Browse repository at this point
Added better test case to make sure that the types coming back from a Cursor
Show description for e0c359c
slacy
committed
e0c359c
View commit details
Copy full SHA for e0c359c
Browse repository at this point
Added the ability to say "interface=True" in the Meta declaration.
Show description for a16750f
slacy
committed
a16750f
View commit details
Copy full SHA for a16750f
Browse repository at this point
Switch most ''' to """
Show description for 4a8335e
slacy
committed
4a8335e
View commit details
Copy full SHA for 4a8335e
Browse repository at this point
Stop using pymongo's "as_class" functionality, since it's applied
Show description for d725b3b
slacy
committed
d725b3b
View commit details
Copy full SHA for d725b3b
Browse repository at this point
Move everything out of __init__.py
Show description for 1404c78
slacy
committed
1404c78
View commit details
Copy full SHA for 1404c78
Browse repository at this point
Removed old model.py that is no longer being used
slacy
committed
38bb5cf
View commit details
Copy full SHA for 38bb5cf
Browse repository at this point
Commits on Mar 24, 2011
Accept pull request from superbobry. New Meta configuration model, Sphinx docs, pytest testing, etc.
slacy
committed
ddf99f9
View commit details
Copy full SHA for ddf99f9
Browse repository at this point
Commits on Mar 15, 2011
Forgot to escape `'` in strings after replacing all `"`s
superbobry
committed
60452de
View commit details
Copy full SHA for 60452de
Browse repository at this point
Fixed a few documentation quirks
superbobry
committed
e614404
View commit details
Copy full SHA for e614404
Browse repository at this point
Removed implicit `ObjectId` coercion from `Collection.find_one`
Show description for c6ee3b6
superbobry
committed
c6ee3b6
View commit details
Copy full SHA for c6ee3b6
Browse repository at this point
Goodbye `"`, hello `'` -- from now on, only single quotes should be used
superbobry
committed
05f2ee1
View commit details
Copy full SHA for 05f2ee1
Browse repository at this point
Fixed a typo in README.rst
superbobry
committed
9386a86
View commit details
Copy full SHA for 9386a86
Browse repository at this point
Commits on Mar 14, 2011
Moved documentation (USAGE.rst, README.rst) to docs/
Show description for 79e4516
superbobry
committed
79e4516
View commit details
Copy full SHA for 79e4516
Browse repository at this point
Split `test.py` into separate files -- so `py.test` can find them
superbobry
committed
9d87595
View commit details
Copy full SHA for 9d87595
Browse repository at this point
Migrated to py.test
superbobry
committed
aebddab
View commit details
Copy full SHA for aebddab
Browse repository at this point
Fixed a few quirks in tests -- unittest2 is now a test dependancy
superbobry
committed
7270c83
View commit details
Copy full SHA for 7270c83
Browse repository at this point
Removed unittest2 from requirements
knsd
committed
b1cf91a
View commit details
Copy full SHA for b1cf91a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.