Skip to content

Commit a15b92d

Browse files
committed
update warning and notes in preface
1 parent 6df22d6 commit a15b92d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

chapter_20_fixtures_and_wait_decorator.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
*******************************************************************************
66
🚧 Warning, this Chapter is being updates for Django 4 + Python 3.12.
77
8-
Some code listings may be inconsistent.
8+
The code listings should have valid syntax,
9+
but I haven't yet been through to sense-check the actual text of the chapter yet.
10+
Read on with caution, and let me know if anything seems strange!
911
*******************************************************************************
1012

1113
((("authentication", "skipping in FTs")))

preface.asciidoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ either via www.obeythetestinggoat.com, or via the O'Reilly Learning site.
4343
Congratulations!
4444
4545
At the time of writing, the whole of _Part 1_ of the book (the first 7 chapters),
46-
and the bulk of Part 2 (chapter 8-14) have been updated for the third edition.
47-
They’ve been upgraded to Python 3.12, Django 4,
48-
and the text up to chapter 12 has been comprehensively reviewed.
46+
as well as all of Part 2 (chapter 8-14)
47+
and several chapters in Part 3 (up to chapter 21)
48+
have been updated for the third edition.
49+
They've been upgraded to Python 3.12, Django 4,
50+
and the text up to chapter 16 has been comprehensively reviewed.
4951
50-
_Chapters 15 and above are still on Python 3.7 / Django 1.x._
52+
_Chapters 21 and above are still on Python 3.7 / Django 1.x._
5153
5254
If you're following through the code examples in rest of the book,
5355
you have two choices:

0 commit comments

Comments
 (0)