Commit Graph

  • 13897db6d3 Fix mongomock url prefix error during connection Emmanuel Leblond 2016-01-20 11:06:45 +01:00
  • c4afdb7198 Merge pull request #1123 from Cykooz/master Emmanuel Leblond 2016-01-19 18:38:03 +01:00
  • 0284975f3f Correct test_reload_of_non_strict_with_special_field_name for pymongo<2.9 Emmanuel Leblond 2016-01-19 15:34:38 +01:00
  • 269e3d1303 Merge pull request #1205 from Zephor5/patch-1 Omer Katz 2016-01-13 15:59:08 +02:00
  • 8c81f7ece9 add highlight for python code Zephor 2016-01-06 12:00:48 +08:00
  • f6e0593774 Merge pull request #1198 from rusnassonov/patch-1 Omer Katz 2015-12-27 13:54:58 +02:00
  • 3d80e549cb fix missing quote in /docs/guide/mongomock.rst Ruslan Nassonov 2015-12-25 15:52:35 +05:00
  • acc7448dc5 Fix pre_bulk_insert signal Nick Pjetrovic 2015-12-24 18:30:46 -05:00
  • 35d3d3de72 fix-#1187: count on ListField of EmbeddedDocumentField fails David Bordeynik 2015-12-15 22:26:30 +02:00
  • 0372e07eb0 Merge pull request #1114 from gmacon/sparse-compound Omer Katz 2015-12-10 07:27:22 +02:00
  • 00221e3410 Allow sparse compound indexes George Macon 2015-09-16 15:27:57 -04:00
  • 9c264611cf Add EmbeddedDocumentListField to user guide bitdivision 2015-12-09 11:40:22 +00:00
  • 31d7f70e27 Merge pull request #1153 from AWhetter/fixWindowsTest Omer Katz 2015-12-08 20:29:28 +02:00
  • 04e8b83d45 Fixed being unable to run tests on Windows Ashley Whetter 2015-11-10 11:05:30 +00:00
  • e87bf71f20 Merge pull request #1170 from hhstore/master Omer Katz 2015-12-08 07:16:59 +02:00
  • 2dd70c8d62 Merge pull request #1180 from moonso/add-mongomock-docs Omer Katz 2015-12-06 13:23:04 +02:00
  • a3886702a3 Added page for documenting mongomock. Updated docs/guide/index.rst moonso 2015-12-06 11:02:26 +01:00
  • 713af133a0 Moved #1151 changelog entry to the correct version. Omer Katz 2015-12-06 07:54:25 +02:00
  • 057ffffbf2 Merge pull request #1151 from RussellLuo/feature-support-mocking Omer Katz 2015-12-06 07:53:00 +02:00
  • a81d6d124b Update AUTHORS and add changelog entry for #1151 RussellLuo 2015-12-06 11:11:46 +08:00
  • 23f07fde5e Add support for mocking MongoEngine based on mongomock RussellLuo 2015-11-08 22:11:47 +08:00
  • b42b760393 Merge branch 'fix-reloading-strict' of https://github.com/paularmand/mongoengine into fix-reloading-strict and bumped version. v0.10.5 Omer Katz 2015-11-30 12:13:34 +02:00
  • bf6f4c48c0 Merge pull request #1167 from BeardedSteve/upsert_one v0.10.4 Omer Katz 2015-11-30 12:08:04 +02:00
  • 6133f04841 Manual merge conflicts in AUTHORS Paul-Armand Verhaegen 2015-11-27 23:55:55 +01:00
  • 3c18f79ea4 Added test for reloading of strict with special fields #1156 Paul-Armand Verhaegen 2015-11-27 23:45:25 +01:00
  • 2af8342fea bugfix - two small bugs. hhstore 2015-11-26 12:01:42 +08:00
  • fc3db7942d updated changelog and version tuple srossiter 2015-11-24 12:56:59 +00:00
  • 164e2b2678 Docstring change and rename variable to avoid clash with kwargs srossiter 2015-11-24 12:53:09 +00:00
  • b7b28390df Added upsert_one method on BaseQuerySet and modified test_upsert_one srossiter 2015-11-24 12:46:38 +00:00
  • a6e996d921 Added #1165 to the changelog. Omer Katz 2015-11-24 07:06:54 +02:00
  • 07e666345d Merge pull request #1165 from touilleMan/bug-1164 Omer Katz 2015-11-24 07:04:54 +02:00
  • 007f10d29d Merge pull request #1161 from AWhetter/docFix Omer Katz 2015-11-24 07:01:49 +02:00
  • f9284d20ca Moved #1042 to the next version in the changelog. v0.10.3 Omer Katz 2015-11-24 07:00:09 +02:00
  • 9050869781 Merge pull request #1042 from closeio/fix-read-preference Omer Katz 2015-11-24 06:58:51 +02:00
  • 54975de0f3 fix read_preference for PyMongo 3+ Stefan Wojcik 2015-07-05 15:59:50 -07:00
  • a7aead5138 re-create the cursor object whenever we apply read_preference Stefan Wojcik 2015-06-24 22:34:38 -07:00
  • 6868f66f24 Merge pull request #1155 from AWhetter/fix837 Omer Katz 2015-11-23 15:52:54 +02:00
  • 3c0b00e42d Added python 3.5 to the build. v0.10.2 Omer Katz 2015-11-23 15:40:16 +02:00
  • 3327388f1f Merge pull request #1122 from larsbutler/improve-reverse_delete_rule-docs Omer Katz 2015-11-23 15:29:20 +02:00
  • 04497aec36 Fixed setting dbref to True on abstract reference fields causing the reference to be stored incorrectly Ashley Whetter 2015-11-11 09:24:31 +00:00
  • aa9d596930 Updated documentation for abstract reference changes Ashley Whetter 2015-11-10 15:03:15 +00:00
  • f96e68cd11 Made type inheritance a validation check for abstract references Ashley Whetter 2015-11-10 15:02:19 +00:00
  • 013227323d ReferenceFields can now reference abstract Document types Ashley Whetter 2015-11-10 14:29:25 +00:00
  • 19cbb442ee Added #1129 to the changelog. Omer Katz 2015-11-23 13:57:15 +02:00
  • c0e7f341cb Merge pull request #1129 from illico/feature/arbitrary-metadata Omer Katz 2015-11-23 12:49:48 +02:00
  • 0a1ba7c434 Add SaveConditionError to __all__ Emmanuel Leblond 2015-11-21 10:25:11 +01:00
  • b708dabf98 Merge pull request #1158 from gmacon/551-shard-key-embedded Omer Katz 2015-11-20 07:50:52 +02:00
  • 899e56e5b8 Add gmacon to AUTHORS George Macon 2015-11-19 17:15:40 -05:00
  • f6d3bd8ccb Update changelog for #551 George Macon 2015-11-19 17:15:27 -05:00
  • deb5677a57 Allow shard key to be in an embedded document (#551) George Macon 2015-11-19 17:14:45 -05:00
  • 5c464c3f5a Bumped version to 0.10.1 v0.10.1 Omer Katz 2015-11-18 14:07:39 +02:00
  • cceef33fef Fixed a couple of documentation typos Ashley Whetter 2015-11-17 14:22:10 +00:00
  • ed8174fe36 Added Paul-Armand Verhaegen to contributor list Paul-Armand Verhaegen 2015-11-15 15:32:26 +01:00
  • 3c8906494f Added #1156 to changelog Paul-Armand Verhaegen 2015-11-15 15:31:22 +01:00
  • 6e745e9882 fixed wrong indentation style Paul-Armand Verhaegen 2015-11-10 21:13:24 +01:00
  • fb4e9c3772 fix for reloading of strict with special fields Paul-Armand Verhaegen 2015-11-10 20:43:49 +01:00
  • 2c282f9550 Added changelog entry for #1131. Omer Katz 2015-11-08 12:18:12 +02:00
  • d92d41cb05 Merge pull request #1131 from noirbizarre/fix-instance-back-references Omer Katz 2015-11-08 12:14:37 +02:00
  • 82e7050561 Merge pull request #1134 from abonhomme/patch-1 Omer Katz 2015-11-05 15:49:53 +02:00
  • 44f92d4169 docstring correction abonhomme 2015-10-23 11:07:26 -04:00
  • 2f1fae38dd Merge pull request #1117 from reallistic/master David Bordeynik 2015-10-21 08:40:39 +03:00
  • 9fe99979fe Fix tests on Python 2.6 (assertIsNotNone does not exists) Axel Haustant 2015-10-19 18:04:15 +02:00
  • 6399de0b51 Fix _instance on list of EmbeddedDocuments Axel Haustant 2015-10-19 16:39:00 +02:00
  • 959740a585 Fix false positive test on _instance Axel Haustant 2015-10-19 16:33:40 +02:00
  • 159b082828 Recursively create mongo query for embeddeddocument elemMatch reallistic 2015-09-24 16:31:38 -07:00
  • 8e7c5af16c Merge remote-tracking branch 'remotes/upstream/master' Gang Li 2015-10-18 01:28:50 -04:00
  • c1645ab7a7 restored Gang Li 2015-10-18 01:14:27 -04:00
  • 2ae2bfdde9 updated changelog.rst for #1119 Gang Li 2015-10-18 00:31:40 -04:00
  • 3fe93968a6 update test case for: Please recall fix on: Saving document doesn't create new fields in existing collection #620 #1126 Gang Li 2015-10-18 00:19:36 -04:00
  • 79a2d715b0 Merge pull request #1121 from larsbutler/simplify-install-deps Omer Katz 2015-10-14 12:45:14 +03:00
  • 50b271c868 Arbitrary metadata documentation. Alice Bevan–McGregor 2015-10-13 22:51:03 -04:00
  • a57f28ac83 Correction for local monkeypatch. Alice Bevan–McGregor 2015-10-13 22:41:58 -04:00
  • 3f3747a2fe Minor formatting tweaks and additional comments. Alice Bevan–McGregor 2015-10-13 21:59:46 -04:00
  • d133913c3d Remove now superfluous special cases. Alice Bevan–McGregor 2015-10-13 21:59:29 -04:00
  • e049cef00a Add arbitrary metadata capture to BaseField. Alice Bevan–McGregor 2015-10-13 21:54:58 -04:00
  • eb8176971c Removed "elif field.default" block to avoid silently, inconsistently changing database This resolved issue Please recall fix on: Saving document doesn't create new fields in existing collection #620 #1126 Gang Li 2015-10-12 23:33:54 -04:00
  • 5bbfca45fa Fixed: ListField minus index assignment does not work #1119 Add code to detect '-1' as a integer. Normalize negative index to regular list index Added list assignment test case Gang Li 2015-10-12 10:34:26 -04:00
  • 9b500cd867 docs/changelog.rst: fix #1079 to version 0.10.1 - DEV Lars Butler 2015-10-05 12:16:12 +02:00
  • b52cae6575 AUTHORS: Add Lars Butler (that's me!) Lars Butler 2015-10-05 12:15:35 +02:00
  • 35a0142f9b setup.py, tox.ini: move nose/rednose from install deps to test deps Lars Butler 2015-10-05 12:03:46 +02:00
  • d4f6ef4f1b Merge pull request #1113 from DavidBord/fix-1105 David Bordeynik 2015-10-11 21:14:05 +03:00
  • 11024deaae Fixed detection of shared connections Kirill Kuzminykh 2015-10-05 22:40:44 +03:00
  • 5a038de1d5 fields.ReferenceField: add integer values to reverse_delete_rule docs Lars Butler 2015-10-05 14:31:41 +02:00
  • 903982e896 Merge pull request #1088 from touilleMan/bug-1058 Emmanuel Leblond 2015-09-21 12:10:23 +02:00
  • 6355c404cc fix-#1105: StrictDict & SemiStrictDict are shadowed at init time David Bordeynik 2015-09-16 20:26:32 +03:00
  • 92b9cb5d43 Add drop_collection for test_subclass_field_query Emmanuel Leblond 2015-09-08 17:35:35 +02:00
  • 7580383d26 Add #1050 fix to changelog Emmanuel Leblond 2015-09-02 19:00:18 +02:00
  • ba0934e41e added DynamicTest.test_reload_dynamic_field Catstyle 2015-06-30 14:02:03 +08:00
  • a6a1021521 use obj._data instead of self._fields_ordered since DynamicDocument missing some attributes Catstyle 2015-06-30 11:45:17 +08:00
  • 33b4d83c73 Merge pull request #1084 from optik/patch-1 Emmanuel Leblond 2015-09-02 18:27:10 +02:00
  • 6cf630c74a Merge pull request #1096 from vasion/save-condition-for-2.4 Emmanuel Leblond 2015-09-02 18:23:37 +02:00
  • 736fe5b84e Fix unwanted dereference in DictField (issue #1058) Emmanuel Leblond 2015-08-30 10:01:24 +02:00
  • 4241bde6ea Merge pull request #1055 from zxhuang/master Omer Katz 2015-08-16 11:52:27 +03:00
  • b4ce14d744 use n instead of nModified in save_condition Momchil Rogelov 2015-08-13 10:11:42 +01:00
  • 10832a2ccc save_condition falls back to "n" if "nModified" is not found to support mongo 2.4 Momchil Rogelov 2015-08-12 10:57:20 +01:00
  • 91aca44f67 Merge pull request #1093 from touilleMan/bug-1069 Emmanuel Leblond 2015-08-10 18:40:59 +02:00
  • 96cfbb201a Replace use close method in pymongo Emmanuel Leblond 2015-08-04 18:02:57 +02:00
  • b2bc155701 Merge pull request #1087 from marcoskv/patch-1 David Bordeynik 2015-08-01 11:22:35 +03:00
  • a70ef5594d QuerySet count vs len #937 marcoskv 2015-07-26 22:41:24 +02:00
  • 6d991586fd Bad property name for indices description in docs optik 2015-07-24 15:26:10 +02:00