.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
docker-compose.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/ISSUE_TEMPLATE.md
.github/release-drafter.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/release-drafter.yml
django_readonly_field/__init__.py
django_readonly_field/apps.py
django_readonly_field/compiler.py
django_readonly_field.egg-info/PKG-INFO
django_readonly_field.egg-info/SOURCES.txt
django_readonly_field.egg-info/dependency_links.txt
django_readonly_field.egg-info/requires.txt
django_readonly_field.egg-info/top_level.txt
django_readonly_field.egg-info/zip-safe
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/django_readonly_field.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/test_readonly.py
tests/readonly_app/__init__.py
tests/readonly_app/models.py
tests/readonly_app/views.py
tests/readonly_app/migrations/0001_initial.py
tests/readonly_app/migrations/0002_sql_default.py
tests/readonly_app/migrations/__init__.py
tests/readonly_project/__init__.py
tests/readonly_project/settings.py