Commit 1c8d6d2
Fix review comments: restore null=True, fix None url, re-add listeners import
- Restore null=True on companies.Company contact/email/url fields to avoid
unintended schema change (noqa DJ001 since removal needs migration)
- Guard against None return from fix_image() in fix_success_story_images
- Re-add jobs.listeners import in JobsAppConfig.ready() for signal registration
- Prefix unused unpacked variables with underscore for RUF059
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent abc7cb2 commit 1c8d6d2
3 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments