Changeset 2846
- Timestamp:
- 05/04/06 23:27:16 (2 years ago)
- Files:
-
- django/trunk/docs/contributing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/contributing.txt
r2830 r2846 248 248 Yes, the unit tests need a settings module, but only for database connection 249 249 info -- the ``DATABASE_ENGINE``, ``DATABASE_USER`` and ``DATABASE_PASSWORD``. 250 250 251 The unit tests will not touch your database; they create a new database, called 251 ``django_test_db``, which is deleted when the tests are finished. 252 ``django_test_db``, which is deleted when the tests are finished. This means 253 your user account needs permission to execute ``CREATE DATABASE``. 252 254 253 255 Requesting features
