Changes between Version 267 and Version 268 of WikiStart


Ignore:
Timestamp:
Sep 20, 2007, 8:45:50 PM (17 years ago)
Author:
korpios
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v267 v268  
    1414
    1515== Browsing the code online ==
    16 
    1716 * [/browser/django/trunk/ Browse source]: See the full code via a Web interface.
    1817 * [/timeline/ Timeline]: Keep track of recent changes.
    1918
    2019== Getting involved ==
     20Before ''anything'', please read [http://www.djangoproject.com/documentation/contributing/ How to contribute to Django].  You'll find out how the Django community works, and possibly save yourself much grief in the future.  `:)`
    2121
    22  * [http://www.djangoproject.com/documentation/contributing/ How to contribute to Django]: How our community works.
    2322 * [http://code.djangoproject.com/wiki/Reports Tickets]: View active tickets, make bug reports and contribute feature requests.
    2423 * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks.
     
    2625
    2726== Branches in development ==
     27Development of major new features for Django tends to take place in ''branches'' — copies of the main codebase focused on a particular feature.  Using branches makes it easier to experiment with such sweeping changes without possibly breaking the ''trunk'' — the main line of development.
    2828
    29 Currently, a number of branches of development aim to implement new features in Django. Each of these may or may not be stable, but we encourage you to test them out and give feedback to branch maintainers. Each branch has its own page.
     29Branches may not be stable, but they offer a chance to test out bleeding-edge code before it hits the mainline.  Give them a try, and remember to send feedback to the branch maintainers!
    3030
    3131 * [wiki:NewformsAdminBranch newforms-admin]: A refactoring of Django's admin site to use the [http://www.djangoproject.com/documentation/newforms/ newforms library] rather than automatic manipulators, allowing for additional customization of admin-site functionality.
Back to Top