= Django source code repository = == Get the latest official version == Coming soon to [http://sourceforge.net/projects/django SourceForge]. == Get the latest development code == The latest Django source code is always available via this shell command, which requires [http://subversion.tigris.org/ Subversion]: {{{svn co http://code.djangoproject.com/svn/django/trunk/}}} We -- WorldOnline, Django developers -- improve Django every day and are pretty good about not checking in broken code. And we use the development code directly on our servers, so we consider it stable. With that in mind, we recommend that you use the latest development code, because it generally contains more features and fewer bugs than the "official" releases. == Browse and contribute online == * [http://code.djangoproject.com/browser/django/trunk/ Browse source]: See the full code via a Web interface. * [http://code.djangoproject.com/timeline/ Timeline]: Keep track of recent changes. * [http://code.djangoproject.com/report/1 Tickets]: View active tickets, make bug reports and contribute feature requests.