binder/binder
Daniel Roschka 74cc4efca4 Adds support for Django 1.9 while dropping support for unsupported versions.
This commit adds support for Django 1.9. As the template configuration options
changed with Django 1.8 and versions earlier than 1.8 aren't supported anymore
anyway by upstream, support for them is removed.

To have the Dockerfile still working, this commit also changes its logic so the
dependencies get directly installed via the requirements.txt from PyPI, which
will ensure that always matching versions of all dependencies are present (e.g.
the Django version).
2016-02-06 19:21:52 +01:00
..
db Enable admin ui 2011-04-10 15:02:33 -04:00
fixtures add initial data fixture to make automated deploys possible 2015-11-20 09:43:06 -05:00
migrations Merge pull request #23 from Dunedan/add-migrations 2015-04-02 21:55:11 -04:00
static Merge branch 'ship-jquery' of https://github.com/Dunedan/binder into Dunedan-ship-jquery 2015-04-05 07:22:23 -04:00
templates Adds support for Django 1.9 while dropping support for unsupported versions. 2016-02-06 19:21:52 +01:00
testdata Add integration test for denied zone transfer 2012-12-09 21:22:47 -05:00
tests Simplies the test code a bit. 2015-09-05 19:20:44 +02:00
__init__.py Enable admin ui 2011-04-10 15:02:33 -04:00
admin.py Fixes some python style issues. 2015-06-13 12:05:42 +02:00
exceptions.py Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00
forms.py resurrect the ability to add a PTR record on its own, not as part of a pair of forward records 2015-12-26 15:14:29 -05:00
helpers.py Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00
middlewares.py Add global authentication 2015-04-05 21:06:01 +02:00
models.py Fixes some python style issues. 2015-06-13 12:05:42 +02:00
settings.py Adds support for Django 1.9 while dropping support for unsupported versions. 2016-02-06 19:21:52 +01:00
urls.py Adds support for Django 1.9 while dropping support for unsupported versions. 2016-02-06 19:21:52 +01:00
views.py resurrect the ability to add a PTR record on its own, not as part of a pair of forward records 2015-12-26 15:14:29 -05:00