42 | | * Read our [http://www.djangoproject.com/documentation/contributing/ "Contributing to Django" document]. |
43 | | * [http://www.djangoproject.com/documentation/install/#installing-the-development-version Install the "trunk" version of Django] (aka the Django development version). |
| 42 | * [http://docs.djangoproject.com/en/dev/topics/install/#installing-the-development-version Checkout the "trunk" version of Django] (aka the Django development version). |
| 43 | * Read our [http://docs.djangoproject.com/en/dev/internals/contributing/ "Contributing to Django" document]. In particular, you might want to familiarize yourself with: |
| 44 | * [http://docs.djangoproject.com/en/dev/internals/contributing/#unit-tests Running the test suite] (hint: the second command that includes setting PYTHONPATH is probably what you want) |
| 45 | * [http://docs.djangoproject.com/en/dev/internals/contributing/#ticket-triage Triaging tickets] |
| 46 | * [http://docs.djangoproject.com/en/dev/internals/contributing/#claiming-tickets Claiming tickets in Trac] (do this before working on anything) |