Re: [Django] #32953: Enable optional auto-reloading for testserver

2021-07-31 Thread Django
#32953: Enable optional auto-reloading for testserver
-+-
 Reporter:  Igor Bakutin |Owner:  Igor
 |  Bakutin
 Type:  New feature  |   Status:  closed
Component:  Core (Management |  Version:  4.0
  commands)  |
 Severity:  Normal   |   Resolution:  wontfix
 Keywords:  testserver reloader  | 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:  assigned => closed
 * resolution:   => wontfix


Comment:

 I too think this is probably a mistake to add. (If anything deprecating
 the `testserver` command would be the way to go, rather than adding
 surface area here.) If folks want autoreloading `runserver` should be
 sufficient.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.6ccb1daa54a46341d2f971833155812b%40djangoproject.com.


Re: [Django] #32953: Enable optional auto-reloading for testserver

2021-07-27 Thread Django
#32953: Enable optional auto-reloading for testserver
-+-
 Reporter:  Igor Bakutin |Owner:  Igor
 |  Bakutin
 Type:  New feature  |   Status:  assigned
Component:  Core (Management |  Version:  4.0
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  testserver reloader  | Triage Stage:
 |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Mariusz Felisiak):

 Thanks for the ticket.

 Replying to [ticket:32953 Igor Bakutin]:
 > `django/core/management/commands/testserver.py:39` has the following
 comment
 >
 > {{{
 > # Run the development server. Turn off auto-reloading because it causes
 > # a strange error -- it causes this handle() method to be called
 > # multiple times.
 > }}}

 However, this comment was added in
 9c55bbdef7f1717aa17f7ca17cb2396522426310 and that doesn't mean that 14
 years later it's still a desirable feature. `testserver` is intended to
 work with a database snapshot (loaded from fixtures) so it can be really
 fragile for any changes in models or migrations. I'm not sure if we can
 support it in a bulletproof way 樂.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.a1756ec30fedb4a7ed6d22ffdf692bb0%40djangoproject.com.


Re: [Django] #32953: Enable optional auto-reloading for testserver

2021-07-20 Thread Django
#32953: Enable optional auto-reloading for testserver
-+-
 Reporter:  Igor Bakutin |Owner:  Igor
 |  Bakutin
 Type:  New feature  |   Status:  assigned
Component:  Core (Management |  Version:  4.0
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  testserver reloader  | Triage Stage:
 |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Igor Bakutin):

 * owner:  Igor Bakutin => Igor Bakutin


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.0af9b944264e36f3a50b3980e9ac7c98%40djangoproject.com.


Re: [Django] #32953: Enable optional auto-reloading for testserver

2021-07-20 Thread Django
#32953: Enable optional auto-reloading for testserver
-+-
 Reporter:  Igor Bakutin |Owner:  Igor
 |  Bakutin
 Type:  New feature  |   Status:  assigned
Component:  Core (Management |  Version:  4.0
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  testserver reloader  | Triage Stage:
 |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Igor Bakutin):

 * type:  Uncategorized => New feature


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.9c659677e559003621ad13d79db73dd6%40djangoproject.com.


[Django] #32953: Enable optional auto-reloading for testserver

2021-07-20 Thread Django
#32953: Enable optional auto-reloading for testserver
-+-
   Reporter:  Igor   |  Owner:  Igor Bakutin
  Bakutin|
   Type: | Status:  assigned
  Uncategorized  |
  Component:  Core   |Version:  4.0
  (Management commands)  |
   Severity:  Normal |   Keywords:  testserver reloader
   Triage Stage: |  Has patch:  1
  Unreviewed |
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 `django/core/management/commands/testserver.py:39` has the following
 comment

 {{{
 # Run the development server. Turn off auto-reloading because it causes
 # a strange error -- it causes this handle() method to be called
 # multiple times.
 }}}


 The task is to fix the issue and add optional `--autoreload` flag to the
 command

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/051.1d10eb21e02757a7e367bb79bd1693c4%40djangoproject.com.