Skip to content

Releases: edigiacomo/django-statusboard

v0.15.0

12 Sep 18:04
Compare
Choose a tag to compare
  • Use datetime-local input type instead of text (#12)

v0.14.0

02 Sep 08:15
Compare
Choose a tag to compare
  • Added Django 5.1 support
  • Added i18n and l10n sections in README.md
  • Fixed empty .woff file #65

v0.13.0

14 Apr 14:57
Compare
Choose a tag to compare
  • Added Django 4.2 support
  • Removed Django 2.2 support
  • Added Django 4.1 support
  • Added Python 3.11 support
  • Use NamespaceVersioning instead of URLPathVersioning in API routes
  • Bootstrap 5.2.3
  • Bootstrap Icons 1.10.4

v0.12.0

05 Sep 11:55
Compare
Choose a tag to compare
  • Removed Django 3.1 support
  • Logout using HTTP POST request
  • Cancel button in delete confirmation pages
  • Updated Bootstrap from 3.4.1 to 5.2.0
  • Fixed Django deprecation warnings

v0.11.0

28 Feb 10:54
Compare
Choose a tag to compare
  • Incident description list renders URLs #59

v0.10.0

30 Apr 04:08
Compare
Choose a tag to compare
  • Removed Django 1.11 support
  • Incident form with services ordered by name #54
  • Create uncategorized services from browser and API #55
  • Added Python 3.9 support

v0.5.3

04 Jan 13:46
Compare
Choose a tag to compare

Changelog

  • Django 2.0 support

v0.5.2

05 Oct 09:30
Compare
Choose a tag to compare

Changelog

  • Minor fix to template string (maintenance box in index)

v0.5.1

05 Oct 09:16
Compare
Choose a tag to compare

Changelog

  • Working edit maintenance page

v0.5.0

29 Aug 13:27
Compare
Choose a tag to compare

Changelog

  • Fixed service status relationship when creating a new incident (#37)
  • Python 3.6 and Django 1.11 support (#39)
  • Some docs