Ticket #23004 - Cleanse entries from request.META in debug views

2019-06-23 Thread ohlr
I'd like to draw your attention to this ticket which is accepted and now open for 5 years. https://code.djangoproject.com/ticket/23004 >From my point of view it is a quite important one because: When specifying ADMINS in *settings.py* sensetive data from *request.META * is not cleansed e.g. in

Re: ipdb throws AttributeError in autoreload.py with 2.2.2

2019-06-23 Thread Tom Forbes
IPython seems to override `__main__`, which I certainly did not expect: https://github.com/ipython/ipython/blob/257e4c45563598810b0a771de286004617510fc1/IPython/core/debugger.py#L238

Re: ipdb throws AttributeError in autoreload.py with 2.2.2

2019-06-23 Thread Jason Johns
Wow, that was quick! Thank you! -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to

ipdb throws AttributeError in autoreload.py with 2.2.2

2019-06-23 Thread Jason Johns
Hello, About two weeks ago, work updated the base docker image to use django 2.2.2 and I noticed an issue right off the bat with using ipdb 0.12 and ipython 7.5.0 (which are also defaults for the docker image). I really didn't have the time to dig more, and got along well enough with pdb in

Re: Fellow Reports - June 2019

2019-06-23 Thread Mariusz Felisiak
Week ending June 23, 2019. *Triaged:* https://code.djangoproject.com/ticket/30570 - Integrity errors in Django project with custom User model. (worksforme) https://code.djangoproject.com/ticket/30568 - Definition of URLconf appears in tutorial 3; first mention is in tutorial 1. (wontfix)