Re: Occasional FieldError for a field that really does exist

2017-05-04 Thread Tim Graham
Could it be related to a third-party app similar to https://code.djangoproject.com/ticket/27365#comment:12 ? On Thursday, May 4, 2017 at 5:12:47 PM UTC-4, Evan Heidtmann wrote: > > Hello Django friends, > > > My app, running in production with uwsgi, very occasionally will crash > because of a F

Occasional FieldError for a field that really does exist

2017-05-04 Thread Evan Heidtmann
Hello Django friends, My app, running in production with uwsgi, very occasionally will crash because of a FieldError on a (valid) reverse ForeignKey relationship field. Without any code changes, other requests will succeed. Tests that cover this code path always pass. The two models are i