Skip to content

Commit

Permalink
fix a few stray mentions of django 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Oct 30, 2024
1 parent 14148d8 commit 5fb58f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chapter_03_unit_test_first_view.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ urlpatterns = [

WARNING: If your _urls.py_ looks different or if it mentions a function called
`url()` instead of `path()`, it's because you've got the wrong version of
Django. This book is written for Django v4. Take another look at
Django. This book is written for Django v5. Take another look at
the <<pre-requisites>> section and get the right version before you
go any further.

Expand Down
2 changes: 1 addition & 1 deletion chapter_15_simple_form.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ and which fields we want it to use.
like assigning sensible HTML form input types to different types of field,
and applying default validation.
Check out the
https://docs.djangoproject.com/en/4.2/topics/forms/modelforms/[docs]
https://docs.djangoproject.com/en/5.1/topics/forms/modelforms/[docs]
for more info.

We now have some different-looking form HTML:
Expand Down
2 changes: 1 addition & 1 deletion chapter_23_debugging_prod.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*******************************************************************************
🚧 Warning, Chapter update for 3e in progress.
This chapter has only been partially updated to Django 4, Ansible+Docker, etc.
This chapter has only been partially updated to Django 5, Ansible+Docker, etc.
Following along may be tricky, but I hope to have it in better shape soon!
*******************************************************************************
Expand Down

0 comments on commit 5fb58f7

Please sign in to comment.