.gitignore
AUTHORS.rst
README.rst
setup.cfg
setup.py
django_inline_ordering.egg-info/PKG-INFO
django_inline_ordering.egg-info/SOURCES.txt
django_inline_ordering.egg-info/dependency_links.txt
django_inline_ordering.egg-info/requires.txt
django_inline_ordering.egg-info/top_level.txt
inline_ordering/__init__.py
inline_ordering/admin.py
inline_ordering/models.py
inline_ordering/settings.py
inline_ordering/static/inline_ordering.js
tests/.gitignore
tests/doc/pip-requirements.txt
tests/testproject/.gitignore
tests/testproject/__init__.py
tests/testproject/manage.py
tests/testproject/settings.py
tests/testproject/urls.py
tests/testproject/testapp/__init__.py
tests/testproject/testapp/admin.py
tests/testproject/testapp/models.py
tests/testproject/testapp/tests.py
tests/testproject/testapp/views.py
tests/testproject/testapp/templates/dummy.html
tests/tools/buildenv.sh
tests/tools/update_requirements.sh