Skip to content

Commit b4f965f

Browse files
committed
fix an incorrect link thanks Andrey
1 parent 3e617cb commit b4f965f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

acknowledgments.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,6 @@ LeBodro, Jeff, Duncan Betts, wasabigeek, joegnis, Lars, Mustafa, Jared, Craig,
9898
Sorcha, TJ, Ignacio, Roel, Justyna, Nathan, Andrea, Alexandr, bilyanhadzhi,
9999
mosegontar, sfarzy, henziger, hunterji, das-g, juanriaza, GeoWill, Windsooon,
100100
gonulate, Margie Roswell, Ben Elliott, Ramsay Mayka, peterj, 1hx, Wi, Duncan
101-
Betts, Matthew Senko, Neric "Kasu" Kaz, Dominic Scotto, and many, many more.
101+
Betts, Matthew Senko, Neric "Kasu" Kaz, Dominic Scotto, Andrey Makarov,
102+
and many, many more.
102103

chapter_outside_in.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ We're moving back up to the views layer now, just doing a little
826826
tidying up. Notice that these are in the old test for the `new_list` view, when
827827
we haven't got a logged-in user. We should only save the list owner when the
828828
user is actually logged in. The `.is_authenticated` attribute we defined in
829-
<<chapter_mocking>> comes in useful now (when they're not logged in,
829+
<<chapter_spiking_custom_auth>> comes in useful now (when they're not logged in,
830830
Django represents users using a class called `AnonymousUser`, whose
831831
`.is_authenticated` is always `False`):
832832

0 commit comments

Comments
 (0)