django-crispy-forms v1.2.5 Release Notes

    • Avoid raising Exceptions in |as_crispy_field filter when not in DEBUG mode.
    • Popping css_id to avoid having a css-id attribute, see #167.
    • Fixed a bug in dynamic layout API, when wrapping layout objects that had arguments passed after fields. Moving LayoutSlice to layout_slice module.
    • Fixed test failing when tests runned from manage.py test.
    • Fixed testing name conflict, see #130.