0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1 from brunoqc/patch-1 More... over 11 years ago
Typo in setup.py 'Sytax' -> 'Syntax' More... over 11 years ago
Fixed __len__ method, broken by changes in pymongo 1.1.1. Now mongobongo depends on pymongo >= 1.1.1. More... over 14 years ago
Added Document.remove method. Thanks to 'Slava Vishnyakov'. More... over 14 years ago
Version 0.1.2 More... over 14 years ago
Fixes ordering in case, when 'find_one' is used. More... over 14 years ago
Fixed default cursor ordering, now it is applied in the constructor. More... over 14 years ago
Added automatic DBRef usage, when one document contains another. More... over 14 years ago
Fixed test for AttributedDict. More... over 14 years ago
Added support for Meta, like django's models have. Now Document can have default ordering: More... over 14 years ago
Support for iteration by keys and values for AttributedDict. More... over 14 years ago
Added settings for vim IDE. More... over 14 years ago
Added equality operator for attributed list. More... over 14 years ago
Added support for attributed lists, now doc.a[0].b.c[2].d syntax should be available. More... over 14 years ago
MANIFEST.in was updated. More... over 14 years ago
setup.py was fixed. More... over 14 years ago
Version 0.1.0 More... over 14 years ago
Tests were fixed. More... over 14 years ago
Initial commit. More... over 14 years ago