Kaspars Sprogis
Kaspars Sprogis
@kcolton Thank you, I appreciate it. Next week I have few important deadlines and after that I am planning to finish things that are still missing and release v2 beta...
For those who are using v2, just added missing style for two-select/column selector widget which is used for permissions: http://v2.djangosuit.com/admin/auth/group/add/
@luto Maybe you donated to somebody, but definitely not me or DjangoSuit :) Thanks for good intentions, though! :)
Another awesome feature migrated: Added `suit_row_attributes`, `suit_cell_attributes` callables for row/cell/column styling based on object and field and added one new `suit_column_attributes` callable for column header styling: Demo: http://v2.djangosuit.com/admin/demo/continent/ https://github.com/darklow/django-suit/blob/v2/demo/demo/admin.py#L140 Preview:...
@uniqe15 Inline in inline is way too complicated, there are few apps that does that, I tried, but they are always outdated and have many bugs and limitations. However I...
@uniqe15 No official release date yet, but I am using v2-dev already in 3 projects in production. You can try it out already. Most important features are there.
@uniqe15 In my first post in this issue I wrote how to install v2-dev: https://github.com/darklow/django-suit/issues/475#issue-130059324 however there is no example for inlines in inlines included yet.
@geekashu It is working but is getting hidden. It bootstrap fault, this line hides it https://github.com/twbs/bootstrap/blob/v4-dev/scss/_reboot.scss#L391 I will look forward to override it somehow.
@geekashu I just fixed Django Debug Toolbar problem, just reinstall v2-dev: ``` pip uninstall django-suit pip install https://github.com/darklow/django-suit/tarball/v2 ```
@mzbyszewska I don't think so, at least not in an easy way, Django Suit is "skin/addon" specifically for Django admin app and highly relies on it's context variables.