Open jayvdb opened 4 years ago
Following https://github.com/jayvdb/django-dunder/issues/8 , if there is only one important attribute, the format could change from
<Foo: x> to <Foo x> and even simply x if x is a sufficiently descriptive attribute
<Foo: x>
<Foo x>
x
Following https://github.com/jayvdb/django-dunder/issues/8 , if there is only one important attribute, the format could change from
<Foo: x>
to<Foo x>
and even simplyx
ifx
is a sufficiently descriptive attribute