You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell (I really didn't want to spend too much time on this) something somewhere (possible in a separate django package? I dunno) is calling DateTimeShortcuts.init() after the reinitDateTimeShortCuts() function is called in inlines.js. I don't necessarily think this is an issue with this package.
With Django 1.10 and a very abusive approach* not only datewidgets calendars, but also add inlines and delete inline anchors get replicated.
(*4 nesting inlines levels ... Yes I know that any UI designer will have a lot of badwords to me, but it's a System which will hava at most 5 admin users, and all these levels are strictly depending on each other, expecting 1 or 2 modifications in these registers monthly with hundreds of reports being extracted in the same period)
In django 1.8 datetime widjet is rendered as one field, two labels "today" and two icons "calendar"
The text was updated successfully, but these errors were encountered: