CHANGES
LICENSE
MANIFEST.in
README.rst
manage.py
setup.cfg
setup.py
docs/conf.py
docs/globals.txt
docs/index.rst
docs/install.rst
docs/_ext/djangodocs.py
docs/_ext/github.py
docs/_ext/version.py
src/django_regex/__init__.py
src/django_regex/admin_helper.py
src/django_regex/exceptions.py
src/django_regex/fields.py
src/django_regex/forms.py
src/django_regex/perl.py
src/django_regex/utils.py
src/django_regex/validators.py
src/django_regex.egg-info/PKG-INFO
src/django_regex.egg-info/SOURCES.txt
src/django_regex.egg-info/dependency_links.txt
src/django_regex.egg-info/requires.txt
src/django_regex.egg-info/top_level.txt
src/django_regex/locale/en/LC_MESSAGES/django.po
src/django_regex/locale/it/LC_MESSAGES/django.po
src/django_regex/templates/admin/django_regex/regex.html
src/django_regex/templates/django_regex/widgets/flags.html
src/django_regex/templates/django_regex/widgets/regex.html
src/django_regex/templatetags/__init__.py
src/django_regex/templatetags/regex.py
src/requirements/develop.pip
src/requirements/install.pip
src/requirements/testing.pip
tests/.coveragerc
tests/conftest.py
tests/test_admin_helper.py
tests/test_db.py
tests/test_field.py
tests/test_form.py
tests/test_form_flags.py
tests/test_perl_parser.py
tests/test_regex_flags.py
tests/test_rexlist.py
tests/test_serialization.py
tests/test_webtest.py
tests/demoapp/demo/__init__.py
tests/demoapp/demo/admin.py
tests/demoapp/demo/factories.py
tests/demoapp/demo/models.py
tests/demoapp/demo/settings.py
tests/demoapp/demo/urls.py
tests/demoapp/demo/views.py
tests/demoapp/demo/migrations/0001_initial.py
tests/demoapp/demo/migrations/__init__.py