| 
							
							
								 Konstantin Gukov | 66b233eaea | Added the six module to test int/long support | 2016-03-06 23:01:49 +05:00 |  | 
			
				
					| 
							
							
								 Konstantin Gukov | fed58f3920 | Added support for long values in FloatFields | 2016-02-24 14:07:22 +05:00 |  | 
			
				
					| 
							
							
								 Omer Katz | 815b2be7f7 | Merge pull request #1183 from bitdivision/patch-1 Add EmbeddedDocumentListField to user guide | 2016-02-24 09:01:54 +02:00 |  | 
			
				
					| 
							
							
								 Omer Katz | f420c9fb7c | Merge pull request #1235 from hhstore/master fix a small bug - ReferenceField() comment give a wrong demo . | 2016-02-24 08:58:40 +02:00 |  | 
			
				
					| 
							
							
								 Omer Katz | 01bdf10b94 | Merge pull request #1241 from gukoff/broad_exceptions Fixed too broad exception clauses in the project | 2016-02-24 08:57:21 +02:00 |  | 
			
				
					| 
							
							
								 Konstantin Gukov | ddedc1ee92 | Fixed too broad exception clauses in the project | 2016-02-23 23:50:45 +05:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | 9e9703183f | Add test for nested list in EmbeddedDocument | 2016-02-19 02:16:37 +01:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | adce9e6220 | Raise OperationError in drop_collection if no collection is set | 2016-02-19 01:58:15 +01:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | c499133bbe | Add missing drop_collection in tests fields | 2016-02-19 00:11:30 +01:00 |  | 
			
				
					| 
							
							
								 hhstore | 8f505c2dcc | fix a small bug - ReferenceField() comment give a wrong demo . | 2016-02-17 10:55:31 +08:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | b320064418 | Add signal_kwargs arg for save/delete/bulk insert | 2016-02-09 14:28:55 +01:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | a643933d16 | Fix cascade delete mixing among collections | 2016-01-30 11:59:55 +01:00 |  | 
			
				
					| 
							
							
								 Omer Katz | 2659ec5887 | Merge pull request #1196 from nickptrvc/master Fix pre_bulk_insert signal | 2016-01-30 12:25:29 +02:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | 9f8327926d | Improve a bit queryset's test_elem_match | 2016-01-28 18:18:51 +01:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | 7a568dc118 | Add version 0.10.7 - DEV in changelog.rst | 2016-01-26 15:54:57 +01:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | c946b06be5 | Merge pull request #1218 from bbenne10/master Curry **kwargs through to_mongo on fields | 2016-01-26 15:53:21 +01:00 |  | 
			
				
					| 
							
							
								 Bryan Bennett | c65fd0e477 | Note changes for #1217 in Changelog | 2016-01-26 08:34:52 -05:00 |  | 
			
				
					| 
							
							
								 Bryan Bennett | 8f8217e928 | Add Bryan Bennett to AUTHORS | 2016-01-26 08:34:52 -05:00 |  | 
			
				
					| 
							
							
								 Bryan Bennett | 6c9e1799c7 | MongoEngine/mongoengine #1217: Curry **kwargs through to_mongo on fields | 2016-01-26 08:34:52 -05:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | decd70eb23 | Merge pull request #1220 from bagerard/patch-1 fixed minor typo in docstring
