1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

[1.5.x] Fixed #19497 -- Refactored testing docs.

Thanks Tim Graham for the review and suggestions.

d19109fd37 from master.
This commit is contained in:
Ramiro Morales
2012-12-21 21:59:06 -03:00
parent 3aba929bcc
commit 903892be7b
19 changed files with 849 additions and 800 deletions

View File

@@ -71,7 +71,7 @@ of 1.0. This includes these APIs:
external template tags. Before adding any such tags, we'll ensure that
Django raises an error if it tries to load tags with duplicate names.
- :doc:`Testing </topics/testing>`
- :doc:`Testing </topics/testing/index>`
- :doc:`django-admin utility </ref/django-admin>`.