Django Tempus Dominus Versions Save

A Django widget for the Tempus Dominus Bootstrap 4 DateTime picker.

5.1.2.17

2 years ago

What's Changed

Full Changelog: https://github.com/flipperpa/django-tempus-dominus/compare/5.1.2.16...5.1.2.17

5.1.2.16

2 years ago
  • Bug fix: correctly assigns formats.

5.1.2.15

2 years ago
  • Update django-bootstrap4 package

5.1.2.14

2 years ago
  • Fixes a bug where MomentJS formats were not being properly passed through.

5.1.2.13

4 years ago
  • 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

4 years ago

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

5.1.2.9

4 years ago
  • 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.