Changes between Version 267 and Version 268 of WikiStart
- Timestamp:
- Sep 20, 2007, 8:45:50 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v267 v268 14 14 15 15 == Browsing the code online == 16 17 16 * [/browser/django/trunk/ Browse source]: See the full code via a Web interface. 18 17 * [/timeline/ Timeline]: Keep track of recent changes. 19 18 20 19 == Getting involved == 20 Before ''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. `:)` 21 21 22 * [http://www.djangoproject.com/documentation/contributing/ How to contribute to Django]: How our community works.23 22 * [http://code.djangoproject.com/wiki/Reports Tickets]: View active tickets, make bug reports and contribute feature requests. 24 23 * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks. … … 26 25 27 26 == Branches in development == 27 Development 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. 28 28 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. 29 Branches 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! 30 30 31 31 * [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.