Pull request at https://github.com/django/django/pull/5068
The oracle backend needs a fix too, it also outputs an incorrect db name
but the problems in it don't apparently end there as there is some
confusion in the messages where it says it's deleting a database but
actually deletes a tablespace. So I'll leave fixing that to someone who
actually knows what it's doing and can test it.
--
Ticket URL: <https://code.djangoproject.com/ticket/25196>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/25196#comment:1>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/25196#comment:2>
* owner: nobody => darkryder
* status: new => assigned
Comment:
Taking it since it's getting stale.
--
Ticket URL: <https://code.djangoproject.com/ticket/25196#comment:3>
* needs_better_patch: 1 => 0
Comment:
PR: https://github.com/django/django/pull/5298
--
Ticket URL: <https://code.djangoproject.com/ticket/25196#comment:4>
* needs_better_patch: 0 => 1
Comment:
The new pull request isn't correct.
--
Ticket URL: <https://code.djangoproject.com/ticket/25196#comment:5>
* status: assigned => new
* needs_better_patch: 1 => 0
* has_patch: 1 => 0
* owner: darkryder =>
Comment:
Removing self.
--
Ticket URL: <https://code.djangoproject.com/ticket/25196#comment:6>
* has_patch: 0 => 1
Comment:
PR 5068 updated
--
Ticket URL: <https://code.djangoproject.com/ticket/25196#comment:7>
* status: new => closed
* owner: => Tim Graham <timograham@…>
* resolution: => fixed
Comment:
In [changeset:"afe777639cc1c591df32591e196d4cda5783c615" afe7776]:
{{{
#!CommitTicketReference repository=""
revision="afe777639cc1c591df32591e196d4cda5783c615"
Fixed #25196 -- Normalized database representations in test database
messages.
Left over Oracle mostly as-is since it's more complicated.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25196#comment:8>
Comment (by Tim Graham <timograham@…>):
In [changeset:"50ccedae98742ae0d9dfb5d7c268ee2e2a096e34" 50ccedae]:
{{{
#!CommitTicketReference repository=""
revision="50ccedae98742ae0d9dfb5d7c268ee2e2a096e34"
[1.9.x] Fixed #25196 -- Normalized database representations in test
database messages.
Left over Oracle mostly as-is since it's more complicated.
Backport of afe777639cc1c591df32591e196d4cda5783c615 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25196#comment:9>
Comment (by Tim Graham <timograham@…>):
In [changeset:"abcdb237bb313d116ce2ac8e90f79f61429afc70" abcdb23]:
{{{
#!CommitTicketReference repository=""
revision="abcdb237bb313d116ce2ac8e90f79f61429afc70"
Refs #25196 -- Fixed incorrect argument order in test database creation.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25196#comment:10>
Comment (by Tim Graham <timograham@…>):
In [changeset:"f0da306af186c121c0e339342f60d29552bf8c1a" f0da306]:
{{{
#!CommitTicketReference repository=""
revision="f0da306af186c121c0e339342f60d29552bf8c1a"
[1.9.x] Fixed #26096, refs #25196 -- Fixed incorrect argument order in
test database creation.
Backport of abcdb237bb313d116ce2ac8e90f79f61429afc70 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25196#comment:11>