.editorconfig
.gitignore
AUTHORS
CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
django_ajax_utils/__init__.py
django_ajax_utils/apps.py
django_ajax_utils/forms.py
django_ajax_utils/middleware.py
django_ajax_utils/models.py
django_ajax_utils/multiforms.py
django_ajax_utils/pjax.py
django_ajax_utils/reactor_compiler.py
django_ajax_utils/response.py
django_ajax_utils/settings.py
django_ajax_utils/utility.py
django_ajax_utils/views.py
django_ajax_utils/static/django_ajax_utils/js/ajaxform.js
django_ajax_utils/static/django_ajax_utils/js/el.js
django_ajax_utils/static/django_ajax_utils/js/messages.js
django_ajax_utils/static/django_ajax_utils/js/pjax.js
django_ajax_utils/static/django_ajax_utils/js/polyfill.js
django_ajax_utils/static/django_ajax_utils/js/urls.js
django_ajax_utils/static/django_ajax_utils/js/utils.js
django_ajax_utils/static/django_ajax_utils/js/utils_ajax.js
django_ajax_utils/templates/form_utils/layout/default.html
django_ajax_utils/templates/form_utils/layout/foundation.html
django_ajax_utils/templates/form_utils/row/default.html
django_ajax_utils/templates/form_utils/row/foundation.html
django_ajax_utils/templatetags/__init__.py
django_ajax_utils/templatetags/form_utils.py
django_ajax_utils/templatetags/js_urlpatterns.py
django_ajax_utils/templatetags/pjax_tags.py
mireq_django_ajax_utils.egg-info/PKG-INFO
mireq_django_ajax_utils.egg-info/SOURCES.txt
mireq_django_ajax_utils.egg-info/dependency_links.txt
mireq_django_ajax_utils.egg-info/requires.txt
mireq_django_ajax_utils.egg-info/top_level.txt
sample_project/manage.py
sample_project/static/css/style.css
sample_project/static/js/ajaxform_init.js
sample_project/static/js/pjax_init.js
sample_project/static/js/run_utils.js
sample_project/templates/ajaxform.html
sample_project/templates/base.html
sample_project/templates/base_pjax.html
sample_project/templates/home.html
sample_project/templates/messages.html
sample_project/templates/pjax.html
sample_project/templates/pjax_form_get.html
sample_project/templates/pjax_form_post.html
sample_project/templates/pjax_messages.html
sample_project/templates/pjax_page.html
sample_project/templates/urlpatterns.html
sample_project/templates/utils.html
sample_project/templates/form_utils/base.html
sample_project/templates/form_utils/formset.html
sample_project/templates/form_utils/foundation.html
sample_project/templates/form_utils/multiforms.html
sample_project/templates/includes/form_loop.html
sample_project/templates/partials/menu.html
sample_project/templates/partials/messages.html
sample_project/templates/partials/messages_pjax.html
sample_project/web/__init__.py
sample_project/web/forms.py
sample_project/web/settings.py
sample_project/web/urls.py
sample_project/web/views.py
sample_project/web/wsgi.py