Changeset 7108
- Timestamp:
- 02/13/08 17:17:55 (10 months ago)
- Files:
-
- django/trunk/docs/api_stability.txt (modified) (1 diff)
- django/trunk/docs/distributions.txt (modified) (1 diff)
- django/trunk/docs/install.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/api_stability.txt
r5818 r7108 89 89 90 90 - Generic relations will most likely be moved out of core and into the 91 content-types contrib package to avoid core depend ancies on optional91 content-types contrib package to avoid core dependencies on optional 92 92 components. 93 93 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 django/trunk/docs/install.txt
r6877 r7108 139 139 platform/distribution provides official Django packages/installers. 140 140 Distribution-provided packages will typically allow for automatic 141 installation of depend ancies and easy upgrade paths.141 installation of dependencies and easy upgrade paths. 142 142 143 143 Installing an official release
