|
You are here |
humberto.io | ||
| | | | |
www.paepper.com
|
|
| | | | | Unit testing your models in Django As a good developer, you write unit tests, of course. You will probably even write your tests before implementing your logic in a test-driven approach! However, when developing complex models which have interactions and foreign keys, writing tests can get messy and complicated. Say you want to test a model which has many dependencies to other models via foreign keys. To create an instance of your model, you first need to create all the other model instances which your m... | |
| | | | |
fuller.li
|
|
| | | | | [AI summary] A technical guide explaining how to customize the Django admin panel to pre-populate author and site fields based on the current user and request. | |
| | | | |
www.mattlayman.com
|
|
| | | | | Are you tired of manually tracking changes to your Django models? Say hello to django-simple-history! This powerful package allows you to easily keep track of modifications made to your models over time. With django-simple-history, you can retrieve historical records for a model, track changes made by different users, and display historical data in the Django admin interface. | |
| | | | |
alexgaynor.net
|
|
| | | [AI summary] Alex, a software resilience engineer, demonstrates how to implement a read-only field in Django by subclassing FileField and modifying the widget rendering and validation logic. | ||