.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/django_related_models.rst
docs/reference/index.rst
src/django_related_models/__init__.py
src/django_related_models/related_models.py
src/django_related_models.egg-info/PKG-INFO
src/django_related_models.egg-info/SOURCES.txt
src/django_related_models.egg-info/dependency_links.txt
src/django_related_models.egg-info/not-zip-safe
src/django_related_models.egg-info/requires.txt
src/django_related_models.egg-info/top_level.txt
tests/__init__.py
tests/factories.py
tests/settings.py
tests/test_related_models.py
tests/test_app_1/__init__.py
tests/test_app_1/models.py
tests/test_app_2/__init__.py
tests/test_app_2/models.py