Add db parameter to register_connection

This is done to make it compatible with the connect function.
This commit is contained in:
Arto Jantunen
2018-02-02 08:20:53 +02:00
parent da7d64667e
commit 8f6c0796e3
2 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ dev
- Improve LazyReferenceField and GenericLazyReferenceField with nested fields #1704
- Fix validation error instance in GenericEmbeddedDocumentField #1067
- Update cached fields when fields argument is given #1712
- Add a db parameter to register_connection for compatibility with connect
Changes in 0.15.0
=================