summaryrefslogtreecommitdiff
path: root/bootstrap_datepicker/widgets.py
AgeCommit message (Collapse)Author
26 hours♻️ django 3.2 deprecation: force_text -> force_str - templates: remove ↵Étienne Loks
ifequal ; PIL: Image.ANTIALIAS -> Image.Resampling.LANCZOS
2023-10-18🐛 JS: fix calendar localisationÉtienne Loks
2022-12-12Remove unicode_litteralsÉtienne Loks
2022-12-12Migration to Django 2.2 - many fixesÉtienne Loks
- remove redondant permissions - fix missing kwargs for widget and form fields - fix default to callable for model field - quick and dirty fix for datepicker - is_authenticated() -> is_authenticated - fix registration urls - remove six usage (no more python2)
2018-10-24QA packaging - fix date initializationÉtienne Loks
2018-01-29datepicker: simplify loadingÉtienne Loks
2018-01-17Adapt layout for bootstrap v4-beta3Étienne Loks
2018-01-16UI: manage localissation of date input fieldsÉtienne Loks
2018-01-15UI: adapt each form to use the new date widget. Force localization of format.Étienne Loks
2018-01-11UI: Workon on a new date pickerÉtienne Loks