AUTHORS.rst
HISTORY.rst
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
django_sorcery/__init__.py
django_sorcery/__version__.py
django_sorcery/compat.py
django_sorcery/exceptions.py
django_sorcery/fields.py
django_sorcery/forms.py
django_sorcery/pytest_plugin.py
django_sorcery/routers.py
django_sorcery/shortcuts.py
django_sorcery/testing.py
django_sorcery/utils.py
django_sorcery.egg-info/PKG-INFO
django_sorcery.egg-info/SOURCES.txt
django_sorcery.egg-info/dependency_links.txt
django_sorcery.egg-info/entry_points.txt
django_sorcery.egg-info/requires.txt
django_sorcery.egg-info/top_level.txt
django_sorcery/db/__init__.py
django_sorcery/db/composites.py
django_sorcery/db/fields.py
django_sorcery/db/middleware.py
django_sorcery/db/mixins.py
django_sorcery/db/models.py
django_sorcery/db/profiler.py
django_sorcery/db/query.py
django_sorcery/db/relations.py
django_sorcery/db/session.py
django_sorcery/db/signals.py
django_sorcery/db/sqlalchemy.py
django_sorcery/db/transaction.py
django_sorcery/db/url.py
django_sorcery/db/utils.py
django_sorcery/db/alembic/__init__.py
django_sorcery/db/alembic/base.py
django_sorcery/db/alembic/script.py.mako
django_sorcery/db/alembic/signals.py
django_sorcery/db/meta/__init__.py
django_sorcery/db/meta/base.py
django_sorcery/db/meta/column.py
django_sorcery/db/meta/composite.py
django_sorcery/db/meta/model.py
django_sorcery/db/meta/relations.py
django_sorcery/formsets/__init__.py
django_sorcery/formsets/base.py
django_sorcery/formsets/inline.py
django_sorcery/management/__init__.py
django_sorcery/management/alembic.py
django_sorcery/management/base.py
django_sorcery/management/commands/__init__.py
django_sorcery/management/commands/sorcery.py
django_sorcery/management/commands/sorcery_createall.py
django_sorcery/management/commands/sorcery_current.py
django_sorcery/management/commands/sorcery_downgrade.py
django_sorcery/management/commands/sorcery_dropall.py
django_sorcery/management/commands/sorcery_heads.py
django_sorcery/management/commands/sorcery_history.py
django_sorcery/management/commands/sorcery_revision.py
django_sorcery/management/commands/sorcery_stamp.py
django_sorcery/management/commands/sorcery_upgrade.py
django_sorcery/validators/__init__.py
django_sorcery/validators/base.py
django_sorcery/validators/runner.py
django_sorcery/views/__init__.py
django_sorcery/views/base.py
django_sorcery/views/detail.py
django_sorcery/views/edit.py
django_sorcery/views/list.py
django_sorcery/viewsets/__init__.py
django_sorcery/viewsets/base.py
django_sorcery/viewsets/mixins.py
tests/__init__.py
tests/base.py
tests/models_backpop.py
tests/models_multidb.py
tests/models_terrible_relations.py
tests/settings.py
tests/test_compat.py
tests/test_exceptions.py
tests/test_fields.py
tests/test_forms.py
tests/test_pytest_plugin.py
tests/test_routers.py
tests/test_shortcuts.py
tests/test_utils.py
tests/test_validators.py
tests/urls.py
tests/db/__init__.py
tests/db/test_composites.py
tests/db/test_fields.py
tests/db/test_middleware.py
tests/db/test_mixins.py
tests/db/test_models.py
tests/db/test_profiler.py
tests/db/test_query.py
tests/db/test_relations.py
tests/db/test_session.py
tests/db/test_signals.py
tests/db/test_sqlalchemy.py
tests/db/test_transaction.py
tests/db/test_url.py
tests/db/test_utils.py
tests/db/alembic/__init__.py
tests/db/alembic/test_base.py
tests/db/alembic/test_signals.py
tests/db/meta/__init__.py
tests/db/meta/test_base.py
tests/db/meta/test_column.py
tests/db/meta/test_composite.py
tests/db/meta/test_model.py
tests/db/meta/test_relations.py
tests/formsets/__init__.py
tests/formsets/test_base.py
tests/formsets/test_inline.py
tests/management/__init__.py
tests/management/test_base.py
tests/management/commands/__init__.py
tests/management/commands/base.py
tests/management/commands/test_sorcery.py
tests/management/commands/test_sorcery_current.py
tests/management/commands/test_sorcery_downgrade.py
tests/management/commands/test_sorcery_heads.py
tests/management/commands/test_sorcery_history.py
tests/management/commands/test_sorcery_revision.py
tests/management/commands/test_sorcery_stamp.py
tests/management/commands/test_sorcery_upgrade.py
tests/minimalapp/__init__.py
tests/minimalapp/apps.py
tests/minimalapp/models.py
tests/otherapp/__init__.py
tests/otherapp/apps.py
tests/otherapp/models.py
tests/otherapp/migrations/__init__.py
tests/templates/tests.testapp/owner_confirm_delete.html
tests/templates/tests.testapp/owner_detail.html
tests/templates/tests.testapp/owner_form.html
tests/templates/tests.testapp/owner_list.html
tests/templates/tests.testapp/vehicle_form.html
tests/templates/views/edit.html
tests/templates/views/list.html
tests/testapp/__init__.py
tests/testapp/apps.py
tests/testapp/models.py
tests/testapp/views.py
tests/testapp/migrations/__init__.py
tests/views/__init__.py
tests/views/test_base.py
tests/views/test_detail.py
tests/views/test_edit.py
tests/views/test_list.py
tests/viewsets/__init__.py
tests/viewsets/test_base.py
tests/viewsets/test_mixins.py