--
Ticket URL: <https://code.djangoproject.com/ticket/30934>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Old description:
> As this is essential information when working with database routing.
New description:
As this is essential information when working with database routing.
PR: https://github.com/django/django/pull/11994
--
--
Ticket URL: <https://code.djangoproject.com/ticket/30934#comment:1>
* has_patch: 0 => 1
* version: 2.2 => master
* stage: Unreviewed => Accepted
Comment:
[https://github.com/django/django/pull/11994 PR]
This sounds perfectly reasonable to me and is a trivial change.
--
Ticket URL: <https://code.djangoproject.com/ticket/30934#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/30934#comment:3>
* stage: Ready for checkin => Accepted
Comment:
CarlosMirdeSouza, please check
[https://docs.djangoproject.com/en/dev/internals/contributing/writing-code
/submitting-patches/#patch-review-checklist patch-review-checklist] before
you will mark a ticked as "Ready for checkin", few changes are missing
e.g. `versionchanged` admonitions.
--
Ticket URL: <https://code.djangoproject.com/ticket/30934#comment:4>
Comment (by Abhijeet):
Patch: https://github.com/django/django/pull/12265
@felixxm
--
Ticket URL: <https://code.djangoproject.com/ticket/30934#comment:5>
* owner: nobody => David Winterbottom
* needs_better_patch: 0 => 1
* status: new => assigned
* needs_docs: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/30934#comment:6>
* owner: David Winterbottom => Nick Pope
* needs_better_patch: 1 => 0
* needs_docs: 1 => 0
Comment:
New [https://github.com/django/django/pull/14584 PR].
--
Ticket URL: <https://code.djangoproject.com/ticket/30934#comment:7>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"fa35c8bdbc6aca65d94d6280fa463d5bc7baa5c0" fa35c8bd]:
{{{
#!CommitTicketReference repository=""
revision="fa35c8bdbc6aca65d94d6280fa463d5bc7baa5c0"
Fixed #30934 -- Included database alias in django.db.backends log
messages.
This is useful when working with database routing as you want to know
where each query is being executed.
Co-authored-by: David Winterbottom <david.win...@gmail.com>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30934#comment:8>