2010/6/28 Massimiliano della Rovere <[email protected]>: > I'd modify http://docs.djangoproject.com/en/dev/ref/contrib/admin/ > page by myself but I do not know how to.
You can provide documentation patches the same as you would create a source patch: * Download django's current trunk: svn co http://code.djangoproject.com/svn/django/trunk/ * Edit the files in the documentation you want to improve (its docs/ref/contrib/admin/index.txt in your case) * Create a simple patch by calling "svn diff > admin_doc_improvement.patch" and submit it to a ticket in trac. Hope this helps. -- Servus, Gregor Müllegger -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
