Commit Graph

  • f4d0938e3d rewrite simple map/reduce test blackbrrr 2010-03-17 00:51:01 -05:00
  • f156da4ec2 bumped version blackbrrr 2010-03-17 00:50:44 -05:00
  • 0c1e5da9a8 added mongoengine.MapReduceDocument to api ref blackbrrr 2010-03-17 00:50:07 -05:00
  • d6b317c552 Merge branch 'master' into mapreduce blackbrrr 2010-03-17 00:34:29 -05:00
  • 01826c6876 Merge branch 'master' of github.com:blackbrrr/mongoengine into mapreduce blackbrrr 2010-03-17 00:34:19 -05:00
  • 0b62c9d2f6 Merge branch 'master' of git://github.com/hmarr/mongoengine blackbrrr 2010-03-17 00:34:00 -05:00
  • 72161a9b71 no message in expection in future version of python Deepak Thukral 2010-03-11 21:10:04 +01:00
  • df8f4e7251 no message in expection in future version of python Deepak Thukral 2010-03-11 20:42:27 +01:00
  • aa13ab37c4 fixed field_js merge artifact blackbrrr 2010-03-09 15:31:52 -06:00
  • acda64a837 fixed field_js merge artifact blackbrrr 2010-03-09 15:31:28 -06:00
  • 49a001a93a re-added missing QuerySet._ordering blackbrrr 2010-03-09 15:28:55 -06:00
  • 22a6ec7794 merged conflicts blackbrrr 2010-03-09 15:19:14 -06:00
  • 26c6e4997c added 'upsert' arg to QuerySet.update and QuerySet.update_one blackbrrr 2010-03-08 21:59:54 -06:00
  • d7086fc4a3 Added rewind behaviour and BinaryField to docs Harry Marr 2010-03-08 22:23:40 +00:00
  • 92150e07d3 Merge branch 'binary-fields' of git://github.com/benmur/mongoengine Harry Marr 2010-03-08 22:17:21 +00:00
  • ac3c857e1a Added rewind to QuerySet, which is implicitly called when iteration finishes Harry Marr 2010-03-08 22:15:40 +00:00
  • 48e313fb44 Merge branch 'master' of git://github.com/iapain/mongoengine Harry Marr 2010-03-08 21:59:42 +00:00
  • 5390117275 Modified AUTHORS Harry Marr 2010-03-08 21:58:19 +00:00
  • 0b3af2052f implement binary field size validation Rached Ben Mustapha 2010-03-08 17:06:52 +01:00
  • bb19ba3eb6 Drop collection at the end of the test Rached Ben Mustapha 2010-03-08 16:43:43 +01:00
  • 879bf08d18 Simple implementation of BinaryField Rached Ben Mustapha 2010-03-08 16:42:23 +01:00
  • b99421e7ee added date_joined and normalization to email address Deepak Thukral 2010-03-05 07:55:12 +01:00
  • 3b6d8fab47 added AUTHORS file blackbrrr 2010-03-01 12:26:03 -06:00
  • 53c0cdc0c1 Added recursive and undefined document ref docs Harry Marr 2010-02-28 23:29:42 +00:00
  • 58f877de1a Added recursive / document name references Harry Marr 2010-02-28 23:16:51 +00:00
  • 95a7b33fb4 Changed how GenericReferenceFields are stored / queried Harry Marr 2010-02-28 23:15:21 +00:00
  • 81dd5adccf GenericReferenceField docs Harry Marr 2010-02-28 21:30:54 +00:00
  • 94e86a0be1 Merge branch 'gfk' of git://github.com/blackbrrr/mongoengine Harry Marr 2010-02-28 21:08:32 +00:00
  • 5b2dbfe007 Added tests for URLField and DecimalField Harry Marr 2010-02-28 18:25:40 +00:00
  • 4451843a39 Added docs for QuerySet.only Harry Marr 2010-02-28 17:52:29 +00:00
  • 5e2c5fa97b Merge branch 'regex-query-shortcuts' Harry Marr 2010-02-28 17:38:03 +00:00
  • 018b206177 added support for GenericReferenceField to ListField. could be cleaner, perhaps. blackbrrr 2010-02-26 17:38:38 -06:00
  • 03d31b1890 added global model registry and GenericReferenceField, a ReferenceField not bound to a particular model blackbrrr 2010-02-26 16:59:12 -06:00
  • 265776566e QuerySet.only field name translation and polymorphism fix Harry Marr 2010-02-26 19:43:26 +00:00
  • 6e77e32855 Fixed Q object ObjectId comparison issue Harry Marr 2010-02-26 17:13:19 +00:00
  • 0b1c506626 Added Q object support for regexes (inc. operator shortcuts) Harry Marr 2010-02-26 16:46:07 +00:00
  • 719a653375 Added match operator docs Harry Marr 2010-02-26 13:48:00 +00:00
  • 66520c77f8 Added regex match operators with test Harry Marr 2010-02-26 13:43:32 +00:00
  • ab2d019349 Added server-side js docs Harry Marr 2010-02-26 13:23:15 +00:00
  • d0e0b291df Implementation and tests for exec_js field substitution Harry Marr 2010-02-25 17:20:52 +00:00
  • 200e9eca92 Merge branch 'only_fields' of git://github.com/blackbrrr/mongoengine Harry Marr 2010-02-24 20:23:59 +00:00
  • 634f771547 QuerySet repr now uses limit and skip Harry Marr 2010-02-24 17:01:31 +00:00
  • 2996f8919d Limits of size 0 now return no results Harry Marr 2010-02-24 16:07:26 +00:00
  • 1b68efe7c7 updated QuerySet.only docstring blackbrrr 2010-02-24 09:52:39 -06:00
  • a19a7b976c updated advanced map/reduce test to include scope; misc cleanup in queryset blackbrrr 2010-02-23 22:26:05 -06:00
  • 145b0c33fc Support 1-arg queryset managers, but warn about deprecation Harry Marr 2010-02-23 18:27:14 +00:00
  • 8b1a39f2c1 added QuerySet.only blackbrrr 2010-02-23 00:24:28 -06:00
  • 6dbc051409 Fixed in_bulk test Harry Marr 2010-02-23 01:14:00 +00:00
  • c148a5bbfc Merge branch 'master' of git://github.com/ack/mongoengine Harry Marr 2010-02-23 01:12:56 +00:00
  • 90d9bd9723 added natural object comparision Deepak Thukral 2010-02-21 12:13:58 +01:00
  • bc7e6ccf53 set_password returns user object, comp. with django 1.2 Deepak Thukral 2010-02-21 11:51:21 +01:00
  • 6cab002214 missing DecimalField Albert Choi 2010-02-15 14:25:49 -08:00
  • 3762a69537 added QuerySet.in_bulk, bulk querying with ObjectIds blackbrrr 2010-02-14 21:02:55 -06:00
  • 348f7b5dfc merged master, fixed 1 merge conflict blackbrrr 2010-02-14 17:23:38 -06:00
  • 008a62e4e9 updated map/reduce documentation blackbrrr 2010-02-12 16:07:44 -06:00
  • a4c5fa57e0 updated notes in map_reduce_advanced queryset test blackbrrr 2010-02-12 15:53:28 -06:00
  • 9be6c41af7 map/reduce result objects now only have 'key', 'value', and 'object' properties; MapReduceDocument.key_object now returns proper Document subclass; added finalize with Reddit ranking simulation; MapReduceDocuments now yielded; blackbrrr 2010-02-12 14:39:08 -06:00
  • 5c311eefb1 fixed merge conflict in queryset test blackbrrr 2010-02-12 09:59:09 -06:00
  • d0ceb74a2e removed unused fields and tests blackbrrr 2010-02-12 09:57:09 -06:00
  • ea1fe6a538 Fixed set/unset issue with ListFields Harry Marr 2010-02-12 11:21:51 +00:00
  • a93509c9b3 Merge remote branch 'hmarr/master' Florian Schlachter 2010-02-12 10:19:47 +01:00
  • 210e9e23af Dereferencing of referenced documents within lists Harry Marr 2010-02-12 02:31:41 +00:00
  • c4513f0286 merged master blackbrrr 2010-02-11 15:43:37 -06:00
  • 1114572b47 Merge remote branch 'hmarr/master' Florian Schlachter 2010-02-10 14:25:33 +01:00
  • b2588d1c4f Changed neq to ne, fixed Q object in and nin Harry Marr 2010-02-10 12:35:41 +00:00
  • 69d3e0c4b6 added map/reduce support via QuerySet.map_reduce. map_reduce operations respect query specs and ordering, but ordering is currently only applied to map/reduce collection. map/reduce may eventually require its own QuerySet to avoid slicing conflicts. results are returned as lists of MapReduceDocument objects, dynamic objects representing the query. tests and documentation included. considered in the neighborhood of 'good start'. blackbrrr 2010-02-09 14:56:15 -06:00
  • e2414d8fea Merge remote branch 'hmarr/master' Florian Schlachter 2010-02-05 00:36:26 +01:00
  • 24db0d1499 return db-object to allow low-level access from outside via connect() Florian Schlachter 2010-02-05 00:35:49 +01:00
  • 89f505bb13 Removed pool_size from connect, minor tidyup Harry Marr 2010-02-04 01:44:52 +00:00
  • df5b1f3806 Merge remote branch 'hmarr/master' Florian Schlachter 2010-02-03 02:26:26 +01:00
  • 755deb3ffe Added DictField Harry Marr 2010-02-03 01:22:25 +00:00
  • 59f8c9f38e make mongoengine more international :) using unicode-strings; str(err) raises errors if it contains non-ascii chars/umlauts Florian Schlachter 2010-02-02 21:48:47 +01:00
  • 69e9b5d55e fixed unicode-bug; replaced str(err) with err.message Florian Schlachter 2010-02-02 21:44:11 +01:00
  • a2d8b0ffbe Merge remote branch 'hmarr/master' Florian Schlachter 2010-02-02 18:49:52 +01:00
  • 0bbf3a3d76 Fixed EmbeddedDocument validation bug Harry Marr 2010-02-02 17:37:09 +00:00
  • 10de19d38b be kind and also accept an integer for a float field (so e.g. mymodel.floatfield = 9 is possible, instead of mymodel.floatfield = 9.0) Florian Schlachter 2010-01-31 18:06:25 +01:00
  • 73aff806f3 reset to master, keep working on the dirty-fields-patch in another branch Florian Schlachter 2010-01-31 18:00:01 +01:00
  • 963a223e7e Merge remote branch 'hmarr/master' Florian Schlachter 2010-01-31 17:43:56 +01:00
  • bbfc2f416e keep track of dirty fields is still work in progress; EmbeddedDocuments still aren't tracked (TBD) Florian Schlachter 2010-01-31 15:43:40 +01:00
  • e05d31eaaf Added get{,_or_create} docs Harry Marr 2010-01-31 13:47:27 +00:00
  • 431f006751 new save() method updates only dirty fields. fixes issue #18 Florian Schlachter 2010-01-31 14:40:00 +01:00
  • ffc9d7b152 Merge branch 'master' of git://github.com/flosch/mongoengine Added unit test for get_or_create, merged flosch's get with punteney's get. Harry Marr 2010-01-31 13:24:50 +00:00
  • 79604180db Merge branch 'master' of git://github.com/punteney/mongoengine Harry Marr 2010-01-31 13:11:20 +00:00
  • 7d6e117f68 added get-method to fetch exactly one document from the collection. catching pymongo's ObjectId-errors and raising mongoengine's ValidationError instead. Florian Schlachter 2010-01-31 01:11:37 +01:00
  • b3cc2f990a improved get_or_create Florian Schlachter 2010-01-30 22:01:43 +01:00
  • 8d953f0bcb Added get_or_create-method Florian Schlachter 2010-01-30 21:12:46 +01:00
  • 5cac52720c Fixed querying on ReferenceFields using primary key Harry Marr 2010-01-27 15:57:11 +00:00
  • bca6119db8 Minor tidyup Harry Marr 2010-01-26 19:36:19 +00:00
  • 568000805f EmbeddedDocuments may now be non-polymorphic Harry Marr 2010-01-25 01:00:04 +00:00
  • 3fb6307596 Merge branch 'master' of git://github.com/hmarr/mongoengine blackbrrr 2010-01-23 18:41:52 -06:00
  • 7aa0031dec reset blackbrrr 2010-01-23 15:39:26 -06:00
  • 2585f1b724 queryset_manager funcs now accept doc as arg Harry Marr 2010-01-23 17:16:01 +00:00
  • 470e08f616 exec_js functions now acknowledge Q objects Harry Marr 2010-01-23 03:05:27 +00:00
  • f1e51f9708 Merge branch 'master' of git://github.com/hmarr/mongoengine into deferred_fields blackbrrr 2010-01-19 12:27:14 -06:00
  • e0becc109d Adding tests to test the get query James Punteney 2010-01-16 14:51:13 -05:00
  • 47e4dd40cd Making the query actually get called for get James Punteney 2010-01-16 13:24:10 -05:00
  • c38faebc25 Adding a get method to the queryset that raises exceptions if more or less than one item is returned James Punteney 2010-01-16 13:21:16 -05:00
  • 21b7d8f8ea Bump to v0.2.2 v0.2.2 Harry Marr 2010-01-16 16:42:51 +00:00
  • 3357b55fbf Indexing on ListFields now works properly Harry Marr 2010-01-16 15:35:01 +00:00
  • f01add9ef5 Moved sections from user guide to separate pages Harry Marr 2010-01-16 14:06:45 +00:00