django-authority/example
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
..
exampleapp Add support for Django 2.2 (#64) 2020-01-24 16:04:44 +06:00
templates Added date_requested and date_approved fields to Permission model, to accompany the permission request changes. This requires a schema change. 2009-07-23 07:33:34 +02:00
users Add support for Django 2.2 (#64) 2020-01-24 16:04:44 +06:00
__init__.py Added example project 2009-06-08 12:03:49 +02:00
development.py Added example project 2009-06-08 12:03:49 +02:00
manage.py Update manage.py for Django 1.6 and below 2013-12-20 20:14:07 +01:00
production.py Added example project 2009-06-08 12:03:49 +02:00
settings.py Add support for Django 2.2 (#64) 2020-01-24 16:04:44 +06:00
urls.py Add support for Django 2.2 (#64) 2020-01-24 16:04:44 +06:00