Stefan Wójcik 
							
						 
					 
					
						
						
							
						
						609f50d261 
					 
					
						
						
							
							Fix the duplicate ListField max_length test ( #2110 )  
						
						 
						
						... 
						
						
						
						This is a follow-up after #2107 .
Not sure what happened here, but in
87194856ec 
I committed a copy-paste of the same test instead of a test validating the
max_length behavior along with a "set" operator. 
						
						
					 
					
						2019-06-27 16:45:31 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefan Wójcik 
							
						 
					 
					
						
						
							
						
						82f0eb1cbc 
					 
					
						
						
							
							Add a max_length param to the ListField ( #2107 )  
						
						 
						
						... 
						
						
						
						This is similar to the `max_length` param of a `StringField`.
Sometimes you don't want your lists to be able to grow indefinitely. 
						
						
					 
					
						2019-06-27 15:07:02 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefan Wójcik 
							
						 
					 
					
						
						
							
						
						b47669403b 
					 
					
						
						
							
							Format the codebase using Black ( #2109 )  
						
						 
						
						... 
						
						
						
						This commit:
1. Formats all of our existing code using `black`.
2. Adds a note about using `black` to `CONTRIBUTING.rst`.
3. Runs `black --check` as part of CI (failing builds that aren't properly formatted). 
						
						
					 
					
						2019-06-27 13:05:54 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						7d0687ec73 
					 
					
						
						
							
							custom field validator is now expected to raise a ValidationError (drop support for returning True/False)  
						
						 
						
						
						
						
					 
					
						2019-05-28 09:26:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						6e1c132ee8 
					 
					
						
						
							
							Improve minor things in the tests  
						
						 
						
						
						
						
					 
					
						2019-05-26 22:17:58 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						abfabc30c9 
					 
					
						
						
							
							Fix querying on (Generic)EmbeddedDocument subclasses fields  
						
						 
						
						
						
						
					 
					
						2019-05-01 23:23:19 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						dca837b843 
					 
					
						
						
							
							Add suport for Mongo 3.4 (travis, fix tests)  
						
						 
						
						
						
						
					 
					
						2019-02-26 21:38:23 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						3cdb5b5db2 
					 
					
						
						
							
							fix poor assert's in tests  
						
						 
						
						
						
						
					 
					
						2019-02-25 22:29:44 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						b9cc8a4ca9 
					 
					
						
						
							
							refactor more field tests into submodules  #1983  
						
						 
						
						
						
						
					 
					
						2019-02-24 10:24:12 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						28606e9985 
					 
					
						
						
							
							refactor fields tests (float, int, lazyref, long, url)  #1983  
						
						 
						
						
						
						
					 
					
						2019-02-24 10:24:12 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						6cfe6652a3 
					 
					
						
						
							
							Merge pull request  #2001  from bagerard/separate_date_fields_tests_into_submodules  
						
						 
						
						... 
						
						
						
						Separate fields tests into separate modules (date/datetime/complexdt) 
						
						
					 
					
						2019-02-19 20:57:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						2919e6765c 
					 
					
						
						
							
							separate test on binary field ( #1983 )  
						
						 
						
						
						
						
					 
					
						2019-02-17 21:45:05 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						4a46f5f095 
					 
					
						
						
							
							Separate fields tests into separate modules (date/datetime/complexdatetime)  
						
						 
						
						... 
						
						
						
						relates to #1983  
						
						
					 
					
						2019-02-17 21:32:46 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hendri Karisma 
							
						 
					 
					
						
						
							
						
						a32c893078 
					 
					
						
						
							
							in the mid DictField key can accept dollar sign  
						
						 
						
						
						
						
					 
					
						2018-12-19 20:24:28 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								erdenezul 
							
						 
					 
					
						
						
							
						
						d3a592e5bf 
					 
					
						
						
							
							Merge pull request  #1913  from bagerard/1453_mapfield_list_reference_field  
						
						 
						
						... 
						
						
						
						Fix complex combinations of DictField(ListField(ReferenceField)) 
						
						
					 
					
						2018-12-13 09:16:19 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						c306d42d08 
					 
					
						
						
							
							Fix bug  #1733  of _delta method (Issue with DynamicDocument and default value) + add test case  
						
						 
						
						
						
						
					 
					
						2018-11-13 20:57:41 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						23324f0f87 
					 
					
						
						
							
							minor fix in ImageField docstring  
						
						 
						
						
						
						
					 
					
						2018-11-04 22:14:27 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						14d861bcbb 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/MongoEngine/mongoengine  into generic_ref_field_changed  
						
						 
						
						
						
						
					 
					
						2018-10-30 23:21:19 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						f6cd349a16 
					 
					
						
						
							
							Fix bug when using GenericReferenceField, modifications to the referenced document are tracked in the parent  #1934  
						
						 
						
						
						
						
					 
					
						2018-10-30 23:00:05 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						8e1c4dec87 
					 
					
						
						
							
							Merge pull request  #1846  from bagerard/fix_validator_of_binary_field  
						
						 
						
						... 
						
						
						
						fix validator of BinaryField 
						
						
					 
					
						2018-10-26 22:14:08 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						0fa6610fdb 
					 
					
						
						
							
							Fix complex combinations of DictField(ListField(ReferenceField)) ( #1453 )  
						
						 
						
						
						
						
					 
					
						2018-10-16 21:08:59 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								erdenezul 
							
						 
					 
					
						
						
							
						
						1887f5b7e7 
					 
					
						
						
							
							Merge pull request  #1877  from bagerard/improve_ComplexField_validation_edge_case  
						
						 
						
						... 
						
						
						
						Handles edge case when EmbeddedDocumentListField receives a Document and not a list 
						
						
					 
					
						2018-09-18 14:49:24 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						57ccfcfc1b 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/MongoEngine/mongoengine  into swat_url_fix  
						
						 
						
						
						
						
					 
					
						2018-09-16 23:03:16 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						003827e916 
					 
					
						
						
							
							rewrote some poorly written assertions like: assertTrue(isinstance(a, b)) assertTrue(a==b) assertTrue(a!=b) assertTrue(a in b)  
						
						 
						
						
						
						
					 
					
						2018-09-06 21:47:06 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						282b83ac08 
					 
					
						
						
							
							Fix default value of ComplexDateTime + fixed descriptor .__get__ for class attribute  
						
						 
						
						
						
						
					 
					
						2018-09-04 23:48:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						193656e71b 
					 
					
						
						
							
							detect when EmbeddedDocumentListField receives an EmbeddedDocument instance instead of a list. It is a common mistake and the error wasn't meaningful (was fired from _from_son)  
						
						 
						
						... 
						
						
						
						(relates to #1464 ) 
						
						
					 
					
						2018-09-04 22:26:19 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						5dbee2a270 
					 
					
						
						
							
							Ensures EmbeddedDocumentField does not accepts references to Document classes in its constructor  
						
						 
						
						
						
						
					 
					
						2018-08-30 22:06:36 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						b71ff6fbb8 
					 
					
						
						
							
							fix validator of BinaryField. In fact bson.Binary fails if we give it unicode in input  #273  
						
						 
						
						
						
						
					 
					
						2018-08-18 23:04:46 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gram 
							
						 
					 
					
						
						
							
						
						19a6e324c4 
					 
					
						
						
							
							+tests for date field  
						
						 
						
						
						
						
					 
					
						2018-07-20 17:37:23 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								erdenezul 
							
						 
					 
					
						
						
							
						
						7fb1c9dd35 
					 
					
						
						
							
							Merge branch 'master' into master  
						
						 
						
						
						
						
					 
					
						2018-05-21 16:22:07 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								swathi 
							
						 
					 
					
						
						
							
						
						8b5df3ca17 
					 
					
						
						
							
							fix - allow url with underscore in domain  
						
						 
						
						
						
						
					 
					
						2018-02-08 12:31:40 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erdenezul 
							
						 
					 
					
						
						
							
						
						101947da8b 
					 
					
						
						
							
							update fields argument when given  #1172  
						
						 
						
						
						
						
					 
					
						2017-12-23 00:00:57 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								erdenezul 
							
						 
					 
					
						
						
							
						
						18a5fba42b 
					 
					
						
						
							
							Revert "add tests to increase code coverage"  
						
						 
						
						
						
						
					 
					
						2017-12-22 20:19:21 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								erdenezul 
							
						 
					 
					
						
						
							
						
						b5a3b6f86a 
					 
					
						
						
							
							Merge pull request  #1645  from erdenezul/inc_cov  
						
						 
						
						... 
						
						
						
						add tests to increase code coverage 
						
						
					 
					
						2017-12-22 20:14:31 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emmanuel Leblond 
							
						 
					 
					
						
						
							
						
						e74f659015 
					 
					
						
						
							
							Improve LazyReferenceField and GenericLazyReferenceField with nested fields  
						
						 
						
						
						
						
					 
					
						2017-11-22 11:44:49 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emmanuel Leblond 
							
						 
					 
					
						
						
							
						
						35d0458228 
					 
					
						
						
							
							Add GenericLazyReferenceField  
						
						 
						
						
						
						
					 
					
						2017-11-06 12:29:19 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emmanuel Leblond 
							
						 
					 
					
						
						
							
						
						e6c0280b40 
					 
					
						
						
							
							Add LazyReferenceField  
						
						 
						
						
						
						
					 
					
						2017-10-31 18:58:42 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erdenezul Batmunkh 
							
						 
					 
					
						
						
							
						
						ba99190f53 
					 
					
						
						
							
							add tests to increase coverage  
						
						 
						
						
						
						
					 
					
						2017-09-10 13:09:20 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erdenezul Batmunkh 
							
						 
					 
					
						
						
							
						
						70088704e2 
					 
					
						
						
							
							add tests to increase code coverage  
						
						 
						
						
						
						
					 
					
						2017-09-10 01:37:17 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo.Yi 
							
						 
					 
					
						
						
							
						
						9f02f71c52 
					 
					
						
						
							
							[fix]fix some personal hobby  
						
						 
						
						
						
						
					 
					
						2017-07-16 18:47:20 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo.Yi 
							
						 
					 
					
						
						
							
						
						820b5cbb86 
					 
					
						
						
							
							[fix]pass test case and fix field type error  
						
						 
						
						
						
						
					 
					
						2017-07-06 16:07:51 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo.Yi 
							
						 
					 
					
						
						
							
						
						e6a30f899c 
					 
					
						
						
							
							[fix]validation list field with multi choice values  
						
						 
						
						
						
						
					 
					
						2017-07-06 14:57:03 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								José Enrique Carrillo Pino 
							
						 
					 
					
						
						
							
						
						2f1fe5468e 
					 
					
						
						
							
							Fix empty string casted to datetime today in DateTimeField ( #1533 )  
						
						 
						
						
						
						
					 
					
						2017-05-12 12:59:14 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefan Wojcik 
							
						 
					 
					
						
						
							
						
						009059def4 
					 
					
						
						
							
							revert  #1497  
						
						 
						
						
						
						
					 
					
						2017-05-07 21:29:13 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefan Wójcik 
							
						 
					 
					
						
						
							
						
						466935e9a3 
					 
					
						
						
							
							Unicode support in EmailField ( #1527 )  
						
						 
						
						
						
						
					 
					
						2017-04-16 13:58:58 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omer Katz 
							
						 
					 
					
						
						
							
						
						972ac73dd9 
					 
					
						
						
							
							Merge pull request  #1497  from userlocalhost/feature/order_guarantee  
						
						 
						
						... 
						
						
						
						added a feature to save object data in order 
						
						
					 
					
						2017-04-07 10:49:39 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Fortescue-Webb 
							
						 
					 
					
						
						
							
						
						5713de8966 
					 
					
						
						
							
							Use the objectid in the test  
						
						 
						
						
						
						
					 
					
						2017-03-29 11:34:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Fortescue-Webb 
							
						 
					 
					
						
						
							
						
						58f293fef3 
					 
					
						
						
							
							Allow ReferenceFields to take ObjectIds  
						
						 
						
						
						
						
					 
					
						2017-03-29 10:34:50 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hiroyasu OHYAMA 
							
						 
					 
					
						
						
							
						
						ffbb2c9689 
					 
					
						
						
							
							This is Additional tests for the container_class parameter of DynamicField  
						
						 
						
						... 
						
						
						
						This tests DynamicField dereference with ordering guarantee. 
						
						
					 
					
						2017-03-08 14:46:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefan Wójcik 
							
						 
					 
					
						
						
							
						
						f9ccf635ca 
					 
					
						
						
							
							Respect db fields in multiple layers of embedded docs ( #1501 )  
						
						 
						
						
						
						
					 
					
						2017-03-05 18:20:09 -05:00