Chander Ganesan
Chander Ganesan
The ability to perform GET-as-POST using the overrideMethods functionality of restangular is very useful; however it's only implemented partially. One of the common use cases with GET as POST is...
Django's custom user models can use an alternate field for the username - the usage of get means that we are tied to the username field - instead, change to...
… the model referenced an object indirectly (such as the case when one uses value[0], for example, where element 0 can change without value changing.) In such cases, using to...
It might be useful to let folks know that if they turn on urllib3.connectionpool logging (at DEBUG) - or enable debug logging at the root logger, they'll likely run into...