1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
AUTHORS
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
djangorestframework_gis.egg-info/PKG-INFO
djangorestframework_gis.egg-info/SOURCES.txt
djangorestframework_gis.egg-info/dependency_links.txt
djangorestframework_gis.egg-info/requires.txt
djangorestframework_gis.egg-info/top_level.txt
rest_framework_gis/__init__.py
rest_framework_gis/apps.py
rest_framework_gis/fields.py
rest_framework_gis/filters.py
rest_framework_gis/filterset.py
rest_framework_gis/pagination.py
rest_framework_gis/schema.py
rest_framework_gis/serializers.py
rest_framework_gis/tilenames.py
tests/local_settings.example.py
tests/manage.py
tests/settings.py
tests/urls.py
tests/django_restframework_gis_tests/__init__.py
tests/django_restframework_gis_tests/admin.py
tests/django_restframework_gis_tests/models.py
tests/django_restframework_gis_tests/serializers.py
tests/django_restframework_gis_tests/test_bbox.py
tests/django_restframework_gis_tests/test_fields.py
tests/django_restframework_gis_tests/test_filters.py
tests/django_restframework_gis_tests/test_performance.py
tests/django_restframework_gis_tests/test_schema_generation.py
tests/django_restframework_gis_tests/tests.py
tests/django_restframework_gis_tests/urls.py
tests/django_restframework_gis_tests/views.py
tests/django_restframework_gis_tests/migrations/0001_initial.py
tests/django_restframework_gis_tests/migrations/0002_nullable.py
tests/django_restframework_gis_tests/migrations/0003_schema_models.py
tests/django_restframework_gis_tests/migrations/0004_auto_20240228_2357.py
tests/django_restframework_gis_tests/migrations/__init__.py
|