Re: [Django] #25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9

2015-10-30 Thread Django
#25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9
-+-
 Reporter:  wide-awake   |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  1.9b1
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by collinanderson):

 We could maybe print the traceback yet still have the program continue (in
 case there's a more specific error message later).

--
Ticket URL: <https://code.djangoproject.com/ticket/25634#comment:10>
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/068.7e90f185dafcaa005272360556288f16%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9

2015-10-30 Thread Django
#25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9
-+-
 Reporter:  wide-awake   |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  1.9b1
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by claudep):

 * status:  closed => new
 * resolution:  invalid =>
 * type:  Uncategorized => Bug
 * component:  Uncategorized => Core (Management commands)
 * stage:  Unreviewed => Accepted


Comment:

 I've had this same error in one of my projects, and I'd like to reopen it
 because I think there is an exception swallowing which masks real errors.
 (was related to django-reversion in my case).
 With `runserver --noreload`, I'm getting the proper traceback which
 reveals the real problem, but without the `--noreload`, I'm getting the
 useless traceback mentioned by the reporter.

 The problem is with this exception catching:
 
https://github.com/django/django/blob/stable/1.9.x/django/core/management/__init__.py#L315-L317

 Frankly, I'd rather live with an autoreloader not restarting in case of
 syntax errors (#24704) than with exception swallowing.

--
Ticket URL: <https://code.djangoproject.com/ticket/25634#comment:9>
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/068.7df64a0927d4c1fae12e938cea78cd65%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9

2015-10-29 Thread Django
#25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9
---+--
 Reporter:  wide-awake |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Uncategorized  |  Version:  1.9b1
 Severity:  Normal |   Resolution:  invalid
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by timgraham):

 * resolution:  needsinfo => invalid


--
Ticket URL: <https://code.djangoproject.com/ticket/25634#comment:8>
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/068.0abd7c7606d7d7f8ec20711cb75fc4b6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9

2015-10-29 Thread Django
#25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9
---+--
 Reporter:  wide-awake |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Uncategorized  |  Version:  1.9b1
 Severity:  Normal |   Resolution:  needsinfo
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by wide-awake):

 It's specifically Wagtail CMS package problem.
 Installing wagtail dev versions from github solved this error.

--
Ticket URL: <https://code.djangoproject.com/ticket/25634#comment:7>
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/068.9b168ac2ac932fa573aec495b8204c38%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9

2015-10-29 Thread Django
#25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9
---+--
 Reporter:  wide-awake |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Uncategorized  |  Version:  1.9b1
 Severity:  Normal |   Resolution:  needsinfo
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by wide-awake):

 All my third part apps:

 {{{
 THIRD_PARTY_APPS = (
 'gunicorn',
 'opbeat.contrib.django',
 # Wagtail CMS
 'taggit',
 'compressor',
 'modelcluster',

 'wagtail.contrib.wagtailstyleguide',
 'wagtail.wagtailcore',
 'wagtail.wagtailadmin',
 'wagtail.wagtailsearch',
 'wagtail.wagtailimages',
 'wagtail.wagtaildocs',
 'wagtail.wagtailsnippets',
 'wagtail.wagtailusers',
 'wagtail.wagtailsites',
 'wagtail.wagtailembeds',
 'wagtail.wagtailredirects',
 'wagtail.wagtailforms',

 'wagtailforums',
 'wagtailmodeladmin',
 )
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25634#comment:6>
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/068.762f6d23c2aae1e930fb0dfdabcd2223%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9

2015-10-29 Thread Django
#25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9
---+--
 Reporter:  wide-awake |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Uncategorized  |  Version:  1.9b1
 Severity:  Normal |   Resolution:  needsinfo
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by DheerendraRathor):

 I usually switch back and forth between 1.8.5 and 1.9b1 and never got this
 error. Is there any third party app you're using?

--
Ticket URL: <https://code.djangoproject.com/ticket/25634#comment:5>
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/068.5f9aab34290f31674e79a2cedb81910a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9 (was: AppRegistryNotReady Error)

2015-10-29 Thread Django
#25634: AppRegistryNotReady Error upgrading from Django 1.8 to 1.9
---+--
 Reporter:  wide-awake |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Uncategorized  |  Version:  1.9b1
 Severity:  Normal |   Resolution:  needsinfo
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by timgraham):

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


Comment:

 The only thing that comes to mind is #25477 but that doesn't look relevant
 here.

--
Ticket URL: <https://code.djangoproject.com/ticket/25634#comment:4>
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/068.ae1fa2a23b76ba52f5c6f428c6492ebc%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.