iommirocks / iommi

Your first pick for a django power cord
http://iommi.rocks
BSD 3-Clause "New" or "Revised" License
803 stars 51 forks source link

AssertionError:No exception message supplied #538

Closed FrankFang0813 closed 4 months ago

FrankFang0813 commented 5 months ago

Hi, I have a Error Message, I have no idea. I use ii.Field(editable=False), then got this error. But ii.Field(editable=True) is OK

This is my code:

columns__miti_price_1=dict(
            after=11,
            render_column=True,
            display_name="Price",
            group="AAAA",
            field=ii.Field(required=False),
        )

Thank You

boxed commented 5 months ago

You forgot to post the error

boxed commented 4 months ago

Please reopen with the error message if you have the problem still.