Django 1.0 now with its own branch

This post was written on 2008/09/29 at 22:16:16 by Horst Gutmann

Right after 1.0 got released, some people started to wonder how to easily stay up to date on bugfixes for this major release. Back then I think it was James Bennett who told me to stay tuned for something on this front. Today, Jacob Kaplan-Moss announced that Django 1.0 finally has its own maintenance branch in the repository.

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.

Comments:

  • J. Pablo Fernández (Guest)

    For some time I thought they were not going to use a branch and do some ugly stuff ("if you don't like current trunk, go download it from the date you liked it!"-ugly), I'm very glad they made a branch. Thank you!

    Sept. 30, 2008, 7:46 a.m.

*'d input fields are required.