Skip to content

Roadmap

Jacob Rief edited this page Jun 2, 2023 · 8 revisions

Version 1.0

  • Use django-sphinx-view for documentation.
  • Replace HTML tag <django-field-group> against <div role="group">.
  • Replace HTML tag <django-error-messages> against <meta name="itemscope" …>.
  • Replace attribute show-if, hide-if, disable-if against dfs-show, etc.
  • Replace click against dfs-click.
  • Replace populate-from against dfs-populate-from.

Version 1.1

  • Widget for datetime-local shall use browser's getTimezoneOffset().
  • Date-Range, and Date-Time-Range Pickers.
  • Add guard to prevent submitting a form, before file uploads have finished.
  • dfs-populate-from shall work for checkboxes. Can be useful to add a global checkbox.
  • Add PhoneNumberWidget using Google's phone-numbers library.
  • Create an example using django-countries.
Clone this wiki locally