| 
							
							
								 Ross Lawley | c95652d6a8 | Updated AUTHORS | 2012-08-02 09:23:15 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 97b37f75d3 | Travis - Not sure python 3.3 support is there yet | 2012-08-02 09:22:12 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 95dae48778 | Fixing build | 2012-08-02 09:20:41 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 73635033bd | Updated travis config | 2012-08-02 09:10:42 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | c1619d2a62 | Fixed image_field attributes regression | 2012-08-02 08:47:38 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | b87ef982f6 | Merge branch 'master' into dev | 2012-08-02 08:33:17 +01:00 |  | 
			
				
					| 
							
							
								 Laine | 91aa90ad4a | Added Python 3 support to MongoEngine | 2012-08-01 17:21:48 -07:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 4b3cea9e78 | Added Binary support to UUID (MongoEngine/mongoengine#47) | 2012-08-01 16:03:33 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 2420b5e937 | Fixed MapField lookup for fields without declared lookups (MongoEngine/mongoengine#46) | 2012-08-01 15:14:56 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | f23a976bea | Added Tommi Komulainen to the contributors list refs MongoEngine/mongoengine#48 | 2012-08-01 15:01:21 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 4226cd08f1 | Updated Changelog | 2012-08-01 15:00:14 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 7a230f1693 | Merge branch 'master' of github.com:MongoEngine/mongoengine | 2012-08-01 14:58:06 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | a43d0d4612 | Fixed BinaryField python value issue (MongoEngine/mongoengine#48) | 2012-08-01 14:57:46 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 78a40a0c70 | Merge pull request #41 from wpjunior/patch-13 Small fix in SequenceField | 2012-08-01 06:26:58 -07:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 2c69d8f0b0 | Updated License | 2012-08-01 13:54:24 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 0018c38b83 | Fixed queryset manager issue (MongoEngine/mongoengine#52) | 2012-08-01 13:51:51 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 8df81571fc | Fixed FileField comparision Refs hmarr/mongoengine#547 | 2012-08-01 13:28:28 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | d1add62a06 | More updates | 2012-08-01 13:11:36 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | c419f3379a | Style changes | 2012-07-30 15:43:53 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 69d57209f7 | Minor | 2012-07-30 13:35:45 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 7ca81d6fb8 | Fixes | 2012-07-30 13:00:42 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 8a046bfa5d | Merge branch 'master' into dev | 2012-07-27 09:29:10 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 3628a7653c | Squashed commit of the following: commit 48f988acd7Merge:65269231304f27Author: Ross Lawley <ross.lawley@gmail.com>
Date:   Thu Jul 26 08:17:45 2012 -0700
    Merge pull request #44 from faulkner/fix-notes
    Proper syntax for RST notes (so they actually render).
commit6526923345Author: Ross Lawley <ross.lawley@gmail.com>
Date:   Thu Jul 26 16:00:32 2012 +0100
    Fixed recursion loading bug in _get_changed_fields
    fixes hmarr/mongoengine#548
commit24fd1acce6Author: Ross Lawley <ross.lawley@gmail.com>
Date:   Thu Jul 26 14:14:10 2012 +0100
    Version bump
commitcbb9235dc5Merge:6459d4c19ec2c9Author: Ross Lawley <ross.lawley@gmail.com>
Date:   Wed Jul 25 15:12:34 2012 +0100
    Merge branch 'master' of github.com:hmarr/mongoengine
commit19ec2c9bc9Merge:3070e0b601f0ebAuthor: Ross Lawley <ross.lawley@gmail.com>
Date:   Wed Jul 25 07:12:07 2012 -0700
    Merge pull request #545 from maxcountryman/patch-1
    Correcting typo in DynamicField docstring
commit6459d4c0b6Author: Ross Lawley <ross.lawley@gmail.com>
Date:   Wed Jul 25 14:55:10 2012 +0100
    Fixed issue with custom queryset manager expecting explict variable names
    If using / expecting kwargs you have to call the queryset manager
    explicitly.
commit1304f2721fAuthor: Chris Faulkner <thefaulkner@gmail.com>
Date:   Tue Jul 24 14:06:43 2012 -0700
    Proper syntax for RST notes (so they actually render).
commit598ffd3e5cAuthor: Ross Lawley <ross.lawley@gmail.com>
Date:   Mon Jul 23 15:32:02 2012 +0100
    Fixed documentation
commit601f0eb168Author: Max Countryman <maxc@me.com>
Date:   Fri Jul 20 19:12:43 2012 -0700
    Correcting typo in DynamicField docstring | 2012-07-26 22:50:39 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 48f988acd7 | Merge pull request #44 from faulkner/fix-notes Proper syntax for RST notes (so they actually render). | 2012-07-26 08:17:45 -07:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 6526923345 | Fixed recursion loading bug in _get_changed_fields fixes hmarr/mongoengine#548 | 2012-07-26 16:00:32 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 24fd1acce6 | Version bump | 2012-07-26 14:14:10 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | cbb9235dc5 | Merge branch 'master' of github.com:hmarr/mongoengine | 2012-07-25 15:12:34 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 19ec2c9bc9 | Merge pull request #545 from maxcountryman/patch-1 Correcting typo in DynamicField docstring | 2012-07-25 07:12:07 -07:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 6459d4c0b6 | Fixed issue with custom queryset manager expecting explict variable names If using / expecting kwargs you have to call the queryset manager
explicitly. | 2012-07-25 14:55:10 +01:00 |  | 
			
				
					| 
							
							
								 Chris Faulkner | 1304f2721f | Proper syntax for RST notes (so they actually render). | 2012-07-24 14:06:43 -07:00 |  | 
			
				
					| 
							
							
								 Wilson Júnior | 8bde0c0e53 | Small fix in SequenceField | 2012-07-23 12:31:47 -03:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 598ffd3e5c | Fixed documentation | 2012-07-23 15:32:02 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 1a4533a9cf | Minor perf update | 2012-07-23 14:46:48 +01:00 |  | 
			
				
					| 
							
							
								 Max Countryman | 601f0eb168 | Correcting typo in DynamicField docstring | 2012-07-20 19:12:43 -07:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 3070e0bf5d | Fix for inheritance bug and db_alias
						
						
						
						
						
						
							
 v0.6.16 | 2012-07-20 10:34:08 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 83c11a9834 | Version bump
						
						
						
						
						
						
							
 v0.6.15 | 2012-07-19 16:12:21 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 5c912b930e | Removed tests testing MongoDB not mongoengine | 2012-07-19 16:03:29 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 1b17fb0ae7 | Updated validation error messages refs hmarr/mongoengine#539 | 2012-07-19 15:04:12 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | d83e67c121 | Added support for null / zero / false values in item_frequencies refs /MongoEngine/mongoengine#40 | 2012-07-19 12:08:07 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | ae39ed94c9 | Fixed cascade save edge case refs MongoEngine/mongoengine#40 | 2012-07-19 11:52:26 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 1e51180d42 | Fixed geo index creation bug fixes MongoEngine/mongoengine#36 | 2012-07-19 11:39:52 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 87ba69d02e | Updated changelog | 2012-07-19 10:35:37 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 8879d5560b | Added support for args / kwargs and queryset_manager Closes MongoEngine/mongoengine#37 | 2012-07-19 10:32:33 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | c1621ee39c | Merge pull request #39 from wpjunior/tests2 More one test | 2012-07-18 06:10:26 -07:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | b0aa98edb4 | Deref list custom id fix | 2012-07-18 14:09:24 +01:00 |  | 
			
				
					| 
							
							
								 Wilson Júnior | a7a2fe0216 | added more tests | 2012-07-18 06:37:23 -03:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 8e50f5fa3c | Version bump | 2012-07-11 16:59:24 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 31793520bf | Updated changelog / AUTHORS refs hmarr/mongoengine#529 | 2012-07-11 16:38:15 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 0b6b0368c5 | Merge branch 'master' of https://github.com/elasticsales/mongoengine | 2012-07-11 16:36:35 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | d1d30a9280 | Added test and updated changelog refs hmarr/mongoengine#527 | 2012-07-11 16:34:28 +01:00 |  |