Django

Code

Changeset 7108

Show
Ignore:
Timestamp:
02/13/08 17:17:55 (10 months ago)
Author:
russellm
Message:

Fixed #6597 -- Corrected spelling mistake. Thanks for the report, Atul Varma.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/api_stability.txt

    r5818 r7108  
    8989 
    9090   - Generic relations will most likely be moved out of core and into the 
    91      content-types contrib package to avoid core dependancies on optional 
     91     content-types contrib package to avoid core dependencies on optional 
    9292     components. 
    9393 
  • django/trunk/docs/distributions.txt

    r7016 r7108  
    66with their package-management systems. These can make installation and upgrading 
    77much easier for users of Django since the integration includes the ability to 
    8 automatically install dependancies (like database adapters) that Django 
     8automatically install dependencies (like database adapters) that Django 
    99requires. 
    1010 
  • django/trunk/docs/install.txt

    r6877 r7108  
    139139platform/distribution provides official Django packages/installers. 
    140140Distribution-provided packages will typically allow for automatic 
    141 installation of dependancies and easy upgrade paths. 
     141installation of dependencies and easy upgrade paths. 
    142142 
    143143Installing an official release