Opened 20 months ago

Closed 20 months ago

Last modified 20 months ago

#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 Marcelo Galigniana, 20 months ago

comment:2 by Mariusz Felisiak, 20 months ago

Has patch: set
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

Sounds reasonable.

comment:3 by Mariusz Felisiak, 20 months ago

Patch needs improvement: set

comment:4 by Marcelo Galigniana, 20 months ago

Patch needs improvement: unset

comment:5 by Mariusz Felisiak, 20 months ago

Triage Stage: AcceptedReady for checkin

comment:6 by GitHub <noreply@…>, 20 months ago

Resolution: fixed
Status: assignedclosed

In 7c6195e:

Fixed #34310 -- Added deletion example to one-to-one topic.

comment:7 by Mariusz Felisiak <felisiak.mariusz@…>, 20 months ago

In 9306a8d:

[4.2.x] Fixed #34310 -- Added deletion example to one-to-one topic.

Backport of 7c6195ef81075b03a704431b5d08ec597e8573f7 from main

Note: See TracTickets for help on using tickets.
Back to Top