Skip to content

Commit b03d737

Browse files
committed
fix chapter update warnings
1 parent 4c2fb5c commit b03d737

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

chapter_19_mocking.asciidoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33

44
.Warning, Chapter Under Construction.
55
*******************************************************************************
6-
🚧 Warning, this Chapter is in the process of being updated for the third edition.
6+
🚧 Warning, this Chapter is freshly updated for Django 4 + Python 3.12.
7+
8+
The code listings should have valid syntax,
9+
and I've been through and sense-checked the chapter text,
10+
but a few things might still be off!
11+
So let me know what you think of the chapter, via [email protected]
712
813
*******************************************************************************
914

chapter_server_side_debugging.asciidoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Server-Side Debugging
33
---------------------
44

5+
.Warning, Chapter Not Updated.
6+
*******************************************************************************
7+
🚧 Warning, this Chapter is the 2e version, and uses Django 1.11
8+
9+
This chapter and all the following ones are the second edition versions, so they still use Django 1.11, Python 3.8, and so on.
10+
11+
To follow along with this chapter, it’s probably easiest to reset your code to match my example code as it was in the 2e, by resetting to: https://github.com/hjwp/book-example/tree/chapter_19_mocking
12+
13+
And you should also probably delete and re-create your virtualenv with * Python 3.8 or 3.9 * and Django 1.11 (pip install "django <2")
14+
15+
Alternatively, you can muddle through and try and figure out how to make things work with Django 4 etc, but be aware that the listings below won’t be quite right.
16+
*******************************************************************************
17+
18+
519
Popping a few layers off the stack of things we're working on: we have nice
620
wait-for helpers; what were we using them for? Oh yes, waiting to be logged
721
in. And why was that? Ah yes, we had just built a way of pre-authenticating

0 commit comments

Comments
 (0)