Changeset 7108 for django/trunk/docs/distributions.txt
- Timestamp:
- 02/13/08 17:17:55 (10 months ago)
- Files:
-
- django/trunk/docs/distributions.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/distributions.txt
r7016 r7108 6 6 with their package-management systems. These can make installation and upgrading 7 7 much easier for users of Django since the integration includes the ability to 8 automatically install depend ancies (like database adapters) that Django8 automatically install dependencies (like database adapters) that Django 9 9 requires. 10 10
