Opened 14 years ago
Closed 14 years ago
#17852 closed Uncategorized (invalid)
Documentation for Testing utilities is incorrect for create_test_db etc.
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4-beta-1 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
versions 1.4/Trunk and 1.3
https://docs.djangoproject.com/en/dev/topics/testing/#module-django.test.utils
The docs states "... Django provides a number of utility methods in the django.test.utils module"
The following functions are not in that module:
create_test_db
destroy_test_db
Note:
See TracTickets
for help on using tickets.