Skip to content

Releases: django-helpdesk/django-helpdesk

0.2.7

04 Mar 07:44
Compare
Choose a tag to compare
  • improved Django 2.0 support (experimental)
  • bugfixes for get_email under python 3

0.2.6

11 Jan 07:23
Compare
Choose a tag to compare

more bugfixes

  • fix CSS comment error
  • fix most remaining Django 2.0 warnings

0.2.5

28 Dec 12:37
Compare
Choose a tag to compare

Bugfix release, fixes:

  • Fix collectstatic errors reading in long comments on css
  • Make Django 2.0 ready

0.2.4

18 Dec 05:40
Compare
Choose a tag to compare

Bugfixes:

  • Fix Chinese language support in templates
  • Fix missing exception handling in public interface and lib.py
  • Fix jquery-ui.js comment causing collectstatic issues, general clean up of static directory
  • Update docs and a check to ensure any custom email subject template includes the ticket ID

0.2.3

10 Dec 04:06
Compare
Choose a tag to compare
  • get_mail bugfixes primarily on python3
  • updated translations for zh_Hans (previously known as zh_CN)

0.2.1

14 Sep 08:43
Compare
Choose a tag to compare

Minor bugfix release for 0.2.x:

  • Explicitly require django-bootstrap-form >= 3.3, which is required for Django 1.11

0.2.0

14 Sep 06:26
Compare
Choose a tag to compare

Initial release of 0.2.x branch. Includes following changes over 0.1.18:

  • Updated Bootstrap CSS and jQuery interface, better theming
  • Improved unit testing (infrastructure work for easier future development)
  • Improved Python 3 support, particularly for email parsing of tickets/comments
  • South database migrations are deprecated
  • Requires Django 1.11.x, Python 2.7 or 3.4+
  • Python 2 deprecated and will be removed in a future release

0.1.18

28 Oct 03:17
Compare
Choose a tag to compare

tagging 0.1.18 release