--
Ticket URL: <https://code.djangoproject.com/ticket/24932>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* stage: Unreviewed => Accepted
* needs_tests: => 0
* needs_docs: => 0
Comment:
This would be very nice and explicit casts are used in contrib.postgres in
several places. The postgres syntax is `::text` (or similar).
--
Ticket URL: <https://code.djangoproject.com/ticket/24932#comment:1>
* owner: nobody => Ian-Foote
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/24932#comment:2>
* needs_docs: 0 => 1
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/4809 PR] (no docs at this time).
--
Ticket URL: <https://code.djangoproject.com/ticket/24932#comment:3>
* status: assigned => new
* needs_better_patch: 0 => 1
* owner: Ian-Foote =>
Comment:
PR closed, submitter indicated that they are not going to work on this
ticket anymore, deassigning.
--
Ticket URL: <https://code.djangoproject.com/ticket/24932#comment:4>
* cc: fedoseev.sergey@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/24932#comment:5>
* needs_better_patch: 1 => 0
* needs_docs: 1 => 0
Comment:
[https://github.com/django/django/pull/6271 New PR] based on Ian's patch.
--
Ticket URL: <https://code.djangoproject.com/ticket/24932#comment:6>
* needs_better_patch: 0 => 1
Comment:
(waiting for #25759 to merge before tweaking this a bit)
--
Ticket URL: <https://code.djangoproject.com/ticket/24932#comment:7>
* needs_better_patch: 1 => 0
Comment:
[https://github.com/django/django/pull/6338 Updated PR] on a branch with
the dependent ticket.
--
Ticket URL: <https://code.djangoproject.com/ticket/24932#comment:8>
* status: new => closed
* owner: => Tim Graham <timograham@…>
* resolution: => fixed
Comment:
In [changeset:"03b6947728466e4e907487f30dd4dfec94a8eb2f" 03b6947]:
{{{
#!CommitTicketReference repository=""
revision="03b6947728466e4e907487f30dd4dfec94a8eb2f"
Fixed #24932 -- Added Cast database function.
Thanks Ian Foote for the initial patch.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24932#comment:9>