| 
							
							
								 Ross Lawley | a15352a4f8 | Merge branch 'dev' of github.com:hmarr/mongoengine into dev | 2012-02-17 09:41:41 +00:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | df65f3fc3f | base no longer expects meta to have allow_inheritance Closes #430 #431 | 2012-02-17 09:41:01 +00:00 |  | 
			
				
					| 
							
							
								 Robert Kajic | 734986c1b5 | Documentation on geospatial indexes and how to create them explicitly | 2012-02-16 10:41:47 +01:00 |  | 
			
				
					| 
							
							
								 Анхбаяр Лхагвадорж | 4a9ed5f2f2 | Fix derefcence failed some case. | 2012-02-02 18:33:12 +08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 088f229865 | Merge pull request #421 from linuxnow/integration/dev Integration/dev | 2012-02-01 04:05:06 -08:00 |  | 
			
				
					| 
							
							
								 Pau Aliagas | cb2cb851e2 | Fix formatting typo in changelog entry | 2012-02-01 12:29:05 +01:00 |  | 
			
				
					| 
							
							
								 Robert Kajic | d3962c4f7d | Added support for creating a geo2d index by prefixing the field name with a * | 2012-01-31 22:31:24 +01:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 0301135f96 | Added uri style connection handling | 2012-01-30 10:24:45 +00:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | f59aa922ea | Added more .scalar tests | 2012-01-27 12:20:47 +00:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | f60a49d6f6 | Added .scalar to Queryset More efficient than the previous .values_list implementation Ref #393
Reverted some of the .values_list code thats no longer needed.
Closes #415 | 2012-01-27 11:45:12 +00:00 |  | 
			
				
					| 
							
							
								 Alice Bevan-McGregor | 9a190eb00d | Added ability to have scalar return values instead of partially-populated Document instances. | 2012-01-27 11:45:11 +00:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 6bad4bd415 | Merge pull request #412 from faulkner/dict-update Add dict.update() support to BaseDict.
Thx Faulkner :) | 2012-01-16 03:32:45 -08:00 |  | 
			
				
					| 
							
							
								 Chris Faulkner | 50d9b0b796 | Add dict.update() support to BaseDict. | 2012-01-16 19:13:03 +08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 12f884e3ac | Fixes typo in documents - thanks Shalabh Closes #406 | 2012-01-16 09:11:00 +00:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 02b1aa7355 | Added Ashwin Purohit to authors Refs #410 | 2012-01-16 09:06:18 +00:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 90bfa608dd | Merge branch 'master' into dev Conflicts:
	docs/guide/signals.rst
	python-mongoengine.spec | 2012-01-16 09:05:38 +00:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 13f38b1c1d | Merge pull request #410 from purohit/master typo fix | 2012-01-16 01:04:29 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 1afe7240f4 | Fixed pagination limit / skip bug fixes #398 | 2012-01-16 09:03:12 +00:00 |  | 
			
				
					| 
							
							
								 Ashwin Purohit | 7a41155178 | typo in signals guide | 2012-01-14 23:21:43 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 39a20ea471 | Merge pull request #403 from wpjunior/patch-5 Fixes for None values in QuerySet.values_list | 2012-01-06 01:17:27 -08:00 |  | 
			
				
					| 
							
							
								 Wilson Júnior | d8855a4a0f | fixes for None values in QuerySet.values_list | 2012-01-05 13:35:32 -02:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | de8da78042 | Update docs/changelog.rst | 2012-01-03 20:42:24 +00:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 318b42dff2 | Merge pull request #393 from wpjunior/queryset_select select method in Queryset | 2012-01-03 12:40:49 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 0018674b62 | Update docs/changelog.rst | 2012-01-03 20:37:33 +00:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 82913e8d69 | Merge pull request #396 from wpjunior/mixin_inheritance Mixin inheritance | 2012-01-03 12:36:45 -08:00 |  | 
			
				
					| 
							
							
								 Wilson Júnior | 0d867a108d | mixin inheritance | 2011-12-19 11:31:42 -02:00 |  | 
			
				
					| 
							
							
								 Wilson Júnior | 5ee4b4a5ac | added count/len for ListResult | 2011-12-16 11:49:20 -02:00 |  | 
			
				
					| 
							
							
								 Wilson Júnior | 62219d9648 | changed name | 2011-12-16 11:07:38 -02:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 6d9bfff19c | Started work on performance Added an initial benchmark.py
Much more performant than 0.5.2 but still work todo. | 2011-12-16 12:41:47 +00:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 7614b92197 | Fixes super in BaseDict Closes #395 | 2011-12-15 09:16:35 +00:00 |  | 
			
				
					| 
							
							
								 Wilson Júnior | 7c1afd0031 | tests for db_field | 2011-12-13 11:56:35 -02:00 |  | 
			
				
					| 
							
							
								 Wilson Júnior | ca7b2371fb | added support for dereferences | 2011-12-13 11:54:19 -02:00 |  | 
			
				
					| 
							
							
								 Wilson Júnior | ed5fba6b0f | support for embedded fields | 2011-12-13 07:46:49 -02:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 2b3b3bf652 | Prelim PyPy support Refs: #392 | 2011-12-12 16:26:10 +00:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 11daf706df | Added Sharding support Added shard_key meta, so save() and update() passes shard keys
to the pymongo query.  Also made shard key fields immutable.
Closes #388 and #389 | 2011-12-12 16:13:19 +00:00 |  | 
			
				
					| 
							
							
								 Wilson Júnior | 4a269eb2c4 | added .select method | 2011-12-12 13:39:37 -02:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 9b3899476c | Allow arbitary kwargs to be passed to pymongo Fix pymongo 2.1+ check
Closes #390 closes #378 | 2011-12-12 09:14:50 +00:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | febb3d7e3d | Updated connection - so handles < pymongo 2.1 Updated docs
Refs #378 | 2011-12-09 08:39:50 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 83e3c5c7d8 | Updated connection for pymongo 2.1 support closes #378 | 2011-12-09 08:26:39 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 3c271845c9 | Merge pull request #386 from wpjunior/patch-4 Custom db_alias support for MongoEngine DjangoSession | 2011-12-07 07:56:43 -08:00 |  | 
			
				
					| 
							
							
								 Wilson Júnior | 56c4292164 | added custom db_alias support for MongoEngine DjangoSession | 2011-12-07 13:36:35 -02:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 2531ade3bb | Added David to Authors refs #380 | 2011-12-07 03:01:56 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 3e2f035400 | Abstract documents can now declare indexes fixes #380 | 2011-12-07 02:15:50 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | e7bcb5e366 | Updated docs and Authors list re: db_alias | 2011-12-07 01:46:11 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 112e921ce2 | Syntax cleaning | 2011-12-07 01:34:36 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 216f15602b | Fixing test | 2011-12-07 01:17:35 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | fbe1901e65 | Added some tests  #384 | 2011-12-07 01:16:45 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | 8d2bc444bb | db_alias using in model, queryset, reference fields, derefrence. | 2011-12-07 01:16:36 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | cf4a45da11 | Dynamic Documents now support string query lookups | 2011-12-06 06:38:25 -08:00 |  | 
			
				
					| 
							
							
								 Ross Lawley | be78209f94 | Added test showing you can add index for dynamic docs | 2011-12-05 04:44:40 -08:00 |  |