djangobook.com icon indicating copy to clipboard operation
djangobook.com copied to clipboard

Results 58 djangobook.com issues
Sort by recently updated
recently updated
newest added

Added admonition to highlight the use of "check" since 1.7

Thanks for your fantastic work. Just for mention.

rewritten on a separate branch `1.8-rewrite`

"You can override this behavior, as detailed in Appendix B." I've changed it to read, "Appendix A." Appendix B makes no reference to class Meta: db_table. Appendix A does. If...

This line: from mysite.books.models import Publisher, Author, Book Requires to be: from books.models import Publisher, Author, Book If not, you get a 404 error saying that models does not exist...

Fixed the link at the end of the page that links to Chapter 11. The link is actually jacobian/djangobook.com/blob/master/chapter11.rst not ../chapter11.html.

Changed .html to .rst to fix link to chapter 6 at the very bottom of the page.

Fixed the link at the end of the page that links to Chapter 8. The link is actually jacobian/djangobook.com/blob/master/chapter08.rst not ../chapter08.html.

Fixed the link at the end of the page that links to Chapter 16. The link is actually jacobian/djangobook.com/blob/master/chapter16.rst not ../chapter16.html.

Fixed the link at the end of the page that links to Chapter 17. The link is actually jacobian/djangobook.com/blob/master/chapter17.rst not ../chapter17.html.