Rafael Ponieman

Results 13 issues of Rafael Ponieman

It seems like the editor works on inlines, but the value doesn't get saved the first time I try. When trying to save, the page reloads displaying required field errors...

I couldn't find a way to specify the config_name directly on the field. I figure I can do it through specifying a custom form, though I didn't try it because...

Hi! While running similar code to the following, I find that, when Item is placed inside a fragment, or inside of another component that goes into Menu, the click event...

reproduciton needed

Lets say there is a CelerySearchIndex that specifies a reduced index_queryset. Then, the update/delete signal will be called for ANY instance of that model, not restricted to the specified index_queryset....

Hello! Thank you for making and sharing cropit!! For a project, I needed to only get the cropping coordinates on the original image. I needed to know the two (x1,...

I found that it's possible to extend a template, but only replacing the actual html_body and text_body blocks. However, if I make a base template like the following: ```htmldjango {%...

I'm having a quite strange issue with the latest version. CharFields with choices are giving me a validation error of this sort: ``` Select a valid choice. ['bottom-right'] is not...

On: wagtail==1.13.1 wagtail-condensedinlinepanel==0.4.2 The image chooser panel's edit image link (when there is an image selected) has no href on Condensed Inlines, so its not working.

Currently getting: ``` TypeError Object of type 'ImageFieldFile' is not JSON serializable Starts on condensedinlinepanel/edit_handlers.py Line 43 return super(WagtailJSONEncoder, self).default(o) ```

I believe the easiest way would be to add a ReadOnlyFieldPanel and style it accordingly. Only thing would be that it should somehow be able to use a callable on...

type:Enhancement
component:Modeladmin