Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#31577 closed Cleanup/optimization (fixed)

The explanation ended in the middle.

Reported by: Joon Hwan 김준환 Owned by: Joon Hwan 김준환
Component: Documentation Version: 3.0
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

Change History (12)

comment:1 by Carlton Gibson, 4 years ago

This is how Postres ranges are specified. See https://www.postgresql.org/docs/9.3/rangetypes.html#RANGETYPES-IO

Wonder if we can explain that better.

comment:2 by Mariusz Felisiak, 4 years ago

Yes, see https://www.postgresql.org/docs/current/rangetypes.html#RANGETYPES-INCLUSIVITY.

We can only add ref to the PostgreSQL documentation like in RangeBoundary.

comment:3 by Carlton Gibson, 4 years ago

Resolution: wontfix
Status: newclosed

Hmmm. We already link to the psycopg docs here: https://www.psycopg.org/docs/extras.html#adapt-range.

I'm going to say wontfix, as the [) is already marked out as a code literal. But if anyone wants to suggest a concrete clarification I'm happy to review.

in reply to:  3 comment:4 by Joon Hwan 김준환, 4 years ago

I had difficulty reading the document because I didn't have any background knowledge of Range Boundary expression.
I carefully suggests putting the next link nearby Range Fields.
https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/fields/#rangeboundary-expressions

If you don't mind, I will request PR.

Version 2, edited 4 years ago by Joon Hwan 김준환 (previous) (next) (diff)

comment:5 by Carlton Gibson, 4 years ago

A PR clarifying would be very welcome. Please assign yourself and reopen the ticket if you will provide one. Thanks!

comment:6 by Joon Hwan 김준환, 4 years ago

Resolution: wontfix
Status: closednew

Let me provide PR as soon as possible.

comment:7 by Joon Hwan 김준환, 4 years ago

Owner: changed from nobody to Joon Hwan 김준환
Status: newassigned

comment:8 by Carlton Gibson, 4 years ago

Triage Stage: UnreviewedAccepted

OK, super. I shall Accept on that basis.

Thanks for the input! 🎉

comment:9 by Joon Hwan 김준환, 4 years ago

Has patch: set

comment:10 by Mariusz Felisiak, 4 years ago

Triage Stage: AcceptedReady for checkin

comment:11 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 4029bcd6:

Fixed #31577 -- Clarified docs about bounds of RangeFields.

comment:12 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In 03bfcba:

[3.1.x] Fixed #31577 -- Clarified docs about bounds of RangeFields.

Backport of 4029bcd6b20f75a78f9a5829d7826c79aeb20732 from master

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