georgema1982
georgema1982
It appears to me that if I want to use default blockUI.start(), I have to put ng-app on body tag. Otherwise, blockUI.start() would do nothing.
If I add autostrip decorator on a ModelForm and call is_valid method on the form in my own view, white spaces are stripped correctly. But if I tell a ModelAdmin...
Starting from Django 1.7, devserver stops printing sqls. Is it broken?
It seems to me that every time after I select a image and try to insert another image, filebrowser goes to the top folder again, forgetting the previous directory. It's...
I find that the candidates from Ctrl+Shift+Space sometimes doesn't contain certain symbols I need. For example, I have a class called Family in a Django model module. By pressing Ctrl+Shift+Space,...