django-authority/example/users
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
..
migrations Add support for Django 2.2 (#64) 2020-01-24 16:04:44 +06:00
__init__.py Added custom user model and modified test run to use it when Django >= 1.5 2013-06-13 06:13:12 -05:00
admin.py import admin in example so it works with dj17 2015-11-10 19:31:54 +02:00
models.py Add support for Django 1.11 (#58) 2018-01-19 17:37:15 +06:00