Compatibility fixes.
[django-cas-provider.git] / cas_provider / models.py
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