Hey Bayo -- To expand a bit on what Alex said, the relevant bit of the documentation is http://docs.djangoproject.com/en/dev/internals/contributing/#patch-style. In essence, what you'll do is:
- Make an SVN checkout of Django. - Make whatever doc edits you want to submit in the `docs/` directory. - Generate a diff by running `svn diff` in the top-level of your checkout (i.e. the directory with the `django`, `docs, `tests`, etc. directories). - Upload that diff to a ticket on code.djangoproject.com. You can find a bit more information about the documentation markup itself at http://docs.djangoproject.com/en/dev/internals/documentation/. Thanks! Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---