Articles in this series
Suppose you change your Django model instance, how do you know if the data actually changed? There are a few ways to achieve this, for example using...
The django-simple-history package is awesome as it shows you all the activity on a certain Django model object. It allows seeing how it was mutated...
When using the requests library in Python you can use some built-in auth mechanisms like HTTPBasicAuth and HTTPDigestAuth. However, I could not find...
Use 93x less queries using patched raw_id_fields and prefetching · Speed up with raw_id_fields ForeignKeys in the Django admin show as a select-box...
Prevent 500 error raised by exceptions by catching them in the middleware · A problem that many Django programmers face is uncaught exceptions triggering...
Image (Daniel Bonilla): Casa Batlló by Gaudí in Barcelona, one of my favorite masterpieces in architecture. · A lot has already been written about...