Commit 754818f
docs(contributing): make_* helpers now delegate to factory_boy factories (#1272)
The make_* helpers no longer wrap plain Model.objects.create() — this PR
rewrote them as thin wrappers over website/tests/factories.py. Update the
CONTRIBUTING note so it points contributors at the factories as the source
of truth and to use them directly for entities the helpers don't cover.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 76c448e commit 754818f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
0 commit comments