django-authority/authority
Jason Ward 4cf4853232 Add support for Django 2.2 (#64)
* Updated tox to test only python{2,3}.7 and djagno1.11/2.2

* Updated travis.

* Updated models/migrations.

* Updated path to `reverse`

* Updated path to login view.

* Updated middlewares/installed apps

* Updated .travis again.

* Lets see if that will get tests working in python3 on travis.

* Switch to in memory DB for tests

* Stop running tests with python2.7 and django 2.2. They shouldn't work anyway.

* Sure did that wrong. Fix which python versions are running with which code.

* That isn't needed. Lets see if that is what is breaking python3.

* Testing a theory.

* Revert "Testing a theory."

This reverts commit 69b3e4c906.

* Added initial migration for example users.

* is_authenticated is a bool, not a method.
2020-01-24 16:04:44 +06:00
..
fixtures Added custom user model and modified test run to use it when Django >= 1.5 2013-06-13 06:13:12 -05:00
migrations Add support for Django 2.2 (#64) 2020-01-24 16:04:44 +06:00
templates Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00
templatetags Add support for Django 2.2 (#64) 2020-01-24 16:04:44 +06:00
__init__.py Fix distribution name. 2018-01-28 14:57:35 +01:00
admin.py Fix render_to_string() calls with unexpected context_instance parameter (Django 1.10 compatibility) 2016-09-16 16:39:44 +02:00
compat.py Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00
decorators.py Add support for Django 2.2 (#64) 2020-01-24 16:04:44 +06:00
exceptions.py Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00
forms.py Features removed in 1.9 : 2016-07-27 18:41:25 +02:00
managers.py drop support for django 1.3; use prefetch_related for m2m to user__groups 2015-11-11 00:26:21 +02:00
models.py Add support for Django 2.2 (#64) 2020-01-24 16:04:44 +06:00
permissions.py Removed liar comment RE: smart cache default 2014-01-29 15:29:13 -05:00
sites.py Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00
tests.py update tests 2016-08-12 13:01:06 +02:00
urls.py Django 1.10 - django.conf.urls.patterns() is removed 2016-08-12 15:41:30 +02:00
utils.py Add a blank line for the last line + adapt tox.ini for django1.10 2016-08-15 11:30:38 +02:00
views.py Add support for Django 1.11 (#58) 2018-01-19 17:37:15 +06:00
widgets.py Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00