Opened 11 years ago
Closed 11 years ago
#23035 closed Uncategorized (invalid)
Documentation for Django 1.3
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.3 | 
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
Has the documentation for this version been taken down? If it has, is there a way I could be given the documentation in an offline format to complete my current project?
  Note:
 See   TracTickets
 for help on using tickets.
    
Hi,
Django 1.3 is not supported anymore which is why we're not hosting its documentation (I think).
You can always clone the
stable/1.3.Xbranch from github [1] and build the documentation from that (it's all in thedocs/directory).Alternatively, the 1.3 docs seem to still be hosted on readthedocs [2] so you can just use that.
I'll mark this ticket as
invalid, since this is more of a support question which should go to our support channels (#django on IRC or the django-users mailing list).Thanks.
[1] https://github.com/django/django/tree/stable/1.3.x
[2] http://django.readthedocs.org/en/1.3.X/