aboutsummaryrefslogtreecommitdiff
path: root/source/mongodb.py
Commit message (Collapse)AuthorAge
* Minor bugix. DB instantiation was done twice.cedricbonhomme2012-05-04
|
* Distant MongoDB connection working (tested with AlwaysData).cedricbonhomme2012-05-03
|
* Connection on the MongoDB database with authentication OK.cedricbonhomme2012-05-02
|
* Version 3.4 of pyAggr3g470r. Export functions working with MongoDB. Minor ↵cedricbonhomme2012-05-01
| | | | bugfixes and improvements.
* It is now possible to update information about a feed with the MongoDG database.cedricbonhomme2012-05-01
|
* Added comment. Bugfix at feed/ page.cedricbonhomme2012-05-01
|
* Indentation error.cedricbonhomme2012-04-22
|
* Added comments.cedricbonhomme2012-04-22
|
* Renamed get_all_collections() to get_all_feeds().cedricbonhomme2012-04-22
|
* Renamed get_collection() to get_feed().cedricbonhomme2012-04-22
|
* Removed print_collections() function.cedricbonhomme2012-04-22
|
* Reorganization of folders.cedricbonhomme2012-04-15
bgstack15