Re: [Django] #30536: Improve django.setup() semantic

2019-06-03 Thread Django
#30536: Improve django.setup() semantic
+--
 Reporter:  pascal chambon  |Owner:  nobody
 Type:  New feature |   Status:  closed
Component:  Core (Other)|  Version:  master
 Severity:  Normal  |   Resolution:  duplicate
 Keywords:  setup   | Triage Stage:  Unreviewed
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Changes (by Carlton Gibson):

 * status:  new => closed
 * resolution:   => duplicate


Comment:

 Hi Pascal. I'm going to close this as a Duplicate of #28752. Let's keep
 the discussion there. Thanks.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.2bec46e45d0018056201d03682a5a0f1%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30536: Improve django.setup() semantic

2019-06-01 Thread Django
#30536: Improve django.setup() semantic
+--
 Reporter:  pascal chambon  |Owner:  nobody
 Type:  New feature |   Status:  new
Component:  Core (Other)|  Version:  master
 Severity:  Normal  |   Resolution:
 Keywords:  setup   | Triage Stage:  Unreviewed
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--

Comment (by pascal chambon):

 Pending PR on https://github.com/django/django/pull/11435.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.90aa68c28d7cc206dcf2aa630ef5bb66%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #30536: Improve django.setup() semantic

2019-06-01 Thread Django
#30536: Improve django.setup() semantic
--+
   Reporter:  pascal chambon  |  Owner:  nobody
   Type:  New feature | Status:  new
  Component:  Core (Other)|Version:  master
   Severity:  Normal  |   Keywords:  setup
   Triage Stage:  Unreviewed  |  Has patch:  1
Needs documentation:  0   |Needs tests:  0
Patch needs improvement:  0   |  Easy pickings:  0
  UI/UX:  0   |
--+
 Make django.setup() idempotent, and add setting DJANGO_SETUP_CALLABLE so
 that actual setup operations can be overridden in a project.

 This is especially useful when testing, since test runners (eg. pytest-
 django) often configure the framework by themselves, before the end user
 can patch it with mockups and other early-time tweaks.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/048.b0ff940963877b8446e403f97aa53a46%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.