Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-16 Thread Alaina Rowe
When I get work time to do it, I'll try to post a traceback and some code with renaming to remove project-specific information. I know that building a minimal example that demonstrates the problem would help. The issue with that is, I'd have to get permission to deploy it to our production envi

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-16 Thread Mike Dewhirst
On 17/12/2019 12:19 am, lemme smash wrote: i feel for you, but from this description there is no way to figure out how to help. it's way too abstract. so you probably may want to provide code piece and traceback to get any kind of help here. +1 It might help to actually build the two-app proj

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-16 Thread lemme smash
i feel for you, but from this description there is no way to figure out how to help. it's way too abstract. so you probably may want to provide code piece and traceback to get any kind of help here. On Saturday, December 7, 2019 at 2:08:41 AM UTC+3, Alaina Rowe wrote: > > I have not been able to

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-11 Thread Alaina Rowe
Quick bump to see if anyone has insight on this. On Friday, December 6, 2019 at 5:08:41 PM UTC-6, Alaina Rowe wrote: > > I have not been able to reproduce the bug I am about to describe when > DEBUG is True, whether in production on Apache or locally on the Django dev > server. So my first quest

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? I can help you in this Best Regards, Divyesh Khamele On Sat, 7 Dec 2019 at 04:38, Alaina Rowe wrote: > I have not been able to reproduce the bug I am about to describe when > DEBUG is True, whether in production on Apache or locally on the

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? I can help you in this Best Regards, Divyesh Khamele On Sat, 7 Dec 2019 at 23:13, Integr@te System wrote: > Hi issuer, > > Plz look at model built by UpdateWithInlinesView > to see if you mistake from limit of string return from get_absolu

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? I can help you in this Best Regards, Divyesh Khamele On Sat, 7 Dec 2019 at 23:15, Dvs Khamele wrote: > Hi do you hire contract based python/django freelancer? > I can help you in this > Best Regards, > Divyesh Khamele > > On Sat, 7 Dec 20

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Integr@te System
Hi issuer, Plz look at model built by UpdateWithInlinesView to see if you mistake from limit of string return from get_absolute_url() https://django-extra-views.readthedocs.io/en/latest/pages/formset-views.html#createwithinlinesview-and-updatewithinlinesview https://docs.djangoproject.com/en/2.2/

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Daniel Chimeno
+1 to more document about DEBUG magic. El sábado, 7 de diciembre de 2019, 0:08:41 (UTC+1), Alaina Rowe escribió: > > I have not been able to reproduce the bug I am about to describe when > DEBUG is True, whether in production on Apache or locally on the Django dev > server. So my first question

Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-06 Thread Alaina Rowe
I have not been able to reproduce the bug I am about to describe when DEBUG is True, whether in production on Apache or locally on the Django dev server. So my first question is: What is all the magic that Django DEBUG does behind the scenes? The documentation doesn't have very much information