Minor typos fixes in docs
This commit is contained in:
		| @@ -5,7 +5,7 @@ Upgrading | ||||
| 0.8.7 | ||||
| ***** | ||||
|  | ||||
| Calling reload on deleted / nonexistant documents now raises a DoesNotExist | ||||
| Calling reload on deleted / nonexistent documents now raises a DoesNotExist | ||||
| exception. | ||||
|  | ||||
|  | ||||
| @@ -263,7 +263,7 @@ update your code like so: :: | ||||
|     [m for m in mammals]                                               # This will return all carnivores | ||||
|  | ||||
| Len iterates the queryset | ||||
| -------------------------- | ||||
| ------------------------- | ||||
|  | ||||
| If you ever did `len(queryset)` it previously did a `count()` under the covers, | ||||
| this caused some unusual issues.  As `len(queryset)` is most often used by | ||||
|   | ||||
		Reference in New Issue
	
	Block a user