Skip to content

Releases: ccnmtl/django_courseaffils

2.4.0

02 Aug 17:55
9e1f4c8
Compare
Choose a tag to compare
  • Removed django-jenkins
  • Prioritize urllib.parse.quote import over deprecated django.utils.http.urlquote
  • Adds compatibility with Django 4.2

2.3.0

17 Feb 21:37
eb5e852
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Renamed columbia.WindTemplate to CourseStringTemplate

2.2.7

24 Oct 16:57
6ed8177
Compare
Choose a tag to compare

Added better CourseDetails admin form

2.2.6

06 Apr 15:24
a54aa9b
Compare
Choose a tag to compare
Merge pull request #298 from ccnmtl/release2.2.6

:bookmark: release 2.2.6

2.2.5

04 Sep 12:11
d0d633a
Compare
Choose a tag to compare
  • Removed Python 2 support
  • Factory boy compatability updates

2.2.4

07 Apr 13:43
cb1d3bc
Compare
Choose a tag to compare

Added fix to handle_public_name() to handle anonymous users.

2.2.3

20 Mar 14:41
68f475b
Compare
Choose a tag to compare

Added missing migration file, to fix py3 unicode problem.

2.2.2

24 Sep 15:41
6fe7659
Compare
Choose a tag to compare

Allow alpha character in course section

2.2.1

24 Jul 18:25
4ea179d
Compare
Choose a tag to compare
  • 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

19 Jul 15:18
eadbbdb
Compare
Choose a tag to compare
  • 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.