#23621: Module autoreloading doesn't work due to some checks while loading an 
app
-------------------------------------+-------------------------------------
     Reporter:  pashinin             |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Core (Other)         |                  Version:  1.7
     Severity:  Normal               |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Ready for
    Has patch:  1                    |  checkin
  Needs tests:  0                    |      Needs documentation:  0
Easy pickings:  0                    |  Patch needs improvement:  0
                                     |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Loic Bistuer <loic.bistuer@…>):

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


Comment:

 In [changeset:"8c4ca16c65174db63471f12b005f5423b61de073"]:
 {{{
 #!CommitTicketReference repository=""
 revision="8c4ca16c65174db63471f12b005f5423b61de073"
 Fixed #23621 -- Warn for duplicate models when a module is reloaded.

 Previously a RuntimeError was raised every time two models clashed
 in the app registry. This prevented reloading a module in a REPL;
 while it's not recommended to do so, we decided not to forbid this
 use-case by turning the error into a warning.

 Thanks @dfunckt and Sergey Pashinin for the initial patches.
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/23621#comment:24>
Django <https://code.djangoproject.com/>
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/066.1b032ba8bda3dad7c1ec569c1073f92d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to