Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to datetime picker 4 #32

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cafec0e
Upgrade to datetime picker 4
inducer Jan 30, 2015
e0364f7
Migrate forms.util -> forms.utils
inducer Dec 2, 2015
b0b656a
DateTimePicker for dynamically created controls.
adam-tokarski Mar 9, 2016
2c5d853
Django1.11 compatible.
dzhuang May 27, 2017
c9319c2
For fallback of zh-hans and zh-hant in moment-with-locales.min.js
dzhuang May 27, 2017
47a5c2d
Merge branch 'django1.11_compatibility'
dzhuang May 27, 2017
33caa36
Merge pull request #2 from dzhuang/zh_fallback
inducer Jun 5, 2017
0f619d9
Merge https://github.com/nkunihiko/django-bootstrap3-datetimepicker
inducer Jul 11, 2017
3a6c728
Merge github.com:inducer/django-bootstrap3-datetimepicker
inducer Jul 11, 2017
2a9caa4
Remove 'language' JS option
inducer Jul 16, 2017
deec24f
Fix Django 1.11, updated js dependency to fix deprecated size() call
dzhuang Sep 25, 2017
c0eef4a
Merge pull request #3 from dzhuang/master
inducer Sep 26, 2017
1fd5362
Added fallback langs for moment-with-locales.js
dzhuang Oct 16, 2017
dd8e382
Merge pull request #4 from dzhuang/master
inducer Oct 16, 2017
ed14664
Update widgets.py
dzhuang Oct 19, 2017
8acd82d
Merge pull request #5 from dzhuang/patch-1
inducer Oct 19, 2017
ff1a5c5
Django 2 form media compatibility.
dzhuang Jan 22, 2018
81f1131
Merge pull request #7 from dzhuang/master
inducer Jan 23, 2018
4f623d1
Merge remote-tracking branch 'remotes/adam-tokarski/master' into dyna…
dzhuang May 17, 2018
611de4a
Merge pull request #8 from dzhuang/dynamically_created_controls
inducer May 18, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ __pycache__/
# Intellij
.idea/
*.iml
*.iws
*.iws

# Vim
*~
.*.sw[op]
Loading