thenewguy
thenewguy
I just thought of one issue that is currently overlooked but should be straightforward to fix. Shipping processor probably needs to be restricted by site in some form or fashion...
That would be an awesome addition!
This app is a better fit than wagtailimages for animations when the animation is the defining feature of the visual content. Conceptually these are more video than image and fit...
I just read the document on my phone. I didn't see anything specific to animated images. It was my understanding that it intends to simplify multiple renditions of the same...
This is because [the template](https://github.com/torchbox/wagtailmedia/blob/master/wagtailmedia/templates/wagtailmedia/media/_thumbnail_field.html) duplicates the widget output. Should probably leave this to the widget and remove the anchor rendered by the template. Could probably update the file widget...
@gasman: Yes. I made a comment about tests in the issue. It would have been more appropriate here
@gasman I am having trouble running tests against wagtail to make sure I have a failing test before and successful test after changeset. I posted on wagtail-dev at https://groups.google.com/forum/#!topic/wagtail-developers/Q-JeY81IOLU
So I've added a test. I've pushed the test to [a separate branch as well without the fix](https://github.com/thenewguy/django-modelcluster/tree/issue-39-failing-test) so you can easily compare pass/fail. The issue I am observing appears...
If my previous comments emailed to you, ignore them. I attached SubfieldBase to the model instead of the ModelField in a copy/paste error from having them all in the same...
So I've hit this in several places under wagtail too while trying to use a custom field that returns an object that cannot be natively serialized to json. Due to...