Detach the Document class from the (cached) database collection
(cls)
| 203 | |
| 204 | @classmethod |
| 205 | def _disconnect(cls): |
| 206 | """Detach the Document class from the (cached) database collection""" |
| 207 | cls._collection = None |
| 208 | |
| 209 | @classmethod |
| 210 | def _get_collection(cls): |