Commit Graph

  • 4f3eacd72c Fix: whitespace. Vincent Driessen 2010-12-05 14:30:50 +01:00
  • 67fcdca6d4 Fix: PyFlakes pointed out this missing import. Vincent Driessen 2010-12-05 14:30:19 +01:00
  • 62cc8d2ab3 Fix: redefinition of "datetime" from line 6. Vincent Driessen 2010-12-05 00:13:55 -08:00
  • 3a0523dd79 Fixed issue with unset operation Harry Marr 2010-12-05 21:43:04 +00:00
  • cec8b67b08 Added test for unsetting fields Harry Marr 2010-12-05 20:47:24 +00:00
  • ca8c3981c4 sshwsfc 2010-11-18 22:35:11 -08:00
  • ca56785cbc add some prepare_query_value method for fields sshwsfc 2010-11-18 21:33:05 -08:00
  • b12c34334c added test case for issue 103 Deepak Thukral 2010-11-18 20:44:51 +01:00
  • 9c8411b251 Choice field test updated Viktor Kerkez 2010-11-11 18:19:00 +01:00
  • 66baa4eb61 QS.all_fields - resets previous .only() and .exlude() Ales Zoulek 2010-11-10 22:01:27 +01:00
  • 89646439e7 fixed typo in error message Deepak Thukral 2010-11-10 21:02:59 +01:00
  • bda4776a18 added Queryset.exclude() + tests Ales Zoulek 2010-11-03 16:37:41 +01:00
  • c6058fafed Merge branch 'dev' of github.com:hmarr/mongoengine into dev Harry Marr 2010-11-02 13:44:19 +00:00
  • 11950eabea Merge branch 'master' of http://github.com/aleszoulek/mongoengine into dev Harry Marr 2010-11-02 13:43:33 +00:00
  • e1282028a5 Added django style choices Viktor Kerkez 2010-11-01 14:54:55 +01:00
  • 6b880aa8b3 Fixed order-then-filter issue Harry Marr 2010-11-01 00:43:30 +00:00
  • a3830be4c9 QuerySet.only() supports subfields + tests Ales Zoulek 2010-10-28 01:03:57 +02:00
  • ef15733efe Added creation_counter to BaseField in order to provied form modules with a way to sort fields i order user specified them (same technique is used in Django) Viktor Kerkez 2010-10-23 22:35:37 +02:00
  • f0c5dd1bce Small fix for Python 2.5 Viktor Kerkez 2010-10-23 22:33:03 +02:00
  • e868f37c60 Merge branch 'master' of http://github.com/benmur/mongoengine into dev Harry Marr 2010-10-20 13:31:47 +01:00
  • 18baa2dd7a fix calling a queryset after skip and limit have been set Rached Ben Mustapha 2010-10-19 22:40:36 +00:00
  • 2560145551 add a failing test for the pagination bug Rached Ben Mustapha 2010-10-19 22:23:08 +00:00
  • 3b88a4f728 Fixed a couple of errors in the docs Harry Marr 2010-10-19 12:28:34 +01:00
  • 69989365c7 Merge branch 'v0.4' v0.4 Harry Marr 2010-10-18 13:56:07 +01:00
  • 2b9c526b47 Merge branch 'v0.4' of http://github.com/schallis/mongoengine into v0.4 Harry Marr 2010-10-18 13:55:57 +01:00
  • d7c42861fb Minor GridFS corrections Steve Challis 2010-10-18 10:25:06 +01:00
  • e9d478ed9f Merge branch 'master' of http://github.com/cyberdelia/mongoengine into v0.4 Harry Marr 2010-10-18 10:22:56 +01:00
  • d6cb5b9abe Removed invalid connection tests Harry Marr 2010-10-18 10:21:23 +01:00
  • 5580b003b5 Added self to AUTHORS Steve Challis 2010-10-18 01:30:32 +01:00
  • 67736c849d Finished GridFS Documentation Steve Challis 2010-10-18 00:55:44 +01:00
  • 39e27735cc Merge branch 'v0.4' of git://github.com/hmarr/mongoengine into v0.4 Steve Challis 2010-10-17 23:48:20 +01:00
  • 0902b95764 Added support for recursive embedded documents Harry Marr 2010-10-18 00:27:40 +01:00
  • dc7181a3fd Begun GridFS documentation Steve Challis 2010-10-17 23:43:58 +01:00
  • e93c4c87d8 Fixed inheritance collection issue Harry Marr 2010-10-17 17:41:20 +01:00
  • dcec61e9b2 Raise AttributeError when necessary on QuerySet[] Harry Marr 2010-10-17 16:36:22 +01:00
  • 007f116bfa Increment version to 0.4 Harry Marr 2010-10-17 15:42:31 +01:00
  • 6817f3b7ba Updated docs for v0.4 Harry Marr 2010-10-17 15:40:49 +01:00
  • 36993029ad Removed old Q-object implementation Harry Marr 2010-10-17 14:22:45 +01:00
  • 012352cf24 Added snapshot and timeout methods to QuerySet Harry Marr 2010-10-17 14:21:55 +01:00
  • 26723992e3 Combined Q-object tests Harry Marr 2010-10-17 14:14:05 +01:00
  • 3591593ac7 Fixed GenericReferenceField query issue Harry Marr 2010-10-17 13:55:48 +01:00
  • d3c2dfbaee Merge branch 'master' of http://github.com/ixc/mongoengine into v0.4 Harry Marr 2010-10-17 13:54:16 +01:00
  • b2b4456f74 Merge branch 'new-q-objects' into v0.4 Harry Marr 2010-10-17 13:42:29 +01:00
  • f666141981 Added test for list of referencefields Harry Marr 2010-10-17 13:23:11 +01:00
  • fb4c4e3e08 Merge branch 'master' of http://github.com/jaimebuelta/mongoengine into v0.4 Harry Marr 2010-10-17 13:06:41 +01:00
  • 34fa5cd241 Added some imports for PyMongo 1.9 compatibility. Harry Marr 2010-10-04 14:58:00 +01:00
  • 833fa3d94d Added note about the use of default parameters Jaime 2010-10-06 19:56:12 +01:00
  • 92471445ec Fix changing databases Harry Marr 2010-10-05 00:46:13 +01:00
  • 3acfd90720 Added some imports for PyMongo 1.9 compatibility. Harry Marr 2010-10-04 14:58:00 +01:00
  • 4742328b90 Delete stale cursor when query is filtered. Closes #62. Harry Marr 2010-10-04 12:10:29 +01:00
  • b4c54b1b62 Added support for the $not operator Harry Marr 2010-10-04 11:41:49 +01:00
  • 76cb851c40 Replaced old Q-object with new, revamped Q-object Harry Marr 2010-10-04 11:41:07 +01:00
  • 3fcc0e9789 Combining OR nodes works, fixed other Q-object bugs Harry Marr 2010-10-04 02:10:37 +01:00
  • 8e65154201 Added a tree transformer, got complex ANDs working Harry Marr 2010-10-04 00:06:42 +01:00
  • c0f7c4ca2d Fixed error in empty property on QCombination Harry Marr 2010-10-03 23:22:36 +01:00
  • db2f64c290 Made query-tree code a bit clearer Harry Marr 2010-10-03 23:01:44 +01:00
  • a3c46fec07 Compilation of combinations - simple $or now works Harry Marr 2010-10-03 21:26:26 +01:00
  • 62388cb740 Started work on new Q-object implementation Harry Marr 2010-10-03 21:08:28 +01:00
  • 9c9903664a add support for pk property in documents and filters Timothée Peignier 2010-10-03 18:50:35 +02:00
  • 556eed0151 QuerySet.distinct respects query. Closes #64. Harry Marr 2010-10-03 15:22:47 +01:00
  • 4012722a8d QuerySet.item_frequencies works with non-list fields Harry Marr 2010-10-03 15:01:45 +01:00
  • 4c68bc6c96 Merge branch 'master' of http://github.com/sibsibsib/mongoengine into v0.4 Harry Marr 2010-10-03 01:57:22 +01:00
  • 159923fae2 Made lists of recursive reference fields possible Harry Marr 2010-10-03 01:48:42 +01:00
  • 72c7a010ff added unit test for addToSet sib 2010-09-30 03:05:15 -03:00
  • 2c8f004103 added update operator for addToSet sib 2010-09-30 02:53:44 -03:00
  • 67a9b358a0 Merge branch 'v0.4' of git://github.com/hmarr/mongoengine into v0.4 Steve Challis 2010-09-29 23:39:09 +01:00
  • b5eb3ea1cd Added a Django storage backend. Steve Challis 2010-09-29 23:36:58 +01:00
  • 98bc0a7c10 Raise AttributeError when necessary on GridFSProxy Harry Marr 2010-09-25 22:47:09 +01:00
  • bb24879149 Moved custom queryset test to correct place Harry Marr 2010-09-19 20:00:53 +01:00
  • 3d6ee0ce00 Merge branch 'master' of http://github.com/n1k0/mongoengine into v0.4 Harry Marr 2010-09-19 19:55:57 +01:00
  • ee72845701 Merge branch 'v0.4' of http://github.com/samuelclay/mongoengine into v0.4 Harry Marr 2010-09-19 19:53:12 +01:00
  • d158727154 Merge branch 'v0.4' of github.com:hmarr/mongoengine into v0.4 Harry Marr 2010-09-19 17:18:39 +01:00
  • 73092dcb33 QuerySet update method returns num affected docs Harry Marr 2010-09-19 17:17:37 +01:00
  • 91ddd310ba Merge branch 'v0.4' of github.com:samuelclay/mongoengine into v0.4 Samuel Clay 2010-09-16 17:21:21 -04:00
  • 20dd7562e0 Adding multiprocessing support to mongoengine by using the identity of the process to define the connection. Each 'thread' gets its own pymongo connection. Samuel Clay 2010-09-16 17:19:58 -04:00
  • b7e84031e3 Escape strings for regex query. Greg Turner 2010-09-16 14:37:18 +10:00
  • f11ee1f9cf Added support for using custom QuerySet classes Harry Marr 2010-09-15 09:47:13 +01:00
  • 449f5a00dc added a 'validate' option to Document.save() +docs +tests Nicolas Perriault 2010-09-11 17:45:57 +02:00
  • bd1bf9ba24 Merge branch 'v0.4' of git://github.com/hmarr/mongoengine into v0.4 Steve Challis 2010-08-31 00:25:10 +01:00
  • 2af5f3c56e Added support for querying by array position. Closes #36. Harry Marr 2010-08-31 00:24:30 +01:00
  • 1849f75ad0 Made GridFSProxy a bit stricter / safer Harry Marr 2010-08-31 00:23:59 +01:00
  • 32e66b29f4 Fixed FileField problem caused by shared objects Harry Marr 2010-08-30 22:12:05 +01:00
  • 69012e8ad1 Fixed incorrect $pull test Harry Marr 2010-08-30 19:59:49 +01:00
  • 17642c8a8c Fixed QuerySet.average issue that ignored 0 Harry Marr 2010-08-30 19:48:17 +01:00
  • f1aec68f23 Inherit index options. Mircea Pasoi 2010-08-27 20:46:44 -07:00
  • 3e30d71263 Support for background and drop_dups indexing options. Mircea Pasoi 2010-08-27 20:25:07 -07:00
  • 266f33adc4 Bug fix for gridfs FileField. Mircea Pasoi 2010-08-24 19:16:54 -07:00
  • dcc8d22cec Proper unique index name when using db_field. Mircea Pasoi 2010-08-24 16:22:56 -07:00
  • 9540555b26 Merge branch 'master' of git://github.com/flosch/mongoengine into v0.4 Harry Marr 2010-08-30 17:29:59 +01:00
  • 185e7a6a7e Better way of checking if new_class has an 'objects' attribute. Florian Schlachter 2010-08-30 18:38:41 +02:00
  • c39f315ddc Merge remote branch 'hmarr/v0.4' Florian Schlachter 2010-08-30 18:38:12 +02:00
  • 5b230b90b9 Doc fix (all operator) Harry Marr 2010-08-30 15:34:29 +01:00
  • 1ed9a36d0a Added test for pop operation Harry Marr 2010-08-30 14:02:02 +01:00
  • e0911a5fe0 Replaced slow exception handling with has_key. Florian Schlachter 2010-08-30 14:58:58 +02:00
  • 3297578e8d Merge branch 'master' of http://github.com/richardhenry/mongoengine into v0.4 Harry Marr 2010-08-30 13:57:42 +01:00
  • 954d5c16d8 Merge branch 'master' of http://github.com/serverplot/mongoengine into v0.4 Harry Marr 2010-08-30 13:56:28 +01:00
  • 95efa39b52 Added *.egg to .gitignore. Florian Schlachter 2010-08-30 14:56:18 +02:00
  • c27ccc91d2 Merge remote branch 'hmarr/v0.4' Florian Schlachter 2010-08-30 14:55:49 +02:00
  • 4fb6fcabef Added test for overriding objects Harry Marr 2010-08-30 13:54:20 +01:00
  • 2635e41f69 Merge branch 'master' of http://github.com/theojulienne/mongoengine into v0.4 Harry Marr 2010-08-30 13:54:07 +01:00