Re: Best Profanity filters for using in Python Django project

2019-12-26 Thread Tim Graham
Hi, I see you also posted to django-users. Please don't cross post to django-developers as this mailing list is about developing Django, not discussing usage questions. On Thursday, December 26, 2019 at 12:47:54 PM UTC-5, Unprofessional coder wrote: > > I have a requirement where I need to use

Best Profanity filters for using in Python Django project

2019-12-26 Thread Unprofessional coder
I have a requirement where I need to use the profanity check for the list of forms.If the profanity is detected then it should stop further actions. Currently I am using "profanity_check" package for profanity detection, however getting the below warning from python in cmd. FutureWarning: s

Re: Sphinx AutoSectionLabel Extension Setting

2019-12-26 Thread Abhijeet Viswa
Here is my patch with the aforementioned setting set to true: https://github.com/django/django/pull/12251 On Thu, 26 Dec 2019 at 15:36, Abhijeet Viswa wrote: > Hey, > > > Ticket #28290 has been > lying in

Sphinx AutoSectionLabel Extension Setting

2019-12-26 Thread Abhijeet Viswa
Hey, Ticket #28290 has been lying in the easy pickings for too long now. I don't believe a patch has been submitted. It was suggested in n the issue raise