Changes between Initial Version and Version 1 of TicketClosingReasons/DocumentationVersion


Ignore:
Timestamp:
Oct 3, 2011, 9:04:45 AM (13 years ago)
Author:
Ramiro Morales
Comment:

Creation

Legend:

Unmodified
Added
Removed
Modified
  • TicketClosingReasons/DocumentationVersion

    v1 v1  
     1= Make sure you are using the right documentation version =
     2
     3You've opened a ticket in our bug/issue tracker reporting something you've read in the official documentation doesn't work as described or at all when trying it in your Django installation.
     4
     5What is actually happening is that the version of Django that documentation describes is different from the version of Django you are using.
     6
     7The Django documentation is handled together and in the same way as the source code (e.g. it is part of the source tree and is maintained with the same version control system) so every release and development branch has an independent copy of it. Because of this, the documents of newer or in-development Django versions evolve diverging from older versions as they are modified to describe new features or changes in behavior.
     8
     9If you are reading the documentation online from our [https://docs.djangoproject.com documentation web site] there is now a light green widget that appears in the lower right corner of the screen that you can use to confirm and switch among different documentation versions.
     10
     11Some examples (links to the entry points of the respective documentation versions):
     12
     13* Documentation for the current in-development version: https://docs.djangoproject.com/en/dev/
     14* Django 1.3.x documentation: https://docs.djangoproject.com/en/1.3/
     15* Django 1.2.x documentation: https://docs.djangoproject.com/en/1.2/
Back to Top