Updated docs for v0.4
This commit is contained in:
		| @@ -4,16 +4,25 @@ Changelog | ||||
|  | ||||
| Changes in v0.4 | ||||
| =============== | ||||
| - New Q-object implementation, which is no longer based on Javascript | ||||
| - Added ``SortedListField`` | ||||
| - Added ``EmailField`` | ||||
| - Added ``GeoPointField`` | ||||
| - Added ``exact`` and ``iexact`` match operators to ``QuerySet`` | ||||
| - Added ``get_document_or_404`` and ``get_list_or_404`` Django shortcuts | ||||
| - Fixed bug in Q-objects | ||||
| - Added new query operators for Geo queries | ||||
| - Added ``not`` query operator | ||||
| - Added new update operators: ``pop`` and ``add_to_set`` | ||||
| - Added ``__raw__`` query parameter | ||||
| - Fixed document inheritance primary key issue | ||||
| - Added support for querying by array element position | ||||
| - Base class can now be defined for ``DictField`` | ||||
| - Fixed MRO error that occured on document inheritance | ||||
| - Added ``QuerySet.distinct``, ``QuerySet.create``, ``QuerySet.snapshot``, | ||||
|   ``QuerySet.timeout`` and ``QuerySet.all`` | ||||
| - Subsequent calls to ``connect()`` now work | ||||
| - Introduced ``min_length`` for ``StringField`` | ||||
| - Fixed multi-process connection issue | ||||
| - Other minor fixes | ||||
|  | ||||
| Changes in v0.3 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user