Commit Graph

  • 1cf3989664 Updated setup.py v0.7.0 Ross Lawley 2012-09-04 08:10:56 +01:00
  • fd296918da Fixing readme for pypi Ross Lawley 2012-09-03 15:51:36 +01:00
  • 8ad1f03dc5 Updated travis Ross Lawley 2012-09-03 15:23:30 +01:00
  • fe7e17dbd5 Updated 0.7 branch Ross Lawley 2012-09-03 15:21:52 +01:00
  • d582394a42 Merge branch 'master' into 0.7 Ross Lawley 2012-09-03 15:20:17 +01:00
  • 02ef0df019 Updated travis.yml Ross Lawley 2012-09-03 13:29:29 +01:00
  • 0dfd6aa518 Updated travis.yml - now testing multiple pymongos Ross Lawley 2012-09-03 13:22:08 +01:00
  • 0b23bc9cf2 python 2.6.4 and lower cannot handle unicode keys passed to __init__ (MongoEngine/mongoengine#101) Ross Lawley 2012-09-03 13:10:06 +01:00
  • f108c4288e Updated queryset.delete so you can use with skip / limit (MongoEngine/mongoengine#107) Ross Lawley 2012-09-03 12:53:50 +01:00
  • 9b9696aefd Updated index creation allows kwargs to be passed through refs (MongoEngine/mongoengine#104) Ross Lawley 2012-09-03 12:29:58 +01:00
  • 576e198ece Fixed Q object merge edge case (MongoEngine/mongoengine#109) Ross Lawley 2012-09-03 11:33:30 +01:00
  • 52f85aab18 Merge branch 'master' of https://github.com/dimonb/mongoengine Ross Lawley 2012-09-03 11:00:41 +01:00
  • ab60fd0490 sharded collection document reload testcase Dmitry Balabanov 2012-08-30 14:37:11 +04:00
  • d79ae30f31 fix object reload with shard_key in meta Dmitry Balabanov 2012-08-30 14:20:53 +04:00
  • f27debe7f9 Respect sharding key when delete object from collection Dmitry Balabanov 2012-08-30 12:40:44 +04:00
  • 735e043ff6 RC Version Bump v0.7rc1 Ross Lawley 2012-08-24 13:56:02 +01:00
  • 6e7f2b73cf Fix VERSION Ross Lawley 2012-08-24 16:36:17 +01:00
  • d645ce9745 Updated version calculation Ross Lawley 2012-08-24 15:08:37 +01:00
  • 7c08c140da Updated upgrade documents Ross Lawley 2012-08-24 14:18:45 +01:00
  • 81d402dc17 Fixing tests Ross Lawley 2012-08-24 13:58:38 +01:00
  • 966fa12358 Updated docs for map_reduce MongoEngine/mongoengine#67 Ross Lawley 2012-08-24 13:47:00 +01:00
  • 87792e1921 Test checking can save if not included Ross Lawley 2012-08-24 11:45:04 +01:00
  • 4c8296acc6 Added testcase for MongoEngine/mongoengine#77 Ross Lawley 2012-08-24 11:02:32 +01:00
  • 9989da07ed Updated AUTHORS and changelog.rst Ross Lawley 2012-08-24 10:40:45 +01:00
  • 1c5e6a3425 NotUniqueError gracefully replacing ambiguous OperationError when appropriate Ross Lawley 2012-08-24 10:38:00 +01:00
  • eedf908770 Update name ref: MongoEngine/mongoengine#96 Ross Lawley 2012-08-24 09:33:56 +01:00
  • 5c9ef41403 Updated AUTHORS (MongoEngine/mongoengine#85) Ross Lawley 2012-08-24 09:32:15 +01:00
  • 0bf2ad5b67 Use pk in ReferenceField fixes MongoEngine/mongoengine#85 Ross Lawley 2012-08-24 09:30:08 +01:00
  • a0e3f382cd Added testcase ref MongoEngine/mongoengine#92 Ross Lawley 2012-08-24 09:20:14 +01:00
  • f09c39b5d7 Updated AUTHORS and chaneglog.rst Ross Lawley 2012-08-24 09:10:13 +01:00
  • 89c67bf259 Merge branch 'master' of https://github.com/nikitinsm/mongoengine Ross Lawley 2012-08-24 09:08:35 +01:00
  • ea666d4607 Updated AUTHORS and changelog.rst Ross Lawley 2012-08-24 09:00:39 +01:00
  • b8af154439 Merge pull request #88 from akolechkin/master Ross Lawley 2012-08-24 00:58:09 -07:00
  • f594ece32a Fixed MRO issue in base.py MongoEngine/mongoengine#95 Ross Lawley 2012-08-24 08:54:54 +01:00
  • 03beb6852a Merge branch 'master' of https://github.com/elasticsales/mongoengine Ross Lawley 2012-08-24 08:53:26 +01:00
  • ab9e9a3329 adding comment to the MRO test case Anthony Nemitz 2012-08-23 18:09:51 -07:00
  • a4b09344af test case for multiple inheritance raising MRO exception Anthony Nemitz 2012-08-23 18:08:12 -07:00
  • 8cb8aa392c Updated tests Ross Lawley 2012-08-23 17:08:23 +01:00
  • 3255519792 Updating test Ross Lawley 2012-08-23 16:31:22 +01:00
  • 7e64bb2503 Update mongoengine/fields.py Sergey 2012-08-23 14:32:27 +04:00
  • 86a78402c3 Update mongoengine/fields.py Sergey 2012-08-23 14:29:29 +04:00
  • ba276452fb Fix tests Ross Lawley 2012-08-23 11:09:07 +01:00
  • 4ffa8d0124 Updated ReferenceField's to optionally store ObjectId strings. Ross Lawley 2012-08-22 08:25:26 +01:00
  • 4bc5082681 fix for UnboundLocalError when use the composite index with primary key field Anton Kolechkin 2012-08-23 11:58:04 +07:00
  • 0e3c34e1da test for composite index with pk, i used EmbeddedDocument because this is the only issue when it's needed Anton Kolechkin 2012-08-23 11:57:22 +07:00
  • 658b3784ae Split out warning tests as they are order dependent Ross Lawley 2012-08-22 09:44:32 +01:00
  • 0526f577ff Embedded Documents still can inherit fields MongoEngine/mongoengine#84 Ross Lawley 2012-08-22 09:27:18 +01:00
  • bb1b9bc1d3 Fixing api docs Ross Lawley 2012-08-21 17:49:12 +01:00
  • b1eeb77ddc Added FutureWarning - save will default to cascade=False in 0.8 Ross Lawley 2012-08-21 17:45:51 +01:00
  • 999d4a7676 Fixed broken test Ross Lawley 2012-08-21 17:29:38 +01:00
  • 1b80193aac Added example of indexing embedded fields Ross Lawley 2012-08-20 17:50:18 +01:00
  • be8d39a48c Updated changelog / AUTHORS (MongoEngine/mongoengine#80) Ross Lawley 2012-08-20 17:35:19 +01:00
  • a2f3d70f28 Merge pull request #80 from biszkoptwielki/master Ross Lawley 2012-08-20 09:34:05 -07:00
  • 676a7bf712 Image resize fails when Froce flag is set mikolaj 2012-08-18 17:27:22 +01:00
  • e990a6c70c Improve unicode key handling for PY25 Ross Lawley 2012-08-17 16:13:45 +01:00
  • 90fa0f6c4a Add flexibility for fields handling bad data (MongoEngine/mongoengine#78) Ross Lawley 2012-08-17 16:02:33 +01:00
  • 22010d7d95 Updated benchmark stats Ross Lawley 2012-08-17 15:04:09 +01:00
  • 66279bd90f Post refactor cleanups (ref: meta cleanups) Ross Lawley 2012-08-17 11:58:57 +01:00
  • 19da228855 Cleaned up the metaclasses for documents Ross Lawley 2012-08-17 11:15:36 +01:00
  • 9e67941bad Use weakref proxies in base lists / dicts (MongoEngine/mongoengine#74) Ross Lawley 2012-08-14 10:34:17 +01:00
  • 0454fc74e9 Updated changelog Ross Lawley 2012-08-14 10:32:26 +01:00
  • 2f6b1c7611 Improved queryset filtering (hmarr/mongoengine#554) Ross Lawley 2012-08-13 17:29:33 +01:00
  • f00bed6058 Updated test cases for dynamic docs Ross Lawley 2012-08-13 16:53:36 +01:00
  • 529c522594 Updated changelog - fixed dynamic document issue Ross Lawley 2012-08-13 16:42:51 +01:00
  • 2bb9493fcf Updated doc Ross Lawley 2012-08-13 15:05:01 +01:00
  • 839ed8a64a Added test for abstract shard key Ross Lawley 2012-08-13 14:57:35 +01:00
  • 500eb920e4 Use info from getlasterror whether a document has been updated or created. Manuel Hermann 2012-08-07 17:04:03 +02:00
  • 017a31ffd0 Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2012-08-07 13:24:27 +01:00
  • 83b961c84d Merge pull request #64 from alonho/abstract_shard_key Ross Lawley 2012-08-07 05:24:45 -07:00
  • fa07423ca5 Removing python 2.4 code Ross Lawley 2012-08-07 13:10:56 +01:00
  • dd4af2df81 Python 2.5 and 3.1 support confirmed Ross Lawley 2012-08-07 13:07:51 +01:00
  • 44bd8cb85b Merge branch 'master' of https://github.com/LaineHerron/mongoengine into 0.7 Ross Lawley 2012-08-07 10:45:01 +01:00
  • 52d80ac23c Merge branch 'master' into 0.7 Ross Lawley 2012-08-07 10:41:49 +01:00
  • 43a5d73e14 propagate the shard_key from abstract base classes' meta Alon Horev 2012-08-07 09:12:39 +00:00
  • abc764951d Merge branch 'master' into dev Ross Lawley 2012-08-07 10:07:54 +01:00
  • 9cc6164026 Version bump v0.6.20 Ross Lawley 2012-08-07 10:05:01 +01:00
  • 475488b9f2 Added support for distinct and db_alias (MongoEngine/mongoengine#59) Ross Lawley 2012-08-07 10:04:05 +01:00
  • 95b1783834 Updated changelog Ross Lawley 2012-08-07 09:31:51 +01:00
  • 12c8b5c0b9 Make chained querysets work if constraining the same fields. Anthony Nemitz 2012-07-27 23:06:47 -07:00
  • f99b7a811b Fixed error in Binary Field Ross Lawley 2012-08-07 08:53:58 +01:00
  • 0575abab23 mend Laine 2012-08-03 15:09:50 -07:00
  • 9eebcf7beb Merge branch 'master' of https://github.com/LaineHerron/mongoengine Laine 2012-08-03 15:08:21 -07:00
  • ed74477150 made compatable with python 2.5 Laine 2012-08-02 15:30:21 -07:00
  • 2801b38c75 Version Bump v0.6.19 Ross Lawley 2012-08-03 14:36:31 +01:00
  • dc3fea875e Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2012-08-03 12:56:27 +01:00
  • aab8c2b687 Merge pull request #57 from filipd/patch-1 Ross Lawley 2012-08-03 04:56:55 -07:00
  • 3577773af3 Added reference to the official repository Filip Dupanović 2012-08-03 14:55:18 +03:00
  • dd023edc0f made compatable with python 2.5 Laine 2012-08-02 15:30:21 -07:00
  • 8ac9e6dc19 Updated the documents Ross Lawley 2012-08-02 14:11:02 +01:00
  • f45d4d781d Updated test for py3.2 Ross Lawley 2012-08-02 09:26:33 +01:00
  • c95652d6a8 Updated AUTHORS Ross Lawley 2012-08-02 09:23:15 +01:00
  • 97b37f75d3 Travis - Not sure python 3.3 support is there yet Ross Lawley 2012-08-02 09:22:12 +01:00
  • 95dae48778 Fixing build Ross Lawley 2012-08-02 09:20:41 +01:00
  • 73635033bd Updated travis config Ross Lawley 2012-08-02 09:10:42 +01:00
  • c1619d2a62 Fixed image_field attributes regression Ross Lawley 2012-08-02 08:47:38 +01:00
  • b87ef982f6 Merge branch 'master' into dev Ross Lawley 2012-08-02 08:33:17 +01:00
  • 91aa90ad4a Added Python 3 support to MongoEngine Laine 2012-08-01 17:21:48 -07:00
  • 4b3cea9e78 Added Binary support to UUID (MongoEngine/mongoengine#47) Ross Lawley 2012-08-01 16:03:33 +01:00
  • 2420b5e937 Fixed MapField lookup for fields without declared lookups (MongoEngine/mongoengine#46) Ross Lawley 2012-08-01 15:14:56 +01:00
  • f23a976bea Added Tommi Komulainen to the contributors list Ross Lawley 2012-08-01 15:01:21 +01:00