Upgrading Diamanda to Django-SVN
Check out the new site at https://rkblog.dev.
14 July 2008
Comments
In the last few days I have been updating code of my sites to be more Django-SVN compatible, and to clean few things. Things that have been done:
- Removed auto_now and auto_now_add as they will be gone (read here about it).
- Renamed maxlength to max_length in models and oldforms forms
- migrating from oldforms to newforms – boxcomments for now only :) newforms are much "bigger" than oldforms and "how to make this in newforms" takes some time.
- Added |safe in templates where it's needed to show HTML
- Some time ago – make it work after UTF branch merged :)
RkBlog
Check out the new site at https://rkblog.dev.
Comment article