Mock external modules to build the documentation in environments without them |
|
More...
|
about 10 years ago
|
Update docs to play nice with ReadTheDocs theme |
|
More...
|
about 10 years ago
|
Added tag 0.28.2 for changeset 740f4710f0a6 |
|
More...
|
about 10 years ago
|
Upgraded to PyMongo ≥ 2.2 |
|
More...
|
about 10 years ago
|
Remove PKGBUILD as it is now maintained in another repo. |
|
More...
|
about 10 years ago
|
Updated tests so they pass again after latest changes. |
|
More...
|
about 11 years ago
|
Merged with Philippe. |
|
More...
|
about 11 years ago
|
Removed doqu.dist; the dependencies are now stored in plain requirements files and the pkg_resources machinery is not used anymore. |
|
More...
|
about 11 years ago
|
Added base classes for most unit tests; no idea why it stayed uncommitted for such a long time (since around 2011-02). |
|
More...
|
about 11 years ago
|
Fix exists lookup for tokyo cabinet (not using regexp matching empty string, which is platform sensitive: doesn't work on Mac OS) |
|
More...
|
about 11 years ago
|
Fix get_many with doc_class argument; get_many return iterator; fix typo in get_or_create |
|
More...
|
about 11 years ago
|
Removed stray documentation file. |
|
More...
|
about 11 years ago
|
Fixed comments; removed unused imports everywhere. |
|
More...
|
about 11 years ago
|
Added coverage to devel requirements. |
|
More...
|
about 11 years ago
|
Updated PKGBUILD. |
|
More...
|
over 11 years ago
|
Added pip requirements. Probably these plain text files will eventually replace the pkg_resources/entry_points machinery which is too complex and "too smart". |
|
More...
|
over 11 years ago
|
Merge |
|
More...
|
over 11 years ago
|
BUGFIX: validation would break if field name was not in the "structure" dictionary. |
|
More...
|
over 11 years ago
|
Added PKGBUILD for Arch Linux. |
|
More...
|
over 11 years ago
|
Refactoring. Documentation. Tests. |
|
More...
|
almost 12 years ago
|
Decoupled Document from BaseStorageAdapter. Now storage adapters accept and return plain dictionaries along with keys, and readily accept any Document-like class instead of dict as long as it provides a couple of methods. |
|
More...
|
about 12 years ago
|
Added ability to use fetch dicts instead of Document objects by db.find(dict). Fixed some query-related bugs. Improved tests (now they all pass but some are marked as "expected failure"). |
|
More...
|
about 12 years ago
|
Added doqu.future (some features that were removed during refactoring now sit there). |
|
More...
|
about 12 years ago
|
Continued refactoring: replaced Document.objects(db) with db.find(Document); added unified query tests for all backends (finally!!). At the moment some tests fail, this is to be fixed. |
|
More...
|
about 12 years ago
|
Continued refactoring: Moved doqu.fields to doqu.ext.fields. |
|
More...
|
about 12 years ago
|
Started heavy refactoring (issue #22: keep Document light and simple). |
|
More...
|
about 12 years ago
|
Bumped version. |
|
More...
|
about 12 years ago
|
Fixed bug in MongoDB backend: None would be coerced to string. |
|
More...
|
about 12 years ago
|
BUGFIX: MongoDB backend would return Unicode instead of bytes. |
|
More...
|
about 12 years ago
|
Added basic validation of images in ImageField. Added documentation. |
|
More...
|
about 12 years ago
|