|
|
|
|
|
by alasdairnicol
2920 days ago
|
|
Django’s documentation is excellent, but parts of the wiki are out of date. This page has barely been updated in the last four years. It mentions MIDDLEWARE_CLASSES (deprecated in Django 1.10) and using strings in url() (deprecated in Django 1.8). There may well be other bits which are out of date. The entries in the faq [1] are more likely to be kept up to date. [1]: https://docs.djangoproject.com/en/2.0/faq/ |
|
The official documentation (at docs.djangoproject.com) is scrupulously maintained, and excellently written.