Skip to content

Releases: FlipperPA/django-tempus-dominus

5.1.2.17

21 Mar 14:40
a7234f3
Compare
Choose a tag to compare

What's Changed

  • Allow setting date, datetime, and time formats in Django settings globally by @yuriiz in #77
  • Bug Fix: times are no longer converted to dates by @rgs258 in #78

Full Changelog: 5.1.2.16...5.1.2.17

5.1.2.16

12 Aug 22:50
e88ac5b
Compare
Choose a tag to compare
  • Bug fix: correctly assigns formats.

5.1.2.15

12 Aug 17:57
972f6c4
Compare
Choose a tag to compare
  • Update django-bootstrap4 package

5.1.2.14

25 May 17:04
6a71881
Compare
Choose a tag to compare
  • Fixes a bug where MomentJS formats were not being properly passed through.

5.1.2.13

18 Jan 14:48
0111463
Compare
Choose a tag to compare
  • The JavaScript library we depend on, Tempus Dominus, is no longer maintained. Therefore we are shuttering this project. Support for Django 3.0 is included, so hopefully this will work for quite a while, giving people a chance to find another solution.

5.1.2.11

18 Jan 13:15
Compare
Choose a tag to compare

Fix deprecations introduced in Django 3.0 (force_text -> force_str).

5.1.2.9

02 Dec 12:31
Compare
Choose a tag to compare
  • Include JS assets from the parent form if TEMPUS_DOMINUS_INCLUDE_ASSETS is False.
  • Switch to using setuptools-scm instead of MANIFEST.in.

Previous Releases

  • 5.1.2.7 / 5.1.2.8: Bug fix: if a field had a hyphen in the id, this would cause an error in the JS function. Force hyphens to underscores.
  • 5.1.2.6: Include a defer function to play more nicely with different jQuery configurations.
  • 5.1.2.5: Typo bug in INCLUDE_ASSETS; switch to Black code formatting.
  • 5.1.2.4: Add support for disabling the Bootstrap input-group with a new option. Fix an icon.
  • 5.1.2.3: Fix a bug which caused a page lag when switching locales.
  • 5.1.2.2: Fix a bug with duplicate DOM IDs in template.
  • 5.1.2.1: Fix a bug with time formatting to use ISO time format (T12:34:56)
  • 5.1.2.0: Upgrade Tempus Dominus to 5.1.2. Support for new widget attributes (size, prepend, append, input_toggle, icon_toggle, class). DatePicker now closes after losing focus, and widget attributes are properly passed.
  • 5.0.1.5: Fix to ensure options are passed in proper JSON.
  • 5.0.1.4: Include template in the MANIFEST.in file.
  • 5.0.1.3: Add setting to exclude CDN CSS and JS assets. Add initial test suite.
  • 5.0.1.2: Documentation clean up.
  • 5.0.1.1: Option to use l10n and i18n to all pickers.
  • 5.0.1.0: Upgrade to Tempus Dominus full release version 5.0.1. Fix bug for populating initial values.
  • 0.1.2: UX enhancement: auto-dismiss dialog if the input loses focus.
  • 0.1.1: Bug fixes.
  • 0.1.0: Initial release.