summaryrefslogtreecommitdiff
path: root/tests/regressiontests/mongodb
AgeCommit message (Expand)Author
2010-08-09[soc2010/query-refactor] Improved the ListField implementation, and added an...Alex Gaynor
2010-07-20[soc2010/query-refactor] Added a ListField, currently only works on MongoDB.Alex Gaynor
2010-07-19[soc2010/query-refactor] Provide a more useful error message on disjunctions.Alex Gaynor
2010-07-19[soc2010/query-refactor] On unsupported operations raise a useful exception.Alex Gaynor
2010-07-17[soc2010/query-refactor] Implemented deletion. Thanks to Josh Ourisman for p...Alex Gaynor
2010-07-17[soc2010/query-refactor] Ensure that calling close() doesn't blow up if a con...Alex Gaynor
2010-07-13[soc2010/query-refactor] Fixed querying for objects by their related objects ...Alex Gaynor
2010-07-13[soc2010/query-refactor] Implemented F() expressions for MongoDB.Alex Gaynor
2010-06-22[soc2010/query-refactor] Implemented __regex and __iregex.Alex Gaynor
2010-06-22[soc2010/query-refactor] Implemented __in.Alex Gaynor
2010-06-22[soc2010/query-refactor] Added tests for slicing and count.Alex Gaynor
2010-06-22[soc2010/query-refactor] Fixed Querysets in MongoDB with a limit of 0.Alex Gaynor
2010-06-22[soc2010/query-refactor] Implemented __gt.Alex Gaynor
2010-06-22[soc2010/query-refactor] Fixed __isnull.Alex Gaynor
2010-06-21[soc2010/query-refactor] Implemented values (and values_list).Alex Gaynor
2010-06-21[soc2010/query-refactor] Implemented slicing, also found a bug in MongoDB/PyM...Alex Gaynor
2010-06-21[soc2010/query-refactor] Implemented order_by, also fixed a typo in "The Beat...Alex Gaynor
2010-06-21[soc2010/query-refactor] Clean up the implementation of lookup_type, added mo...Alex Gaynor
2010-06-21[soc2010/query-refactor] Cleaned up implementation of negation in MongoDB, an...Alex Gaynor
2010-06-19[soc2010/query-refactor] Implemented __lt lookups for MongoDB.Alex Gaynor
2010-06-19[soc2010/query-refactor] Implemented not equal (exclude(foo=bar)) in the ORM ...Alex Gaynor
2010-06-16[soc2010/query-refactor] Introduced tests to show that ForeignKeys work corre...Alex Gaynor
2010-06-14[soc2010/query-refactor] Implemented count() (and by extension the Count() ag...Alex Gaynor
2010-06-09[soc2010/query-refactor] Implement querying, thereby providing that update wa...Alex Gaynor
2010-06-09[soc2010/query-refactor] MongoDB backend can now update saved objects.Alex Gaynor
2010-06-09[soc2010/query-refactor] Introced NativeAutoField, also started with some bas...Alex Gaynor