Skip to content

Commit 4dc41cf

Browse files
committed
update django docs links from 5.0 to 5.1
1 parent 47d5292 commit 4dc41cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter_19_spiking_custom_auth.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The login in theory will be something like this:
203203
// "...and if so, we authorize/approve the request to authenticate/log in as the
204204
// associated user"
205205

206-
// https://docs.djangoproject.com/en/5.0/topics/auth/customizing/
206+
// https://docs.djangoproject.com/en/5.1/topics/auth/customizing/
207207

208208

209209
First let's prep an app for our accounts stuff:
@@ -487,7 +487,7 @@ we need to sort out user authentication in Django.
487487
// reason behind it.
488488
The first thing we'll need is a user model.
489489
I took a dive into the
490-
https://docs.djangoproject.com/en/5.0/topics/auth/customizing[Django
490+
https://docs.djangoproject.com/en/5.1/topics/auth/customizing[Django
491491
auth documentation] and tried to hack in the simplest possible one:
492492

493493
[role="sourcecode"]

0 commit comments

Comments
 (0)