.gitignore
.pre-commit-config.yaml
AUTHORS.txt
LICENSE
README.md
pyproject.toml
.github/FUNDING.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
django_pgsql_interval_field.egg-info/PKG-INFO
django_pgsql_interval_field.egg-info/SOURCES.txt
django_pgsql_interval_field.egg-info/dependency_links.txt
django_pgsql_interval_field.egg-info/requires.txt
django_pgsql_interval_field.egg-info/scm_file_list.json
django_pgsql_interval_field.egg-info/scm_version.json
django_pgsql_interval_field.egg-info/top_level.txt
interval/__init__.py
interval/aggregate.py
interval/fields.py
interval/forms.py
interval/models.py
interval/tests.py
interval/locale/de/LC_MESSAGES/django.po
interval/locale/pl/LC_MESSAGES/django.po
interval/static/interval.css
test_project/__init__.py
test_project/manage.py
test_project/settings.py
test_project/urls.py
test_project/test_app/__init__.py
test_project/test_app/admin.py
test_project/test_app/models.py
test_project/test_app/tests.py
test_project/test_app/views.py
test_project/test_app/templates/detail.html
test_project/test_app/templates/form.html
test_project/test_app/templates/list.html