File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ please scroll down to [Windows non-WSL Setup](#windows-non-wsl-setup).
1251251 . Verify the following pages load:
126126 * http://127.0.0.1:8000/
127127 * http://127.0.0.1:8000/p/
128- * http://127.0.0.1:8000/p/skill-fight-girl-north-production-thus-a-58113 /
128+ * http://127.0.0.1:8000/p/author-up-language-push-162 /
1291291 . Log into the admin ([ link] ( http://127.0.0.1:8000/admin/ ) ) with your super user.
1301301 . Verify the following pages load:
131131 * http://127.0.0.1:8000/post/create/
@@ -181,7 +181,7 @@ Proceed to [Lab 1](docs/lab1.md).
1811811 . Verify the following pages load:
182182 * http://127.0.0.1:8000/
183183 * http://127.0.0.1:8000/p/
184- * http://127.0.0.1:8000/p/skill-fight-girl-north-production-thus-a-58113 /
184+ * http://127.0.0.1:8000/p/author-up-language-push-162 /
1851851 . Log into the admin ([ link] ( http://127.0.0.1:8000/admin/ ) ) with your super user.
1861861 . Verify the following pages load:
187187 * http://127.0.0.1:8000/post/create/
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ git checkout lab-1.1
1313
1414### Report
1515
16- The detail view for the post "Unit bar pressure ." is broken.
16+ The detail view for the post "Author up language push ." is broken.
1717
1818To reproduce:
19191 . Browse to the [ posts page] ( http://127.0.0.1:8000/p/ ) .
20- 1 . Click on "Read" for the post with the title "Skill fight girl north production thus a ."
20+ 1 . Click on "Read" for the post with the title "Author up language push ."
21211 . "It doesn't work!"
2222
2323### Facts
@@ -28,7 +28,7 @@ Let's consider what we know:
2828 QuerySet does not contain a Post matching the filters.
2929- The line that causes the error is on line 80:`` post = posts.get(title=lookup) ``
3030- We know the post exists, we can find it in the
31- [ admin] ( http://127.0.0.1:8000/admin/newsletter/post/?title=Skill+fight+girl+north+production+thus+a . )
31+ [ admin] ( http://127.0.0.1:8000/admin/newsletter/post/?q=Author+up+language+push . )
3232- This impacts more than just the post in the report. The detail
3333 view is broken for all posts.
3434
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The site seems to be running slower lately. Please make the site fast again!
1717
1818To reproduce:
19191 . Browse to the [ posts page] ( http://127.0.0.1:8000/p/ ) .
20- 1 . Browse to a [ post's page] ( http://127.0.0.1:8000/p/skill-fight-girl-north-production-thus-a-58113 / ) .
20+ 1 . Browse to a [ post's page] ( http://127.0.0.1:8000/p/author-up-language-push-162 / ) .
21211 . Browse to the [ posts admin page] ( http://127.0.0.1:8000/admin/newsletter/post/ ) .
22221 . Why are these slow?
2323
@@ -344,8 +344,8 @@ Thank you for adding caching to the site recently, but I think you broke somethi
344344A post that shouldn' t be public is available to the public now.
345345
346346To reproduce:
347- 1 . Log into your staff account and browse to the [published posts](http:// 127.0 .0.1:8000 / p/ skill - fight - girl - north - production - thus - a - 58113 / ).
348- 1 . Use an incognito window to also view the [published posts](http:// 127.0 .0.1:8000 / p/ skill - fight - girl - north - production - thus - a - 58113 / ).
347+ 1 . Log into your staff account and browse to the [published posts](http:// 127.0 .0.1:8000 / p/ ).
348+ 1 . Use an incognito window to also view the [published posts](http:// 127.0 .0.1:8000 / p/ ).
3493491 . In the incognito window, click to read a post.
3503501 . In the staff authenticated window, click " Set to private" for the post opened
351351 in the incognito window.
You can’t perform that action at this time.
0 commit comments