This is the Table of Contents for the free online version of Mastering Django: Core (The Django Book).
As Django 1.11 LTS is out, this content is in active development and is being incrementally updated from 1.8 to 1.11.
Note that, if you are just starting out, the fundamentals have not really changed between 1.8 and 1.11, so you should be able to get through the first few chapters with minimal problems.
Just install Django 1.11 and most of the early code samples will run.
Any chapters that have been updated will be marked [UPDATED] in the Table of Contents. The online book should be considered a working draft, which means there are likely errors and bits of code that don’t run. Send me an email if you find something that is broken.
Table of Contents
Introduction
Chapter 1: Getting Started
Installing Django [UPDATED]
The Model-View-Controller Design Pattern [REVIEWED OK]
Chapter 2: Django Views and URLconfs
Chapter 3: Django Templates
Chapter 4: Django Models
Chapter 5: The Django Admin Site
Chapter 6: Django Forms
Chapter 7: Advanced Views and URLconfs
Chapter 8: Advanced Templates
Chapter 9: Advanced Models
Chapter 10: Generic Views
Chapter 11: User Authentication in Django
Chapter 12: Testing in Django
Chapter 13: Deploying Django
Chapter 14: Generating Non-HTML Content
Chapter 15: Django Sessions
Chapter 16: Django's Cache Framework
Chapter 17: Django Middleware
Chapter 18: Internationalization in Django
Chapter 19: Security in Django
Chapter 20: More on Installing Django
Chapter 21: Advanced Databases
Appendix A: Model Definition Reference
Appendix B: Database API Reference
Appendix C: Generic View Reference
Appendix D: Django Settings
Appendix E: Built-in Tags and Filters
Appendix F: Request and Response Objects
Appendix G: Developing Django With Visual Studio