.gitignore
.landscape.yaml
.travis.yml
CHANGES.txt
LICENSE
MANIFEST.in
README.rst
VERSION
requirements.test.txt
setup.cfg
setup.py
test_settings.py
test_urls.py
.github/workflows/main.yml
django_su/__init__.py
django_su/backends.py
django_su/context_processors.py
django_su/forms.py
django_su/models.py
django_su/urls.py
django_su/utils.py
django_su/views.py
django_su.egg-info/PKG-INFO
django_su.egg-info/SOURCES.txt
django_su.egg-info/dependency_links.txt
django_su.egg-info/not-zip-safe
django_su.egg-info/requires.txt
django_su.egg-info/top_level.txt
django_su/locale/pt_BR/LC_MESSAGES/django.mo
django_su/locale/pt_BR/LC_MESSAGES/django.po
django_su/locale/ru/LC_MESSAGES/django.mo
django_su/locale/ru/LC_MESSAGES/django.po
django_su/templates/admin/base_site.html
django_su/templates/admin/auth/user/change_form.html
django_su/templates/admin/auth/user/change_list.html
django_su/templates/su/is_su.html
django_su/templates/su/login.html
django_su/templates/su/login_link.html
django_su/templatetags/__init__.py
django_su/templatetags/su_tags.py
django_su/tests/__init__.py
django_su/tests/test_backends.py
django_su/tests/test_views.py
example/README.rst
example/__init__.py
example/lookups.py
example/manage.py
example/requirements.txt
example/settings.py
example/urls.py
example/utils.py
example/templates/404.html
example/templates/index.html
test_templates/404.html