Commit ad23fff7 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7108 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 4415f453
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ change:
     API changes may be necessary.

   - Generic relations will most likely be moved out of core and into the
     content-types contrib package to avoid core dependancies on optional
     content-types contrib package to avoid core dependencies on optional
     components.

   - The comments framework, which is yet undocumented, will likely get a complete
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Third-party distributions of Django
Several third-party distributors are now providing versions of Django integrated
with their package-management systems. These can make installation and upgrading
much easier for users of Django since the integration includes the ability to
automatically install dependancies (like database adapters) that Django
automatically install dependencies (like database adapters) that Django
requires.

Typically, these packages are based on the latest stable release of Django, so
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ Installing a distribution-specific package
Check the `distribution specific notes`_ to see if your
platform/distribution provides official Django packages/installers.
Distribution-provided packages will typically allow for automatic
installation of dependancies and easy upgrade paths.
installation of dependencies and easy upgrade paths.

Installing an official release
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~