Skip to content

Commit

Permalink
Update erratas, add 1-4
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Jun 6, 2019
1 parent 92f10a4 commit 0cc87ae
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 3 additions & 1 deletion errata/errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
* @yeshan333 Mr.Ye https://github.com/yeshan333
* @hp66722667 iceman! https://github.com/hp66722667
* @jasonqiao36 Jason Qiao https://github.com/jasonqiao36
* @JoeyGaojingxing Joey https://github.com/JoeyGaojingxing
* 吴谢
* ……

另外还有通过 QQ、Telegram 和 Email 反馈勘误的读者,不方便索引,这里没有一一列出。感谢你们的贡献!
Expand Down Expand Up @@ -139,7 +141,7 @@
| 7.3.2 P208 第1个代码块第6行 | `render_form(form),action=request.full_path` | `render_form(form, action=request.full_path)` | 审校错误,右侧关闭括号位置出错 |
| 7.3.2 P208 表7-2上面段落的最后一句话 | quick_form() | render_form() | 笔误。历史遗留问题 18.9.28 |
| 7.4.3 P213 最后 1 个附注段落 | bootstrap.bundle.min.css | bootstrap.bundle.min.js | 笔误 18.12.5 |
| P225 下面代码块第 10 行 | 去掉中部的 `class="next ` |
| P255 下面代码块第 10 行 | 去掉中部的 `class="next ` |
| P269 | 去掉页面中部的提示段落 |
| 8.1.3 P229、P231 代码清单8-2、8-4 | | 单个蓝本变量名称均应为foo_bp形式,比如admin应为admin_bp | 笔误 18.9.24 |
| 8.2.1.1.(4) P235 代码清单8-7后面第1个代码块第3行 | `db.relationship('Comment', backref='post', cascade='all')` | `db.relationship('Comment', back_populates='post', cascade='all, delete-orphan')` | 笔误 |
Expand Down
2 changes: 1 addition & 1 deletion errata/errata1-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
| 7.3.1 P207 3.7.1节中最后一段话中 | bootstrap_load_js() | bootstrap.load_js() | 笔误 18.11.17 |
| 7.4.3 P213 最后 1 个附注段落 | bootstrap.bundle.min.css | bootstrap.bundle.min.js | 笔误 18.12.5 |
| 7.5 P214 该页(节)最后 2 个代码块的最后 1 行 | | 两处均向左缩进 4 格,和上面对齐 | 排版错误 18.12.6 |
| P225 下面代码块第 10 行 | 去掉中部的 `class="next ` |
| P255 下面代码块第 10 行 | 去掉中部的 `class="next ` |
| P269 | 去掉页面中部的提示段落 |
| 8.2.1 P237 代码清单 8-8 倒数第 3 行 | | 删除这一行 | 后续内容前置 19.1.13 |
| P263 代码清单 8-29 第 2 行 | `{{ comments\|length }} Comments` | `{{ pagination.total }} Comments <!-- 使用 pagination.total 获取分页条目总数 -->` | 优化 19.3.5 |
Expand Down
2 changes: 1 addition & 1 deletion errata/errata1-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| 5.7.1 P174 倒数第2个代码块第3行 | `relationship('Comment', cascade='all, delete-orphan')` | `db.relationship('Comment', back_populates='post', cascade='all, delete-orphan')` | 笔误 19.03.15 |
| 第10章 P451 | `class Item(MethodView)` | `class ItemAPI(MethodView)` | 19.4.23 |
| 第五章 P167 图5-8下第二段最后一句 | 设为关联表名称 | 设为关联表对象或是字符串形式的关联表名称 | 19.4.23 |
| P225 下面代码块第 10 行 | 去掉中部的 `class="next ` |
| P255 下面代码块第 10 行 | 去掉中部的 `class="next ` |
| P269 | 去掉页面中部的提示段落 |
| P644 第一个代码块最后一行 | `name` | `name.encode()` | 19.4.23 |

Expand Down
9 changes: 9 additions & 0 deletions errata/errata1-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 第 1 版第 3 次印刷勘误

发布时间:2019/7/1

### 重要勘误

##### 2019/7/1
位置 | 错误 | 正确 | 备注/时间 |
--- | --- | --- | ---

0 comments on commit 0cc87ae

Please sign in to comment.