| 
							
							
								 Ross Lawley | 4ffa8d0124 | Updated ReferenceField's to optionally store ObjectId strings. This will become the default in 0.8 (MongoEngine/mongoengine#89) | 2012-08-23 11:02:38 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | b1eeb77ddc | Added FutureWarning - save will default to cascade=Falsein 0.8 | 2012-08-21 17:45:51 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 1b80193aac | Added example of indexing embedded fields MongoEngine/mongoengine#75 | 2012-08-20 17:50:18 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | be8d39a48c | Updated changelog / AUTHORS (MongoEngine/mongoengine#80) | 2012-08-20 17:35:19 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 90fa0f6c4a | Add flexibility for fields handling bad data (MongoEngine/mongoengine#78) | 2012-08-17 16:02:33 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 66279bd90f | Post refactor cleanups (ref: meta cleanups) | 2012-08-17 11:58:57 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 19da228855 | Cleaned up the metaclasses for documents Refactored and clarified intent and
tidied up | 2012-08-17 11:53:46 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 9e67941bad | Use weakref proxies in base lists / dicts (MongoEngine/mongoengine#74) | 2012-08-14 10:34:17 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 0454fc74e9 | Updated changelog | 2012-08-14 10:32:26 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 529c522594 | Updated changelog - fixed dynamic document issue | 2012-08-13 16:42:51 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 475488b9f2 | Added support for distinct and db_alias (MongoEngine/mongoengine#59) | 2012-08-07 10:04:05 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 95b1783834 | Updated changelog | 2012-08-07 09:31:51 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | f99b7a811b | Fixed error in Binary Field | 2012-08-07 08:53:58 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 2801b38c75 | Version Bump | 2012-08-03 14:36:31 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 8ac9e6dc19 | Updated the documents | 2012-08-02 14:11:02 +01: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 | 4226cd08f1 | Updated Changelog | 2012-08-01 15:00:14 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | a43d0d4612 | Fixed BinaryField python value issue (MongoEngine/mongoengine#48) | 2012-08-01 14:57:46 +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 | 6526923345 | Fixed recursion loading bug in _get_changed_fields fixes hmarr/mongoengine#548 | 2012-07-26 16:00:32 +01: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 |  | 
			
				
					| 
							
							
								 Ross Lawley | 598ffd3e5c | Fixed documentation | 2012-07-23 15:32:02 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 3070e0bf5d | Fix for inheritance bug and db_alias | 2012-07-20 10:34:08 +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 | 31793520bf | Updated changelog / AUTHORS refs hmarr/mongoengine#529 | 2012-07-11 16:38:15 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | d1d30a9280 | Added test and updated changelog refs hmarr/mongoengine#527 | 2012-07-11 16:34:28 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 34f06c4971 | Updated changelog / AUTHORS refs hmarr/mongoengine#524 | 2012-07-11 16:27:43 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | f66b312869 | Updated api docs fixes hmarr/mongoengine#526 | 2012-07-11 16:25:40 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 2405ba8708 | Updated Changelog / AUTHORS refs hmarr/mongoengine#531 | 2012-07-11 16:11:13 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 1ce2f84ce5 | Updated docs regarding fields refs hmarr/mongoengine#535 | 2012-07-11 15:56:34 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 27b375060d | Updated changelog / AUTHORS refs MongoEngine/mongoengine#32 | 2012-07-11 14:25:38 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | b58bf3e0ce | Added support for addToSet and each fixes MongoEngine/mongoengine#33 | 2012-07-11 14:22:50 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 5d8ffded40 | Fixed issue with embedded_docs and db_fields Bumped version also
refs: hmarr/mongoengine#523 | 2012-06-23 22:19:02 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 07f3e5356d | Updated changelog / AUTHORS refs: hmarr/mongoengine#522 | 2012-06-23 21:46:31 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 056c604dc3 | Fixes __repr__ modifying the cursor Fixes MongoEngine/mongoengine#30 | 2012-06-22 16:22:27 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 6d90ce250a | Version bump | 2012-06-19 17:01:28 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | ea31846a19 | Fixes scalar lookups for primary_key fixes hmarr/mongoengine#519 | 2012-06-19 16:59:18 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | e6317776c1 | Fixes DBRef handling in _delta refs: hmarr/mongoengine#518 | 2012-06-19 16:45:23 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | efeaba39a4 | Version bump | 2012-06-19 14:34:16 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 9fecf2b303 | Fixed inconsistency handling None values field attrs fixes hmarr/mongoengine#505 | 2012-06-19 11:22:12 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 3d0d2f48ad | Fixed map_field embedded db_field bug fixes hmarr/mongoengine#512 | 2012-06-19 10:57:43 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 45d3a7f6ff | Updated Changelog | 2012-06-19 09:49:55 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 7ca2ea0766 | Fixes .save _delta issue with DBRefs Fixes hmarr/mongoengine#518 | 2012-06-19 09:49:22 +01:00 |  |