The first big change in my "little collection of Django-related stuff" is a new folder structure. This was necessary because for some modules I just want to have some sort of unit-testing going on, and with the old structure this would just have been a total mess.
The actual new part of the package is the django_zsutils.utils.oopviews.ctn module which includes a sample implementation of content-type negotiation. Stuff like that is always interesting if you want to provide rendering for different types of clients while still using the same URL.
Read more about "Something new in django_zsutils" ...