Commit Graph
28 Commits
Author SHA1 Message Date
blackbrrr 1b68efe7c7 updated QuerySet.only docstring 2010-02-24 09:52:39 -06:00
blackbrrr 8b1a39f2c1 added QuerySet.only 2010-02-23 00:24:28 -06:00
blackbrrr 3762a69537 added QuerySet.in_bulk, bulk querying with ObjectIds 2010-02-14 21:02:55 -06:00
blackbrrr 348f7b5dfc merged master, fixed 1 merge conflict 2010-02-14 17:23:38 -06:00
blackbrrr d0ceb74a2e removed unused fields and tests 2010-02-12 09:57:09 -06:00
blackbrrr c4513f0286 merged master 2010-02-11 15:43:37 -06:00
blackbrrr 3fb6307596 Merge branch 'master' of git://github.com/hmarr/mongoengine 2010-01-23 18:41:52 -06:00
blackbrrr 7aa0031dec reset 2010-01-23 15:39:26 -06:00
blackbrrr f1e51f9708 Merge branch 'master' of git://github.com/hmarr/mongoengine into deferred_fields 2010-01-19 12:27:14 -06:00
blackbrrr b0b8e11c60 Merge branch 'master' into deferred_fields 2010-01-14 11:39:09 -06:00
blackbrrr 7e0fcb9e65 groundwork for deferred fields 2010-01-14 11:39:03 -06:00
blackbrrr 972235cf06 added build, dist, egg dirs to .gitignore 2010-01-14 11:37:07 -06:00
blackbrrr b3c9a76619 Merge branch 'master' of git://github.com/hmarr/mongoengine 2010-01-14 11:32:39 -06:00
blackbrrr 5f84d6f8f8 added URLField, DecimalField, tests. 2010-01-14 11:32:28 -06:00
blackbrrr 1cdeb8130d ObjectIdField.to_python returns pymongo.objectid.ObjectId 2010-01-14 11:32:01 -06:00
blackbrrr b375c41586 added Q object support to QuerySet.filter 2010-01-12 12:19:59 -06:00
blackbrrr d85ee4e051 fixed merge conflict in BaseField.__init__ 2010-01-12 12:19:30 -06:00
blackbrrr cfc394963f added queryset chaining via 'filter' method. test included. 2010-01-12 12:16:15 -06:00
blackbrrr 9195d96705 added default ordering to meta options, included docs and tests 2010-01-07 23:08:33 -06:00
blackbrrr 2a7fc03e79 fixed merge conflict in queryset.py, used hmarr's code 2010-01-07 20:23:11 -06:00
blackbrrrandHarry Marr a6d64b2010 added meta support for indexes ensured at call-time 2010-01-07 23:28:10 +08:00
blackbrrr ccb4827ec9 added meta support for indexes ensured at call-time 2010-01-05 14:28:24 -06:00
blackbrrr bb4444f54d Merge branch 'master' of git://github.com/hmarr/mongoengine 2010-01-05 12:00:07 -06:00
blackbrrr 8ad0df41a0 merged hmarr's updates 2009-12-19 14:31:17 -06:00
blackbrrrandhmarr 551b2755d4 added 'ensure_index' and 'order_by' methods to queryset. 2009-12-19 08:53:52 +08:00
blackbrrrandhmarr c58f377a0a removed reliance on '_cls' in document; fields only parsed if '__class__' present, allowing inner classes and non-field attributes on a document 2009-12-19 08:53:52 +08:00
blackbrrr aa9cba38c4 added 'ensure_index' and 'order_by' methods to queryset. 2009-12-18 11:35:26 -06:00
blackbrrr 12a7fc1af1 removed reliance on '_cls' in document; fields only parsed if '__class__' present, allowing inner classes and non-field attributes on a document 2009-12-18 11:34:32 -06:00