vladlep
vladlep
Hi, I would like my select to have dynamically 2-3 options of users and have the `Nothing selected` option also part of the dropdown always. This way i can rename...
The start_date is always set to the last day of the previous month while the end date is set to one day earlier than the it should be. In this...
If i use jumpTo function to change the domain and the highlight function afterwards to highlight then new date ``` $MONTH_CALENDAR.jumpTo(newDate); $MONTH_CALENDAR.highlight(newDate); ``` i sometime get an error: Uncaught TypeError:...
Hi, I upgrade the library to the latest to use the ./manage.py collectstatic_js_reverse and load the static file on our servers which is a great feature. Unfortunately it does not...
Hi, Is the project compatible with new versions of django (above 1.7)? I tried it with 1.8.4. and the migrations do not work for me. It appears to be because...