Releases: ccnmtl/django_courseaffils
Releases · ccnmtl/django_courseaffils
2.4.0
- Removed django-jenkins
- Prioritize urllib.parse.quote import over deprecated django.utils.http.urlquote
- Adds compatibility with Django 4.2
2.3.0
BREAKING CHANGES:
- Renamed columbia.WindTemplate to CourseStringTemplate
2.2.7
Added better CourseDetails admin form
2.2.6
Merge pull request #298 from ccnmtl/release2.2.6
:bookmark: release 2.2.6
2.2.5
- Removed Python 2 support
- Factory boy compatability updates
2.2.4
Added fix to handle_public_name() to handle anonymous users.
2.2.3
Added missing migration file, to fix py3 unicode problem.
2.2.2
Allow alpha character in course section
2.2.1
- Catch the HTTPError exception in case getting extra course info fails. This error was uncovered by a recent change that updated the bare except statement here.
2.2.0
- Add django 2.2 support, remove django 1.8
- Fix some flake8 regex issues
- courseaffils middleware: support MIDDLEWARE as well as MIDDLEWARE_CLASSES using django's MiddlewareMixin.