(PR has been issued by mistake to dev branch insteed of master) | 2016-01-26 00:28:04 +01:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | a20d40618f | Bump to v0.10.6
						
						
						
						
						
						
							
 v0.10.6 | 2016-01-25 01:42:19 +01:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | b4af8ec751 | Fix travis for python 3.2 | 2016-01-22 08:38:42 +01:00 |  | 
			
				
					| 
							
							
								 Bastien | feb5eed8a5 | fixed minor typo in docstring | 2016-01-21 16:59:37 +01:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | f4fa39c70e | Revert "Force pip version to 7.1.2 in tox for py32 (support dropped for latter versions)" This reverts commit 7b7165f5d8. | 2016-01-20 13:07:06 +01:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | 7b7165f5d8 | Force pip version to 7.1.2 in tox for py32 (support dropped for latter versions) | 2016-01-20 11:48:31 +01:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | 13897db6d3 | Fix mongomock url prefix error during connection | 2016-01-20 11:06:45 +01:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | c4afdb7198 | Merge pull request #1123 from Cykooz/master Fixed detection of shared connections | 2016-01-19 18:38:03 +01:00 |  | 
			
				
					| 
							
							
								 Emmanuel Leblond | 0284975f3f | Correct test_reload_of_non_strict_with_special_field_name for pymongo<2.9 | 2016-01-19 15:34:38 +01:00 |  | 
			
				
					| 
							
							
								 Omer Katz | 269e3d1303 | Merge pull request #1205 from Zephor5/patch-1 add highlight for python code | 2016-01-13 15:59:08 +02:00 |  | 
			
				
					| 
							
							
								 Zephor | 8c81f7ece9 | add highlight for python code | 2016-01-06 12:00:48 +08:00 |  | 
			
				
					| 
							
							
								 Omer Katz | f6e0593774 | Merge pull request #1198 from rusnassonov/patch-1 fix missing quote in /docs/guide/mongomock.rst | 2015-12-27 13:54:58 +02:00 |  | 
			
				
					| 
							
							
								 Ruslan Nassonov | 3d80e549cb | fix missing quote in /docs/guide/mongomock.rst | 2015-12-25 15:52:35 +05:00 |  | 
			
				
					| 
							
							
								 Nick Pjetrovic | acc7448dc5 | Fix pre_bulk_insert signal | 2015-12-24 18:30:46 -05:00 |  | 
			
				
					| 
							
							
								 David Bordeynik | 35d3d3de72 | fix-#1187: count on ListField of EmbeddedDocumentField fails | 2015-12-15 22:27:53 +02:00 |  | 
			
				
					| 
							
							
								 Omer Katz | 0372e07eb0 | Merge pull request #1114 from gmacon/sparse-compound Allow sparse compound indexes | 2015-12-10 07:27:22 +02:00 |  | 
			
				
					| 
							
							
								 George Macon | 00221e3410 | Allow sparse compound indexes | 2015-12-09 18:38:28 -05:00 |  | 
			
				
					| 
							
							
								 bitdivision | 9c264611cf | Add EmbeddedDocumentListField to user guide The 'defining a document' section currently doesn't include EmbeddedDocumentListField. Only EmbeddedDocumentField | 2015-12-09 11:40:22 +00:00 |  | 
			
				
					| 
							
							
								 Omer Katz | 31d7f70e27 | Merge pull request #1153 from AWhetter/fixWindowsTest Fixed not being able to run tests on Windows | 2015-12-08 20:29:28 +02:00 |  | 
			
				
					| 
							
							
								 Ashley Whetter | 04e8b83d45 | Fixed being unable to run tests on Windows | 2015-12-08 18:08:10 +00:00 |  | 
			
				
					| 
							
							
								 Omer Katz | e87bf71f20 | Merge pull request #1170 from hhstore/master fix for docs.code.tumblelog.py | 2015-12-08 07:16:59 +02:00 |  | 
			
				
					| 
							
							
								 Omer Katz | 2dd70c8d62 | Merge pull request #1180 from moonso/add-mongomock-docs Added page for documenting mongomock. Updated docs/guide/index.rst | 2015-12-06 13:23:04 +02:00 |  | 
			
				
					| 
							
							
								 moonso | a3886702a3 | Added page for documenting mongomock. Updated docs/guide/index.rst | 2015-12-06 11:02:26 +01:00 |  | 
			
				
					| 
							
							
								 Omer Katz | 713af133a0 | Moved #1151 changelog entry to the correct version. | 2015-12-06 07:54:25 +02:00 |  | 
			
				
					| 
							
							
								 Omer Katz | 057ffffbf2 | Merge pull request #1151 from RussellLuo/feature-support-mocking Add support for mocking MongoEngine based on mongomock | 2015-12-06 07:53:00 +02:00 |  | 
			
				
					| 
							
							
								 RussellLuo | a81d6d124b | Update AUTHORS and add changelog entry for #1151 | 2015-12-06 11:11:46 +08:00 |  | 
			
				
					| 
							
							
								 RussellLuo | 23f07fde5e | Add support for mocking MongoEngine based on mongomock Using `mongomock://` scheme in URI enables the mocking. Fix #1045. | 2015-12-06 11:08:00 +08:00 |  | 
			
				
					| 
							
							
								 Omer Katz | b42b760393 | Merge branch 'fix-reloading-strict' of https://github.com/paularmand/mongoengine into fix-reloading-strict and bumped version. # Conflicts:
#	AUTHORSv0.10.5 | 2015-11-30 12:13:47 +02:00 |  | 
			
				
					| 
							
							
								 Omer Katz | bf6f4c48c0 | Merge pull request #1167 from BeardedSteve/upsert_one Upsert onev0.10.4 | 2015-11-30 12:08:04 +02:00 |  | 
			
				
					| 
							
							
								 Paul-Armand Verhaegen | 6133f04841 | Manual merge conflicts in AUTHORS | 2015-11-27 23:55:55 +01:00 |  | 
			
				
					| 
							
							
								 Paul-Armand Verhaegen | 3c18f79ea4 | Added test for reloading of strict with special fields #1156 | 2015-11-27 23:45:25 +01:00 |  |