Support Django 4.1, drop 1.11.
[django-cas-provider.git] / cas_provider / models.py
2023-03-03 Radek CzajkaSupport Django 4.1, drop 1.11. master 23.3
2021-03-30 Radek CzajkaSupport for Django up to 3.1. Dropped support for Djang...
2019-03-12 Radek CzajkaExtend the service URL field.
2019-03-12 Radek CzajkaMerge branch 'master' of https://github.com/ryanbagwell...
2019-01-09 Radek CzajkaCompatibility up to Django 2.1, dropped < 1.8. Removed...
2014-09-21 Radek CzajkaMerge branch 'elep'
2014-09-21 Radek CzajkaCompatibility fixes.
2014-09-20 Radek CzajkaCan't have ForeignKey from PGT to ST, if ST is deleted...
2014-09-20 Radek CzajkaMerge remote-tracking branch 'gstrat/elep' into elep
2014-09-19 Radek CzajkaPython 3.4 compatibility & fixed some of the tests.
2013-01-29 ppetridremove unused import
2013-01-15 gstratdjango1.5 compatibility fixes
2012-04-13 deykMerge remote-tracking branch 'cas2/master'
2012-01-18 deykCorrected behavior of merge/login forms on GET requests.
2011-10-17 Sebastian Anniesrepair tests
2011-10-17 Sebastian Anniesremove unused targetService field
2011-10-17 Sebastian Anniesservice == service if host, port and path are euqal...
2011-10-10 Sebastian Anniesusing south for db migrations
2011-10-10 Sebastian Anniesproxy chaining is now working
2011-10-09 Sebastian Anniesfirst try to implement proxy tickets
2011-06-08 Gunnlaugur Thor... Restore Py2.5 compatibility
2011-04-27 Alex KamedovMerge branch 'vshulyak' into develop
2011-04-24 Alex KamedovMerge branch 'develop'
2011-04-24 Alex Kamedovsmall refactoring
2011-04-24 Alex Kamedovadd tests, fix LOGIN_REDIRECT_URL settings support
2011-04-07 Alex Kamedovimprove admin area
2011-04-07 Alex Kamedovi18n support
2009-10-15 zuberChanged xml.py module name to etree.py because it was...
2009-10-05 zuberAdded support for custom attributes from CAS version...
2009-03-17 Chris WilliamsFirst commit