In accordance with our security release policy, the Django team is issuing Django 3.0.1, Django 2.2.9 and Django 1.11.27. These release addresses the security issue detailed below. We encourage all users of Django to upgrade as soon as possible. (more…)
Read more »
Django 3.2 is just around the corner and it's packed with new features. Django versions are usually not that exciting (it's a good thing!), but this time many features were added to the ORM, so I find it especially interesting! (more…)
Read more »
As we have learned in my previous post, there are a lot of benefits in concentrating all the code related with sending emails in one place, creating a base mailer which handles the creation and… (more…)
Read more »
Explore the features of Django Channels REST Framework for building WebSocket API consumers with Django. (more…)
Read more »
Drop in replacement for Django Restframework Serializers to add permission based field serialization. - manfred-kaiser/restframework-serializer-permissions... (more…)
Read more »