CHANGES.rst
LICENSE
MANIFEST.in
README.pt.rst
README.rst
requirements-ci.txt
requirements-dev.txt
requirements.txt
setup.py
django_models/__init__.py
django_models/apps.py
django_models/fields.py
django_models/forms.py
django_models/validators.py
django_models/version.py
django_models.egg-info/PKG-INFO
django_models.egg-info/SOURCES.txt
django_models.egg-info/dependency_links.txt
django_models.egg-info/requires.txt
django_models.egg-info/top_level.txt
django_models/models/__init__.py
django_models/models/exceptions.py
django_models/models/generic.py
django_models/models/history.py
django_models/models/managers.py
django_models/models/signals.py
django_models/utils/__init__.py
django_models/utils/generators.py
django_models/utils/generic.py
django_models/utils/string.py
docs/en/_static/file.png
docs/en/_static/minus.png
docs/en/_static/plus.png
docs/en/_static/img/glyphicons-halflings-white.png
docs/en/_static/img/glyphicons-halflings.png
docs/pt-br/_static/file.png
docs/pt-br/_static/minus.png
docs/pt-br/_static/plus.png
docs/pt-br/_static/img/glyphicons-halflings-white.png
docs/pt-br/_static/img/glyphicons-halflings.png
test-django-project/__init__.py
test-django-project/manage.py
test-django-project/django_models/__init__.py
test-django-project/django_models/apps.py
test-django-project/django_models/fields.py
test-django-project/django_models/forms.py
test-django-project/django_models/validators.py
test-django-project/django_models/version.py
test-django-project/django_models/models/__init__.py
test-django-project/django_models/models/exceptions.py
test-django-project/django_models/models/generic.py
test-django-project/django_models/models/history.py
test-django-project/django_models/models/managers.py
test-django-project/django_models/models/signals.py
test-django-project/django_models/utils/__init__.py
test-django-project/django_models/utils/generators.py
test-django-project/django_models/utils/generic.py
test-django-project/django_models/utils/string.py
test-django-project/test_django_project/__init__.py
test-django-project/test_django_project/settings.py
test-django-project/test_django_project/urls.py
test-django-project/test_django_project/wsgi.py
test-django-project/testapp/__init__.py
test-django-project/testapp/models.py
test-django-project/testapp/urls.py
test-django-project/testapp/views.py
test-django-project/testapp/migrations/0001_initial.py
test-django-project/testapp/migrations/0002_testactivemodel_testcodemodel_testserializermodel_and_more.py
test-django-project/testapp/migrations/__init__.py
test-django-project/tests/__init__.py
test-django-project/tests/conftest.py
test-django-project/tests/test_context_passing.py
test-django-project/tests/test_fields.py
test-django-project/tests/test_forms.py
test-django-project/tests/test_generators.py
test-django-project/tests/test_generic_models.py
test-django-project/tests/test_generic_utils.py
test-django-project/tests/test_managers.py
test-django-project/tests/test_models.py
test-django-project/tests/test_utils.py
test-django-project/tests/test_validators.py
test-django-project/tests/vcr.py