Tomasz Główka
Tomasz Główka
Hey, current util `get_related_model` implementation does not take into account that reverse relations (descriptor can be both forward and reverse) so for reverse relations it leads to bugs like this:...
Hey there. I added option to specify function as showNoSuggestionNotice. It's helpful when there is need to dynamically decide weather to display noSuggestionNotice or not. The function takes suggestions as...
On http://api.jquery.com/jquery.ajax/#jqXHR jqXHR.fail() it's described with these word: > jqXHR.fail(function( jqXHR, textStatus, errorThrown ) {}); > > An alternative construct to the error callback option, the .fail() method replaces the...