Skip to content

Commit

Permalink
update django docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
Xronophobe committed Dec 20, 2024
1 parent acffe79 commit 93cedca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_20_mocking_1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ We'll use Django's "messages framework",
which is often used to display ephemeral "success" or "warning" messages
to show the results of an action.
Have a look at the
https://docs.djangoproject.com/en/1.11/ref/contrib/messages/[django messages docs]
https://docs.djangoproject.com/en/5.1/ref/contrib/messages/[django messages docs]
if you haven't come across it already.

Testing Django messages is a bit contorted--we have to pass `follow=True`
Expand Down

0 comments on commit 93cedca

Please sign in to comment.