erdenezul 
							
						 
					 
					
						
						
							
						
						7b9f084e6b 
					 
					
						
						
							
							Merge branch 'master' into fix_doc_index_options  
						
						
						
						
					 
					
						2018-09-07 14:27:57 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						5b1693a908 
					 
					
						
						
							
							Merge pull request  #1871  from bagerard/improve_query_counter  
						
						... 
						
						
						
						Fix few things related to query_counter context manager 
						
						
					 
					
						2018-09-07 14:22:12 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						fd7c00da49 
					 
					
						
						
							
							Merge pull request  #1883  from svanburen/patch-1  
						
						... 
						
						
						
						Update link to index options 
						
						
					 
					
						2018-09-07 10:46:39 +08:00 
						 
				 
			
				
					
						
							
							
								Stefan VanBuren 
							
						 
					 
					
						
						
							
						
						7fc5ced3af 
					 
					
						
						
							
							Update link to index options  
						
						
						
						
					 
					
						2018-09-06 16:50:31 -04:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						a86092fb64 
					 
					
						
						
							
							fix doc for meta index_options  
						
						
						
						
					 
					
						2018-09-06 22:33:33 +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 
						 
				 
			
				
					
						
							
							
								Sergey Tereschenko 
							
						 
					 
					
						
						
							
						
						b15673c525 
					 
					
						
						
							
							fixed TypeError on translated choices  
						
						... 
						
						
						
						join expect strings, but if we use django ugettext_lazy like this:
    choices=[(1, _("One")), (2, _("Two"))]
there will be TypeError: sequence item 0: expected string, __proxy__ found
this commif fixes error by converting label to string 
						
						
					 
					
						2018-09-05 11:53:15 +03:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						00363303b1 
					 
					
						
						
							
							Merge pull request  #1875  from bagerard/dax_py3  
						
						... 
						
						
						
						CLONE - return instead of raising StopIteration 
						
						
					 
					
						2018-09-05 09:42:07 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						48fbe890f8 
					 
					
						
						
							
							Merge pull request  #1876  from bagerard/get_rid_of_DictField_basecls  
						
						... 
						
						
						
						Remove DictField.basecls related code, it is useless 
						
						
					 
					
						2018-09-05 09:38:52 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						4179877cc7 
					 
					
						
						
							
							Merge pull request  #1878  from bagerard/fix_complex_datetime_default  
						
						... 
						
						
						
						Fix ComplexDateTime default value 
						
						
					 
					
						2018-09-05 09:37:05 +08: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 
							
						 
					 
					
						
						
							
						
						a25d127f36 
					 
					
						
						
							
							Remove DictField.basecls related code, it is useless  
						
						
						
						
					 
					
						2018-09-04 20:51:06 +02:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						cf9df548ca 
					 
					
						
						
							
							reverted back to the StopIteration in queryset.next that one didnt have to be changed (test stalled)  
						
						
						
						
					 
					
						2018-09-04 19:18:40 +02:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						f29b93c762 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/MongoEngine/mongoengine  into dax_py3  
						
						
						
						
					 
					
						2018-09-04 16:06:45 +02:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						032ace40d1 
					 
					
						
						
							
							Merge pull request  #1668  from erdenezul/read_preference_parse  
						
						... 
						
						
						
						parse read_preference from conn_host #1665  
						
						
					 
					
						2018-09-04 21:58:31 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						f74dd1cb3c 
					 
					
						
						
							
							Merge pull request  #1591  from axu2/axu2-docs-patch-3  
						
						... 
						
						
						
						docs: use explicit register_delete_rule example 
						
						
					 
					
						2018-09-04 21:50:29 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						29889d1e35 
					 
					
						
						
							
							Merge pull request  #1868  from bagerard/yalon-master  
						
						... 
						
						
						
						CLONE - When building a query set from filters that reference the same field several times, do not assume each value is a dict 
						
						
					 
					
						2018-09-04 21:17:49 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						d6d19c4229 
					 
					
						
						
							
							Merge pull request  #1872  from bagerard/inc_operator_with_decimal  
						
						... 
						
						
						
						fix inc/dec operator with DecimalField + improve its doc 
						
						
					 
					
						2018-09-04 21:07:04 +08:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						ab08e67eaf 
					 
					
						
						
							
							fix inc/dec operator with decimal  
						
						
						
						
					 
					
						2018-09-04 14:53:55 +02:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						00bf6ac258 
					 
					
						
						
							
							Merge pull request  #1874  from erdenezul/reduce-cycle-complexity  
						
						... 
						
						
						
						reduce cycle complexity using logic map 
						
						
					 
					
						2018-09-04 20:52:26 +08:00 
						 
				 
			
				
					
						
							
							
								Erdenezul Batmunkh 
							
						 
					 
					
						
						
							
						
						b65478e7d9 
					 
					
						
						
							
							trigger ci  
						
						
						
						
					 
					
						2018-09-04 20:44:44 +08:00 
						 
				 
			
				
					
						
							
							
								Erdenezul Batmunkh 
							
						 
					 
					
						
						
							
						
						e83b529f1c 
					 
					
						
						
							
							flip value before changing op to inc  
						
						
						
						
					 
					
						2018-09-04 20:38:42 +08:00 
						 
				 
			
				
					
						
							
							
								Erdenezul Batmunkh 
							
						 
					 
					
						
						
							
						
						408274152b 
					 
					
						
						
							
							reduce cycle complexity using logic map  
						
						
						
						
					 
					
						2018-09-04 20:24:34 +08:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						8ff82996fb 
					 
					
						
						
							
							Fix few things related to query_counter context manager:  
						
						... 
						
						
						
						- Improve doc
- Fix the fact that the context was modifying the initial profiling_level in case it was != 0
- Ignores 'killcursors' to fix flaky test that were impacted by killcursors queries (#1869 ) 
						
						
					 
					
						2018-09-04 12:07:13 +02:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						d59c4044b7 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/MongoEngine/mongoengine  into yalon-master  
						
						
						
						
					 
					
						2018-09-03 11:23:28 +02:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						3574e21e4f 
					 
					
						
						
							
							Merge pull request  #1859  from bagerard/fix_EmbeddedDocumentField_init_with_Document  
						
						... 
						
						
						
						Ensures EmbeddedDocumentField does not accepts references to Document 
						
						
					 
					
						2018-09-03 17:22:08 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						5a091956ef 
					 
					
						
						
							
							Merge pull request  #1862  from bagerard/document_name_param_for_indexes  
						
						... 
						
						
						
						Documented that it is possible to specify a 'name' for the indexes (using the dict definition) 
						
						
					 
					
						2018-09-03 17:20:17 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						14e9c58444 
					 
					
						
						
							
							Merge pull request  #1866  from bagerard/no_subclass_fixes  
						
						... 
						
						
						
						Fixes 2 bugs in no_subclasses context mgr 
						
						
					 
					
						2018-09-03 17:19:39 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						bfe5b03c69 
					 
					
						
						
							
							Merge pull request  #1867  from bagerard/pmatos_patch-1  
						
						... 
						
						
						
						Doc update: Clarify comment in validation example 
						
						
					 
					
						2018-09-03 07:42:39 +08:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						f96f7f840e 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/MongoEngine/mongoengine  into dax_py3  
						
						
						
						
					 
					
						2018-09-02 15:36:35 +02:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						a3bcf26dce 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/MongoEngine/mongoengine  into pmatos_patch-1  
						
						
						
						
					 
					
						2018-09-02 15:27:37 +02:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						a7852a89cc 
					 
					
						
						
							
							Fixes 2 bugs in no_subclasses context mgr (__exit__ swallows exception + repair feature)  
						
						
						
						
					 
					
						2018-09-01 23:30:50 +02:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						1b0c761fc0 
					 
					
						
						
							
							Merge pull request  #1863  from bagerard/fix_string_format_bug  
						
						... 
						
						
						
						Fix string formatting bug in ReferenceField.validate 
						
						
					 
					
						2018-09-01 19:52:37 +08:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						5e4e8d4eda 
					 
					
						
						
							
							Merge branch 'master' of github.com:KCarretto/mongoengine  
						
						
						
						
					 
					
						2018-09-01 12:04:23 +02:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						bd524d2e1e 
					 
					
						
						
							
							Documented that it is possible to specify a name when using a dict to define an index  
						
						
						
						
					 
					
						2018-09-01 00:12:49 +02:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						60fe919992 
					 
					
						
						
							
							Merge pull request  #1860  from bagerard/improve_doc_EmbeddedDocumentList.filter  
						
						... 
						
						
						
						Improve doc of EmbeddedDocumentList.filter, 
						
						
					 
					
						2018-08-31 11:35:25 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						b90063b170 
					 
					
						
						
							
							Merge pull request  #1861  from bagerard/minor_improvement_to_DateTimeField_default  
						
						... 
						
						
						
						minor improvement to DateTimeField doc 
						
						
					 
					
						2018-08-31 11:32:40 +08:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						d9fce49b08 
					 
					
						
						
							
							minor improvement to DateTimeField doc  
						
						
						
						
					 
					
						2018-08-30 22:46:37 +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 
							
						 
					 
					
						
						
							
						
						4779106139 
					 
					
						
						
							
							Improve doc of EmbeddedDocumentList.filter and clarify that it does not supports operators like __lte, __gte, etc  
						
						
						
						
					 
					
						2018-08-30 21:50:03 +02:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						bf2de81873 
					 
					
						
						
							
							Merge pull request  #1807  from bagerard/lazy_regex_compilation  
						
						... 
						
						
						
						Implemented lazy regex compiling for issue #1806  
						
						
					 
					
						2018-08-30 21:33:10 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						28cdedc9aa 
					 
					
						
						
							
							Merge pull request  #1857  from bagerard/fix_doc_of_delete_write_concern  
						
						... 
						
						
						
						Fix .delete doc of **write_concern 
						
						
					 
					
						2018-08-30 21:28:59 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						7e90571404 
					 
					
						
						
							
							Merge pull request  #1858  from bagerard/fix_index_creation_error_swallowed  
						
						... 
						
						
						
						Fix index creation error that was swallowed by hasattr under python2 
						
						
					 
					
						2018-08-30 21:28:38 +08:00 
						 
				 
			
				
					
						
							
							
								erdenezul 
							
						 
					 
					
						
						
							
						
						42bbe63927 
					 
					
						
						
							
							Merge pull request  #1856  from bagerard/document_created_in_from_json_doc  
						
						... 
						
						
						
						Document the 'created' attribute of .from_json 
						
						
					 
					
						2018-08-30 21:28:04 +08:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						7ddbea697e 
					 
					
						
						
							
							fix CI that fails due to pypi + override BaseDict.get as it was missing  
						
						
						
						
					 
					
						2018-08-30 14:33:57 +02:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						b4860de34d 
					 
					
						
						
							
							Fix index creation error that was swallowed by hasattr under python2 ( #1688 )  
						
						
						
						
					 
					
						2018-08-30 10:39:07 +02:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						576f23d5fb 
					 
					
						
						
							
							Fix .delete doc of **write_concern as suggested by  #1779  
						
						
						
						
					 
					
						2018-08-28 22:58:13 +02:00 
						 
				 
			
				
					
						
							
							
								Bastien Gérard 
							
						 
					 
					
						
						
							
						
						86548fc7bf 
					 
					
						
						
							
							Document the  attribute of .from_json  
						
						
						
						
					 
					
						2018-08-28 22:42:51 +02:00 
						 
				 
			
				
					
						
							
							
								Terence D. Honles 
							
						 
					 
					
						
						
							
						
						b3b4d992fe 
					 
					
						
						
							
							add Q repr tests  
						
						
						
						
					 
					
						2018-08-27 19:35:47 -07:00