This means mostly one thing for you according the release process documentation: If you want to stay up to date with the latest fixes for the Django 1.0 release without getting some unexpected and perhaps not really welcome changes to the core, all you have to do is::
$ svn co http://code.djangoproject.com/svn/django/branches/releases/1.0.X/ django-1.0
$ cd django-1.0
$ svn up
# The latest bugfix-release just went live
$ svn up
This way it should be easy to keep using your previous update process (if you were running on trunk that is) while having a solid base for your sites.
blog comments powered by Disqus