Harry Marr 
							
						 
					 
					
						
						
							
						
						6817f3b7ba 
					 
					
						
						
							
							Updated docs for v0.4  
						
						
						
						
					 
					
						2010-10-17 15:40:49 +01:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						fb4c4e3e08 
					 
					
						
						
							
							Merge branch 'master' of  http://github.com/jaimebuelta/mongoengine  into v0.4  
						
						
						
						
					 
					
						2010-10-17 13:06:41 +01:00 
						 
				 
			
				
					
						
							
							
								Jaime 
							
						 
					 
					
						
						
							
						
						833fa3d94d 
					 
					
						
						
							
							Added note about the use of default parameters  
						
						
						
						
					 
					
						2010-10-06 20:02:14 +01:00 
						 
				 
			
				
					
						
							
							
								Timothée Peignier 
							
						 
					 
					
						
						
							
						
						9c9903664a 
					 
					
						
						
							
							add support for pk property in documents and filters  
						
						
						
						
					 
					
						2010-10-03 18:50:35 +02:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						3d6ee0ce00 
					 
					
						
						
							
							Merge branch 'master' of  http://github.com/n1k0/mongoengine  into v0.4  
						
						
						
						
					 
					
						2010-09-19 19:55:57 +01:00 
						 
				 
			
				
					
						
							
							
								Nicolas Perriault 
							
						 
					 
					
						
						
							
						
						449f5a00dc 
					 
					
						
						
							
							added a 'validate' option to Document.save() +docs +tests  
						
						
						
						
					 
					
						2010-09-11 17:45:57 +02:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						5b230b90b9 
					 
					
						
						
							
							Doc fix (all operator)  
						
						
						
						
					 
					
						2010-08-30 15:34:29 +01:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						3297578e8d 
					 
					
						
						
							
							Merge branch 'master' of  http://github.com/richardhenry/mongoengine  into v0.4  
						
						
						
						
					 
					
						2010-08-30 13:57:42 +01:00 
						 
				 
			
				
					
						
							
							
								Richard Henry 
							
						 
					 
					
						
						
							
						
						7de9adc6b1 
					 
					
						
						
							
							Adding support for pop operations to QuerySet.update and QuerySet.update_one  
						
						
						
						
					 
					
						2010-08-28 09:36:25 +01:00 
						 
				 
			
				
					
						
							
							
								Florian Schlachter 
							
						 
					 
					
						
						
							
						
						9596a25bb9 
					 
					
						
						
							
							Fixed documentation bug.  
						
						
						
						
					 
					
						2010-07-19 00:56:16 +02:00 
						 
				 
			
				
					
						
							
							
								Steve Challis 
							
						 
					 
					
						
						
							
						
						47bfeec115 
					 
					
						
						
							
							Tidied code, added replace() method to FileField  
						
						
						
						
					 
					
						2010-07-19 06:53:21 +08:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						6896818bfd 
					 
					
						
						
							
							Added docs for exact, iexact  
						
						
						
						
					 
					
						2010-05-30 17:40:01 +01:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						467e61bcc1 
					 
					
						
						
							
							Documentation fix  
						
						
						
						
					 
					
						2010-05-28 02:28:42 +01:00 
						 
				 
			
				
					
						
							
							
								Florian Schlachter 
							
						 
					 
					
						
						
							
						
						682326c130 
					 
					
						
						
							
							documentation bug fixed  
						
						
						
						
					 
					
						2010-04-30 18:04:58 +02:00 
						 
				 
			
				
					
						
							
							
								Florian Schlachter 
							
						 
					 
					
						
						
							
						
						416fcba846 
					 
					
						
						
							
							Merge remote branch 'hmarr/master'  
						
						... 
						
						
						
						Conflicts:
	mongoengine/base.py 
						
						
					 
					
						2010-04-17 01:42:26 +02:00 
						 
				 
			
				
					
						
							
							
								Florian Schlachter 
							
						 
					 
					
						
						
							
						
						48facec524 
					 
					
						
						
							
							Fixes tiny documentation error. Adds possibility to add custom validation methods to fields, e. g.:  
						
						... 
						
						
						
						class Customer(Document):
        country = StringField(validation=lambda value: value in ['DE', 'AT', 'CH'])
Replaced some str() with unicode() for i18n reasons. 
						
						
					 
					
						2010-04-16 16:59:34 +02:00 
						 
				 
			
				
					
						
							
							
								Don Spaulding 
							
						 
					 
					
						
						
							
						
						e9c92f30ba 
					 
					
						
						
							
							Add description of each of the keyword arguments to BaseField.__init__(), adds description for choices too.  
						
						
						
						
					 
					
						2010-04-15 17:57:23 -05:00 
						 
				 
			
				
					
						
							
							
								Don Spaulding 
							
						 
					 
					
						
						
							
						
						da3f4c30e2 
					 
					
						
						
							
							Fix doc typos  
						
						
						
						
					 
					
						2010-04-14 22:40:56 -05:00 
						 
				 
			
				
					
						
							
							
								Timothée Peignier 
							
						 
					 
					
						
						
							
						
						a39685d98c 
					 
					
						
						
							
							make get_or_create returns a tuple with the retrieved or created object and a boolean specifying whether a new object was created  
						
						
						
						
					 
					
						2010-04-12 16:21:29 +01:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						00c8d7e6f5 
					 
					
						
						
							
							Bump to v0.3  
						
						
						
						
					 
					
						2010-03-17 16:50:13 +00:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						25a0a5364a 
					 
					
						
						
							
							Deprecated 'name' arg for fields in favour of 'db_field'  
						
						
						
						
					 
					
						2010-03-17 13:47:23 +00:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						d7086fc4a3 
					 
					
						
						
							
							Added rewind behaviour and BinaryField to docs  
						
						
						
						
					 
					
						2010-03-08 22:23:40 +00:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						53c0cdc0c1 
					 
					
						
						
							
							Added recursive and undefined document ref docs  
						
						
						
						
					 
					
						2010-02-28 23:29:42 +00:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						81dd5adccf 
					 
					
						
						
							
							GenericReferenceField docs  
						
						
						
						
					 
					
						2010-02-28 21:30:54 +00:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						4451843a39 
					 
					
						
						
							
							Added docs for QuerySet.only  
						
						
						
						
					 
					
						2010-02-28 17:52:29 +00:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						719a653375 
					 
					
						
						
							
							Added match operator docs  
						
						
						
						
					 
					
						2010-02-26 13:48:00 +00:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						ab2d019349 
					 
					
						
						
							
							Added server-side js docs  
						
						
						
						
					 
					
						2010-02-26 13:23:15 +00:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						755deb3ffe 
					 
					
						
						
							
							Added DictField  
						
						
						
						
					 
					
						2010-02-03 01:22:25 +00:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						e05d31eaaf 
					 
					
						
						
							
							Added get{,_or_create} docs  
						
						
						
						
					 
					
						2010-01-31 13:47:27 +00:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						2585f1b724 
					 
					
						
						
							
							queryset_manager funcs now accept doc as arg  
						
						
						
						
					 
					
						2010-01-23 17:16:01 +00:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						470e08f616 
					 
					
						
						
							
							exec_js functions now acknowledge Q objects  
						
						
						
						
					 
					
						2010-01-23 03:05:27 +00:00 
						 
				 
			
				
					
						
							
							
								Harry Marr 
							
						 
					 
					
						
						
							
						
						f01add9ef5 
					 
					
						
						
							
							Moved sections from user guide to separate pages  
						
						
						
						
					 
					
						2010-01-16 14:06:45 +00:00