Aram Dulyan

Results 4 comments of Aram Dulyan

This can be worked around by using `get_FIELDNAME_display` in the `readonly_fields` list (though as a side-effect, it will always appear at the bottom of the form, unless you want to...

@jaap3 I see where you're coming from. My reasoning for why it's worth addressing the issue here is threefold: - it's not going to get addressed where it ideally should...

@aweakley's commit afa9c02d7749f11ee3e70b03c93aef4feeaafc1e is actually closely related to this. He was using his own Location model, instead of plugins.location.Location, but he was not able to delete event objects (and hence...

Add guards to every include call is what we did, but I agree that an `include_if_installed` thing would be better. I think it should be implementable without imports. If not,...