Changes between Version 293 and Version 294 of WikiStart


Ignore:
Timestamp:
Aug 17, 2014, 10:44:34 PM (10 years ago)
Author:
Russell Keith-Magee
Comment:

Updated wiki homepage... again...

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v293 v294  
    11= Django's bug tracker and wiki =
    22
    3 == How to report a bug ==
     3Django is an open source project, run by volunteers - people just like you! We need your help to make Django as good as it can possibly be.
    44
    5 '''You must [/login log in with a GitHub account] before you can [/newticket file a ticket].'''
     5Django is available under the [https://github.com/django/django/blob/master/LICENSE BSD license]. The source code repository is stored on [https://github.com/django/django Github].
    66
    7 Please read our documentation on [https://docs.djangoproject.com/en/stable/internals/contributing/bugs-and-features/ reporting bugs and requesting features] first.
     7== Getting involved ==
    88
    9 == How to contribute ==
     9'''Much of Django's infrastructure is hosted on Github, or uses a Github login. To log a ticket, or add content to this wiki, you'll need to [/login log in with a GitHub account].'''
    1010
    11 The documentation contains a [https://docs.djangoproject.com/en/stable/internals/contributing/ contributing guide] that should answer your questions. If it doesn't, file a bug!
     11Once you've logged in with your Github account, please read [https://docs.djangoproject.com/en/stable/internals/contributing/ our contibution guide].  This document describes how the Django community works, and the various ways you can contribute. If this document doesn't answer your questions, please [http://code.djangoproject.com/newticket/ file a bug]!
     12
     13If you've read that document, and are looking for a way to contribute, why not try one of the following:
     14                 
     15 * [https://code.djangoproject.com/wiki/Reports Tickets]: View active tickets, make bug reports and contribute feature requests. **If your bug report is a security issue, DO NOT report it with a ticket. Please read our [https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#reporting-security-issues guide to reporting security issues]**.
     16 * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks.
     17 * [https://code.djangoproject.com/query?status=!closed&easy=1 "Easy Pickings" Tickets]: Work on simple tickets to get familiar with Django's code base and the contribution process.
     18 * DjangoDesign: Are you a designer rather than a coder? We still want your input. Let us know how we can improve on Django's visual/UX design.
     19
     20== Django release process ==
     21
     22The current branch under active development is **[https://docs.djangoproject.com/en/dev/releases/1.8/ Django 1.8]**. There is a [wiki:Version1.8Roadmap roadmap document] describing the process and timelines for this release.
     23
     24The current branch being prepared for release is **[https://docs.djangoproject.com/en/1.7/releases/1.7/ Django 1.7]**. There is a [wiki:Version1.7Roadmap roadmap document] describing the process and timelines for this release.
     25
     26The current stable Django branch is **[https://docs.djangoproject.com/en/1.6/releases/1.6/ Django 1.6]**. This release will receive security updates, plus fixes for some major bugs that are found in new development.
     27
     28The current supported security branch is **[https://docs.djangoproject.com/en/1.5/releases/1.5/ Django 1.5]**. This release will only receive security updates.
     29
     30The current Long Term Support (LTS) branch of Django is **[https://docs.djangoproject.com/en/1.4/releases/1.4/ Django 1.4]**. This release will only receive security updates.
     31
     32== More Django resources ==
     33
     34See the [wiki:DjangoResources Django resources page] for a cornucopia of unofficial articles, code samples and other information contributed by the community.
Back to Top