Allow args and kwargs to be passed through to_json (#420)

This commit is contained in:
Ross Lawley
2013-07-29 15:29:48 +00:00
parent a458d5a176
commit 67f43b2aad
3 changed files with 8 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
Changelog
=========
Changes in 0.8.4
================
- Allow args and kwargs to be passed through to_json (#420)
Changes in 0.8.3
================
- Fixed EmbeddedDocuments with `id` also storing `_id` (#402)