Commit Graph

  • a6948771d8 Added ReferencField handling with .distinct() Ross Lawley 2011-12-02 06:47:58 -08:00
  • 403977cd49 Added test for saving references unnecessarily. Ross Lawley 2011-12-02 06:40:57 -08:00
  • 153538cef9 Added test for saving false on dynamic documents Ross Lawley 2011-12-02 06:34:51 -08:00
  • 9f1196e982 Merge branch 'dev' of github.com:hmarr/mongoengine into dev Ross Lawley 2011-12-02 06:04:12 -08:00
  • 6419a8d09a Fixed False BooleanField marked as unset by _delta() Ross Lawley 2011-12-02 06:03:15 -08:00
  • 769cee3d64 Merge pull request #379 from wpjunior/patch-3 Ross Lawley 2011-12-02 05:19:49 -08:00
  • fc460b775e Small improvements for item_frequencies Wilson Júnior 2011-12-02 09:46:51 -02:00
  • ba59e498de Custom __instancecheck__ no longer needed Ross Lawley 2011-12-02 02:52:06 -08:00
  • 939bd2bb1f Updated Documentation Ross Lawley 2011-12-02 02:49:16 -08:00
  • e231f71b4a EmbeddedDocuments dont support Reverse Delete Rules Ross Lawley 2011-12-02 02:46:55 -08:00
  • d06c5f036b Cleaned up _transform_query Ross Lawley 2011-12-02 00:37:32 -08:00
  • 071562d755 Fixed issue with dynamic documents deltas Ross Lawley 2011-12-02 00:11:25 -08:00
  • 391f659af1 Updated docs re: reverse delete rules Ross Lawley 2011-12-01 08:16:13 -08:00
  • 8a44232bfc Added Reverse Delete Rule support to ListFields Ross Lawley 2011-12-01 07:57:24 -08:00
  • 9188f9bf62 Added custom cascade kwarg options Ross Lawley 2011-11-30 08:54:33 -08:00
  • 0187a0e113 Handle updating and getting None values Ross Lawley 2011-11-30 08:12:32 -08:00
  • beacfae400 Removed use of _get_subclasses favouring get_document Ross Lawley 2011-11-30 07:55:33 -08:00
  • fdc385ea33 Allow dynamic data to be deleted Ross Lawley 2011-11-30 03:06:46 -08:00
  • 8b97808931 Added docs for elemMatch Ross Lawley 2011-11-30 02:30:29 -08:00
  • 179c4a10c8 Merge branch 'elemmatch' of https://github.com/wpjunior/mongoengine into elemmatch Ross Lawley 2011-11-30 02:26:54 -08:00
  • 6cef571bfb Added Reverse option to SortedLists Ross Lawley 2011-11-30 02:15:47 -08:00
  • fbe8b28b2e Merge branch 'bug/318' into dev Ross Lawley 2011-11-29 03:46:11 -08:00
  • a8d91a56bf Fixes circular list references Ross Lawley 2011-11-29 03:43:49 -08:00
  • 8d7291506e Updated Authors Ross Lawley 2011-11-29 01:44:23 -08:00
  • d9005ac2fc added elemMatch support Wilson Júnior 2011-11-28 14:45:57 -02:00
  • c775c0a80c Circular references with EmbeddedDocumentField fix Ross Lawley 2011-11-28 08:23:28 -08:00
  • 700e2cd93d Updated changelog Ross Lawley 2011-11-28 08:16:36 -08:00
  • 083f00be84 Fixes passed in Constructor data for complexfields Ross Lawley 2011-11-28 08:09:17 -08:00
  • d00859ecfd Updated changelog - DictField fix Ross Lawley 2011-11-28 07:07:26 -08:00
  • 4e73566c11 Updated changelog - optional cascasde saves Ross Lawley 2011-11-28 07:06:56 -08:00
  • 208a467b24 Added dictfield check for Int keys Ross Lawley 2011-11-28 07:05:54 -08:00
  • e1bb453f32 Configurable cascading saves Ross Lawley 2011-11-28 05:17:19 -08:00
  • 4607b08be5 Making BaseDict / List more robust Ross Lawley 2011-11-28 06:35:19 -08:00
  • aa5c776f3d Copy and paste == brainless Ross Lawley 2011-11-28 06:21:45 -08:00
  • 0075c0a1e8 Gracefully handle when self.observer is absent Ross Lawley 2011-11-28 05:54:03 -08:00
  • 83fff80b0f Cleaned up dereferencing Ross Lawley 2011-11-25 08:28:20 -08:00
  • 5e553ffaf7 Added reconnect back into the syntax Ross Lawley 2011-11-24 00:59:43 -08:00
  • 6d185b7f7a Merge pull request #366 from wpjunior/filemultidb Ross Lawley 2011-11-22 12:17:35 -08:00
  • fa4b820931 added support for db_alias in FileFields Wilson Júnior 2011-11-22 13:40:01 -02:00
  • e80144e9f2 Added multidb support Ross Lawley 2011-11-18 07:22:37 -08:00
  • 63c5a4dd65 Fixes saving document schemas that have changed Ross Lawley 2011-11-22 07:34:08 -08:00
  • 34646a414c Fixes bug using positional operator to update embedded documents. Adam Parrish 2011-11-10 12:03:51 -08:00
  • 5aeee9deb2 Added PIL to spec file Ross Lawley 2011-11-04 01:55:46 -07:00
  • 4c1509a62a Updated docs re choices Ross Lawley 2011-11-04 01:54:30 -07:00
  • bfdaae944d Merge branch 'dev' of github.com:hmarr/mongoengine into dev Ross Lawley 2011-11-04 01:46:45 -07:00
  • 4e44198bbd Clean up of choices code and added tests Ross Lawley 2011-11-04 01:45:44 -07:00
  • a4e8177b76 Merge branch 'master' of https://github.com/KarimAllah/mongoengine into choices Ross Lawley 2011-11-04 01:34:58 -07:00
  • 81bf5cb78b Merge pull request #348 from wpjunior/patch-2 Ross Lawley 2011-11-02 04:54:08 -07:00
  • a9fc476fb8 fixed errors in repr if unicode string is found Wilson Júnior 2011-11-02 09:38:26 -02:00
  • 26f0c06624 Merge branch 'get_or_create_optizations' of https://github.com/wpjunior/mongoengine into get_or_create_optimizations Ross Lawley 2011-11-01 02:21:37 -07:00
  • 59bd72a888 Added tests for __repr__ fix Ross Lawley 2011-11-01 02:15:31 -07:00
  • 7d808b483e Merge branch 'master' of https://github.com/grubberr/mongoengine into slice Ross Lawley 2011-11-01 02:14:44 -07:00
  • 3ee60affa9 Renamed schema for errors Ross Lawley 2011-11-01 01:51:58 -07:00
  • 558b8123b5 Merge branch 'validation-schema' of https://github.com/n1k0/mongoengine into validation-schema Ross Lawley 2011-11-01 01:45:32 -07:00
  • ecdf2ae5c7 Updated docs and Authors Ross Lawley 2011-11-01 01:20:47 -07:00
  • aa9ed614ad Merge branch 'master' of https://github.com/mjtamlyn/mongoengine into transform_update Ross Lawley 2011-11-01 01:19:30 -07:00
  • 1acdb880fc fixing #336 Sergey Chvalyuk 2011-10-28 00:23:13 +03:00
  • 8074094568 optimizations for get_or_create Wilson Júnior 2011-10-27 06:02:59 -02:00
  • 7cd22aaf83 Removed debug print Ross Lawley 2011-10-27 01:18:32 -07:00
  • 5eb63cfa30 Updated changelog Ross Lawley 2011-10-27 01:14:51 -07:00
  • 5dc998ed52 Merge branch 'dev-bulkinsertsignal' of https://github.com/colinhowe/mongoengine into bulk Ross Lawley 2011-10-27 01:13:59 -07:00
  • 56d1139d71 Added ImageField Support Ross Lawley 2011-10-27 00:58:47 -07:00
  • 165cdc8840 Updated changelog Ross Lawley 2011-10-27 00:35:34 -07:00
  • c42aef74de Merge pull request #326 from wpjunior/fixes-325 Ross Lawley 2011-10-27 00:33:36 -07:00
  • 634e1f661f Updated docs / upgrade notes Ross Lawley 2011-10-27 00:31:48 -07:00
  • a1db437c42 got rid of assert for validation; ValidationError now extends AssertionError for BC purpose Nicolas Perriault 2011-10-25 22:38:43 +02:00
  • b8e2bdc99f simpler raising of ValidatioError Nicolas Perriault 2011-10-25 20:04:39 +02:00
  • 52d4ea7d78 Merge pull request #316 from wpjunior/fixes-315 Ross Lawley 2011-10-25 03:47:19 -07:00
  • 7db5335420 fixed URLField.validate() wasn't using BaseField.error() to raise a ValidationError Nicolas Perriault 2011-10-25 10:53:58 +02:00
  • 62480fe940 added a ValidatorError.schema properties which contains a dict representation of the whole validation error schema Nicolas Perriault 2011-10-24 17:15:34 +02:00
  • 3d7b30da77 first version of BC validation schema Nicolas Perriault 2011-10-24 01:02:31 +02:00
  • 8e87648d53 added tests for get_or_create Wilson Júnior 2011-10-19 09:44:49 -02:00
  • f842c90007 Merge branches 'master' and 'fixes-325' into fixes-325 Wilson Júnior 2011-10-19 06:57:39 -02:00
  • 7f2b686ab5 added drop_collection for test Wilson Júnior 2011-10-19 06:55:05 -02:00
  • b09c52fc7e fixes for #325 issue Wilson Júnior 2011-10-19 06:30:41 -02:00
  • 202d6e414f Update spec file Pau Aliagas 2011-10-12 11:03:56 +02:00
  • 3d817f145c fixes for #315 issue Wilson Júnior 2011-10-12 18:28:40 -03:00
  • 181e191fee Add some more files to ignore in .gitignore Pau Aliagas 2011-10-04 10:24:44 +02:00
  • 79ecf027dd Add dependencies to spec file Pau Aliagas 2011-10-04 10:33:26 +02:00
  • 76d771d20f Merge branch 'master' into dev Ross Lawley 2011-10-12 00:35:01 -07:00
  • 4d5f602ee7 Bumped the version v0.5.2 Ross Lawley 2011-10-12 00:31:02 -07:00
  • 452bbcc19b Ported fix for Circular Reference bug to Master Ross Lawley 2011-10-12 00:30:12 -07:00
  • 24b8650026 Merge remote branch 'origin/dev' into dev Ross Lawley 2011-10-12 00:18:37 -07:00
  • 269e6e29d6 Updated Authors Ross Lawley 2011-10-12 00:18:12 -07:00
  • c4b0002ddb Fixed typo Ross Lawley 2011-10-11 14:59:58 +02:00
  • 53598781b8 Facepalm - mutable default argument in method.. Ross Lawley 2011-10-11 12:44:41 +02:00
  • 0624cdd6e4 Fixes collection creation post drop_collection Ross Lawley 2011-10-11 02:26:33 -07:00
  • 5fb9d61d28 Merge remote branch 'origin/dev' into dev Ross Lawley 2011-10-11 00:15:23 -07:00
  • 7b1860d17b Fixes tree based circular references Ross Lawley 2011-10-10 09:16:32 -07:00
  • 8797565606 UPdated changelog Ross Lawley 2011-10-08 08:13:53 -07:00
  • 3d97c41fe9 Merge pull request #305 from linuxnow/integration/error_msgs Ross Lawley 2011-10-08 08:13:40 -07:00
  • 5edfeb2e29 Merge pull request #303 from linuxnow/integration/uuid Ross Lawley 2011-10-08 08:08:45 -07:00
  • 268908b3b2 Improvements to .get() efficiency Ross Lawley 2011-10-08 08:06:23 -07:00
  • fb70b47acb Merge branch 'master' into dev Ross Lawley 2011-10-08 07:33:52 -07:00
  • 591149b1f0 Bumped version for 0.5.1 release v0.5.1 Ross Lawley 2011-10-08 07:31:24 -07:00
  • 9a0a0b1bd4 Ported bugfix for circular references regression Ross Lawley 2011-10-08 07:29:12 -07:00
  • 219d316b49 Fix iteration on querysets. Marc Tamlyn 2011-10-05 13:26:57 +01:00
  • 3aa2233b5d Add field name to exception messages Pau Aliagas 2011-10-04 18:35:32 +02:00
  • d59862ae6e Merge remote-tracking branch 'upstream/dev' into integration/uuid Pau Aliagas 2011-10-04 16:02:58 +02:00
  • 0a03f9a31a Add unit tests for UUIDField Pau Aliagas 2011-10-04 15:59:56 +02:00