Django 1.5 is here!

Today, the latest version of Django has been released. And we’re happy to make it available to you with the new Django 1.5 one-click installer:

Screen shot 2013-02-26 at 3.14.47 PM

Django 1.5 brings with it several major improvements, including:

  • A customizable user model. Now you can use you own model to store information about your users. Use it to ditch that 30-character username restriction, or to store first name and last name together in a single field.
  • The verbatim template tag. It turns off Django’s templating between the tags. Handy for using some JavaScript libraries, for example.
  • Experimental Python 3 support. Now you can start testing your Django application with Python 3, to prepare for the future of Python. Production-ready status will be here before you know it, when Django 1.6 is released.

Django 1.5 has a slew of other changes, too. Check out the Django project’s release announcement and release notes (mind those backwards incompatible changes), then give the new one-click installer a test drive. Let us know what you think in the comments and, if you have any questions, join us in the Q&A Community.

This entry was posted in Python. Bookmark the permalink.

6 Responses to Django 1.5 is here!

  1. Alex says:

    Should this not be under Python instead of Rails? Doubt it will really matter but I noticed it so I thought I would comment :P .

  2. MattDMo says:

    Could you make an installer option for Python 3.3? I know it won’t be official until 1.6, but I’m currently running a custom app of 1.5 using Py3, and I’d love for there to be a one-click installer.

  3. Venkat says:

    Similar one for Django 1.5.1 coming soon? There is a serious memory leak bug in 1.5 that has been fixed.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>