#34310 closed Cleanup/optimization (fixed)
Add deletion example at one_to_one relations documentation
| Reported by: | Marcelo Galigniana | Owned by: | Marcelo Galigniana |
|---|---|---|---|
| Component: | Documentation | Version: | 4.1 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hello!
I had a bug at my job related with a wrong OneToOne model definition but when I "googled" it to fix it, I realized there was no example in the Django documentation: At https://docs.djangoproject.com/en/4.1/topics/db/examples/ -> One-to-one relationships is the only one which don't have any example, so I would like to add one!
I already created a PR about this but I haven't had feedback, so I raised this ticket to confirm if its needed, if not I can close the PR
Thank you!
Change History (7)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Type: | Uncategorized → Cleanup/optimization |
Sounds reasonable.
comment:3 by , 3 years ago
| Patch needs improvement: | set |
|---|
comment:4 by , 3 years ago
| Patch needs improvement: | unset |
|---|
comment:5 by , 3 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
PR