--
Ticket URL: <https://code.djangoproject.com/ticket/29236>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: Keryn Knight (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/29236#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/29236#comment:2>
* owner: nobody => Chris Mark
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/29236#comment:3>
* has_patch: 0 => 1
* needs_tests: 0 => 1
Comment:
https://github.com/django/django/pull/9812
--
Ticket URL: <https://code.djangoproject.com/ticket/29236#comment:4>
Comment (by Chris Mark):
Keryn I found it difficult to add a test for the patch, since I cannot
find a proper way to create the environment needed to catch this case.
On
https://github.com/django/django/blob/master/tests/admin_scripts/tests.py#L2166,
the tests use a target settings file, and if it is not present the tests
will fail, so I need to configure somehow the settings, before(?)
executing the actual command.
Any proposal or insight?
Chris
--
Ticket URL: <https://code.djangoproject.com/ticket/29236#comment:5>
* owner: Chris Mark => Hasan Ramezani
--
Ticket URL: <https://code.djangoproject.com/ticket/29236#comment:6>
* needs_tests: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/29236#comment:7>
Comment (by Hasan Ramezani):
PR [https://github.com/django/django/pull/10316]
--
Ticket URL: <https://code.djangoproject.com/ticket/29236#comment:8>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"49b679371fe9beddcd23a93b5fdbadea914f37f8" 49b6793]:
{{{
#!CommitTicketReference repository=""
revision="49b679371fe9beddcd23a93b5fdbadea914f37f8"
Fixed #29236 -- Fixed diffsettings crash if using settings.configure().
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29236#comment:8>