georgema1982

Results 6 comments of georgema1982

One option is to allow more optional pg_dump options to be set. In that case, we can specify --no-owner or -O to be able to be restored by any user.

This solution works in the similar way as blockUI.instances.get('myBlockUI'). I wonder if it's possble that even though block-ui is on a non-body tag but still blocks the whole page.

Although it does block the whole screen, but the center of the blocking message is not the center of the whole page. Can the message appear in the center of...

My guess is that Django Admin use ModelForm in a different way from what we usually do. The mechanism of autostrip decorator is it injects clean methods on CharFields of...

clean() method is called in ModelAdmin. But I have the feeling that it's not the one injected by the decorator.