django-admin-interface/admin_interface
Bruno Alla abbb666eae Avoid deprecation warning about assignment_tag
Even though the try/except is Django 2.0 compatible, it still
accesses the deprecated template tag, and therefore it emits a
warning in the console, whereas it's actually fixed.

I tried to swap the try and the catch, but it doesn't work:
`simple_tag` existed before 1.9 but in a non-compatible form.

I've changed the decorator name we use to match the new Django version,
it should make the codebase more future proof.
2018-02-01 13:35:54 +00:00
..
fixtures Updated USWDS fixture [ci skip] 2018-01-31 16:38:08 +01:00
migrations Added enviroment display and customization 2018-01-31 12:24:08 +01:00
static Fixed django 1.7 and django 1.9 compatibility 2017-07-13 18:00:56 +02:00
templates Added enviroment display and customization 2018-01-31 12:24:08 +01:00
templatetags Avoid deprecation warning about assignment_tag 2018-02-01 13:35:54 +00:00
__init__.py Removed unused import 2017-09-29 12:11:40 +02:00
admin.py Added enviroment display and customization 2018-01-31 12:24:08 +01:00
apps.py Updated Python code to be PEP8 compliant 2017-09-27 14:47:03 +02:00
models.py Added enviroment display and customization 2018-01-31 12:24:08 +01:00
version.py Updated version 2018-01-31 12:24:22 +01:00