Skip to content

Commit 9400c3b

Browse files
committed
fix a url and add a todo
1 parent fc232d2 commit 9400c3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

chapter_09.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1135,8 +1135,8 @@ because we pass it a parameter:
11351135
----
11361136

11371137
Check out the
1138-
https://docs.djangoproject.com/en/1.6/ref/templates/builtins/#url[Django docs
1139-
on the reverse url resolution] for more info.
1138+
https://docs.djangoproject.com/en/1.6/topics/http/urls/#reverse-resolution-of-urls[Django
1139+
docs on reverse url resolution] for more info.
11401140

11411141
We run the tests again, and check they all pass (or get to the expected
11421142
self.fail):

outline_and_future_chapters.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ More/Other possible contents
8383
* general troubleshooting tips (appendix, collecting all notes etc?)
8484
* LiveServerTestCase does not flush staging server DB. fix in CI chapter?
8585
* How to stop and start (expand on bit in ch4. refer to stop+start book)
86+
* some kind of indicator of where in the tdd cycle we are, in the margin?
8687
8788
8889
*Deployment stuff*

0 commit comments

Comments
 (0)