django-authority/example/exampleapp
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
..
__init__.py Added example project 2009-06-08 12:03:49 +02:00
admin.py Added example project 2009-06-08 12:03:49 +02:00
forms.py Moved setting the user field widget to correct location in UserPermissionForm 2009-10-12 15:45:06 +02:00
models.py Added example project 2009-06-08 12:03:49 +02:00
permissions.py Add support for Django 1.11 (#58) 2018-01-19 17:37:15 +06:00
tests.py Add support for Django 2.2 (#64) 2020-01-24 16:04:44 +06:00
views.py refs #12: print functions in all the places 2013-03-18 19:11:38 -04:00