Mathieu Rampant

Results 6 issues of Mathieu Rampant

Just wondering, I was trying to update to the latest release 0.9.9 but I cannot find it on Pypi

In the tests for m2m relationships, it only checks the same side for both tests (always checking `related` history, even though the original obj model is the one being tracked),...

Hi, First of all, thank you for this excellent app. I love how simple yet powerful this is. My favorite part is being able to configure everything in `settings.py` so...

enhancement

Hi, I was wondering if there was a way to have additional properties or a custom input option for the string type with choices. This would be useful when we...

bug

This is a follow up on #265 Here is what I am thinking: 1. adding more variable to the `TemplatesCustomization` class like this: ```python def __init__(self, *args, **kwargs): for email_template,...

help wanted

Just wondering if it would make sense to support JSONSchema, which would allow dynamic lookups for properties in django rest framework. The schema could be set in the filter definition...