LICENSE
MANIFEST.in
README.rst
setup.py
django_stachoutils/__init__.py
django_stachoutils/csv_utf8.py
django_stachoutils/log.py
django_stachoutils/middlewares.py
django_stachoutils/models.py
django_stachoutils/options.py
django_stachoutils/profiler.py
django_stachoutils/shortcuts.py
django_stachoutils/sql.py
django_stachoutils/storage.py
django_stachoutils.egg-info/PKG-INFO
django_stachoutils.egg-info/SOURCES.txt
django_stachoutils.egg-info/dependency_links.txt
django_stachoutils.egg-info/requires.txt
django_stachoutils.egg-info/top_level.txt
django_stachoutils/forms/__init__.py
django_stachoutils/forms/fields.py
django_stachoutils/forms/models.py
django_stachoutils/forms/nested.py
django_stachoutils/forms/widgets.py
django_stachoutils/management/__init__.py
django_stachoutils/management/commands/__init__.py
django_stachoutils/management/commands/dumpdata_related.py
django_stachoutils/management/commands/hotspot_report.py
django_stachoutils/management/commands/sync_permissions.py
django_stachoutils/static/django_stachoutils/css/admin_extras.css
django_stachoutils/static/django_stachoutils/css/commons.css
django_stachoutils/static/django_stachoutils/css/forms.css
django_stachoutils/static/django_stachoutils/img/filters.png
django_stachoutils/static/django_stachoutils/img/icon-inactive-no.gif
django_stachoutils/static/django_stachoutils/img/icon-inactive-yes.gif
django_stachoutils/static/django_stachoutils/img/icon-no.gif
django_stachoutils/static/django_stachoutils/img/icon-yes.gif
django_stachoutils/static/django_stachoutils/img/processing.png
django_stachoutils/static/django_stachoutils/img/sprites.png
django_stachoutils/static/django_stachoutils/js/admin_extras.js
django_stachoutils/static/django_stachoutils/js/change_list.js
django_stachoutils/static/django_stachoutils/js/editeur.js
django_stachoutils/static/django_stachoutils/js/forms.js
django_stachoutils/static/django_stachoutils/js/jquery.AjaxCSRFprotection.js
django_stachoutils/static/django_stachoutils/js/jquery.charcounter.js
django_stachoutils/static/django_stachoutils/js/jquery.fieldselection.js
django_stachoutils/static/django_stachoutils/poshytip/jquery.poshytip.js
django_stachoutils/static/django_stachoutils/poshytip/jquery.poshytip.min.js
django_stachoutils/static/django_stachoutils/poshytip/tip-darkgray/tip-darkgray.css
django_stachoutils/static/django_stachoutils/poshytip/tip-darkgray/tip-darkgray.png
django_stachoutils/static/django_stachoutils/poshytip/tip-darkgray/tip-darkgray_arrows.png
django_stachoutils/static/django_stachoutils/poshytip/tip-green/tip-green.css
django_stachoutils/static/django_stachoutils/poshytip/tip-green/tip-green_arrows.gif
django_stachoutils/static/django_stachoutils/poshytip/tip-skyblue/tip-skyblue.css
django_stachoutils/static/django_stachoutils/poshytip/tip-skyblue/tip-skyblue.png
django_stachoutils/static/django_stachoutils/poshytip/tip-skyblue/tip-skyblue_arrows.png
django_stachoutils/static/django_stachoutils/poshytip/tip-twitter/tip-twitter.css
django_stachoutils/static/django_stachoutils/poshytip/tip-twitter/tip-twitter_arrows.gif
django_stachoutils/static/django_stachoutils/poshytip/tip-violet/tip-violet.css
django_stachoutils/static/django_stachoutils/poshytip/tip-violet/tip-violet.png
django_stachoutils/static/django_stachoutils/poshytip/tip-violet/tip-violet_arrows.png
django_stachoutils/static/django_stachoutils/poshytip/tip-yellow/tip-yellow.css
django_stachoutils/static/django_stachoutils/poshytip/tip-yellow/tip-yellow.png
django_stachoutils/static/django_stachoutils/poshytip/tip-yellow/tip-yellow_arrows.png
django_stachoutils/static/django_stachoutils/poshytip/tip-yellowsimple/tip-yellowsimple.css
django_stachoutils/static/django_stachoutils/poshytip/tip-yellowsimple/tip-yellowsimple_arrows.gif
django_stachoutils/templates/django_stachoutils/pagination.html
django_stachoutils/templates/django_stachoutils/forms/widgets/texte_editeur.html
django_stachoutils/templatetags/__init__.py
django_stachoutils/templatetags/stachoutils_extras.py
django_stachoutils/views/__init__.py
django_stachoutils/views/actions.py
django_stachoutils/views/generic.py
tests/Makefile
tests/coveragerc
tests/runtests.py
tests/settings.py
tests/urls.py
tests/forms/__init__.py
tests/forms/models.py
tests/forms/test_fields.py
tests/forms/test_fields_with_thumbor.py
tests/forms/test_models.py
tests/forms/test_nested.py
tests/forms/test_widgets.py
tests/javascript/demo_texte_editeur.html
tests/javascript/runtests.html
tests/javascript/tests/test_widgets.js
tests/log/__init__.py
tests/log/test_smtp_handler.py
tests/log/tests.py
tests/media/1st_Saab_9-3_SE.jpg
tests/media/Saab_9-3_Vector_sedan.jpg
tests/media/home_1.jpg
tests/media/jardin.jpg
tests/media/terrasse.jpg
tests/middlewares/__init__.py
tests/middlewares/tests.py
tests/models/__init__.py
tests/models/models.py
tests/models/tests.py
tests/options/__init__.py
tests/options/models.py
tests/options/test_logs.py
tests/options/tests.py
tests/projects/django_project/initial_data.json
tests/projects/django_project/manage.py
tests/projects/django_project/django_project/__init__.py
tests/projects/django_project/django_project/settings.py
tests/projects/django_project/django_project/urls.py
tests/projects/django_project/django_project/wsgi.py
tests/projects/django_project/my_app/__init__.py
tests/projects/django_project/my_app/admin.py
tests/projects/django_project/my_app/models.py
tests/projects/django_project/my_app/tests.py
tests/projects/django_project/my_app/views.py
tests/projects/django_project/my_app/migrations/0001_initial.py
tests/projects/django_project/my_app/migrations/0002_musicgenre_history.py
tests/projects/django_project/my_app/migrations/__init__.py
tests/shortcuts/__init__.py
tests/shortcuts/models.py
tests/shortcuts/tests.py
tests/sql/__init__.py
tests/sql/models.py
tests/sql/tests.py
tests/storage/__init__.py
tests/storage/models.py
tests/storage/tests.py
tests/templates/generic_list_filters_test.html
tests/templates/generic_list_test.html
tests/templatetags/.test_filters.py.swp
tests/templatetags/__init__.py
tests/templatetags/models.py
tests/templatetags/test_filters.py
tests/templatetags/test_pagination_tags.py
tests/templatetags/test_tags.py
tests/templatetags/tests.py
tests/templatetags/utils.py
tests/utils/__init__.py
tests/utils/tests.py
tests/views/__init__.py
tests/views/actions.py
tests/views/admin.py
tests/views/models.py
tests/views/test_actions.py
tests/views/test_generic_view.py