-
Notifications
You must be signed in to change notification settings - Fork 35
Roadmap
Jacob Rief edited this page Jun 2, 2023
·
8 revisions
- 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
againstdfs-show
, etc. - Replace
click
againstdfs-click
. - Replace
populate-from
againstdfs-populate-from
.
- 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.