MANIFEST.in
README.md
VERSION
setup.py
mongoengine_goodjson/__init__.py
mongoengine_goodjson/decoder.py
mongoengine_goodjson/document.py
mongoengine_goodjson/encoder.py
mongoengine_goodjson/queryset.py
mongoengine_goodjson/utils.py
mongoengine_goodjson.egg-info/PKG-INFO
mongoengine_goodjson.egg-info/SOURCES.txt
mongoengine_goodjson.egg-info/dependency_links.txt
mongoengine_goodjson.egg-info/not-zip-safe
mongoengine_goodjson.egg-info/requires.txt
mongoengine_goodjson.egg-info/top_level.txt
mongoengine_goodjson/fields/__init__.py
mongoengine_goodjson/fields/follow_reference.py
tests/follow_reference_field/__init__.py
tests/follow_reference_field/schema.py
tests/follow_reference_field/test_definition.py
tests/follow_reference_field/test_to_mongo.py
tests/follow_reference_field/test_to_python.py
tests/integration/__init__.py
tests/integration/test_queryset.py
tests/integration/document/__init__.py
tests/integration/document/test_embedded_document.py
tests/integration/document/test_field_exclusion.py
tests/integration/document/test_follow_reference.py
tests/integration/document/test_non_oid_document.py
tests/integration/document/test_normal_document.py
tests/integration/fields/__init__.py
tests/integration/fields/follow_reference/__init__.py
tests/integration/fields/follow_reference/test_callable_recursion.py
tests/integration/fields/follow_reference/test_complex_type.py
tests/integration/fields/follow_reference/test_list_recursion.py
tests/integration/fields/follow_reference/test_model_load.py
tests/integration/fields/follow_reference/test_recursion_limit.py
tests/integration/fields/follow_reference/test_simple_serialization.py
tests/integration/fixtures/__init__.py
tests/integration/fixtures/articles.py
tests/integration/fixtures/base.py
tests/integration/fixtures/email.py
tests/integration/fixtures/reference.py
tests/integration/fixtures/user.py