Re: How to properly install Django patch ?

2021-05-21 Thread Boris Pérez
You can not do a downgrade, until next release??? Greetings 2021-05-21 4:57 GMT-04:00, ant an : > Folks, > There is a patch for latest Django version (2.2.23) , fixed a bug which > break my site. > and next release is due to 1 June. > > Can not wait that long, Is there some standard way to patch a

How to properly install Django patch ?

2021-05-21 Thread ant an
Folks, There is a patch for latest Django version (2.2.23) , fixed a bug which break my site. and next release is due to 1 June. Can not wait that long, Is there some standard way to patch a production server ? Thanks! - An -- You received this message because you are subscribed to the

Re: First Django Patch: django.contrib.auth 'Specifying a namespace in include() without providing an app_name '

2018-04-15 Thread Tim Graham
It can't be changed due to backwards compatibility. See https://github.com/django/django/pull/9527. On Saturday, April 14, 2018 at 12:29:01 PM UTC-4, jazu...@gmail.com wrote: > > Hi, I've recently sprung a bug that seems to be easily fixable. I would > like to create my first patch on django wit

FYI: django-logging problem with latest dev version of Django (patch info included)

2007-07-26 Thread keithb
Using the latest Django revision (anything after the Unicode branch merge), if a view returns a page with any non-ASCII characters, you'll get an error in django-logging when it tries to rewrite the page. For more info and a patch, check out the django-logging ticket: http://code.google.com/p/dj

Re: Django patch!

2006-09-03 Thread Milton Waddams
> You mean two _reported_ false positives a week? > Or did someone read all the rejected posts to check that? > > I fear that many people will just go away if their bug report or patch > gets rejected like that, especially those that don't really "need" > Django. (I know I have done that at least

Re: Django patch!

2006-09-02 Thread Jan Claeys
Op vr, 01-09-2006 te 23:55 -0500, schreef Jacob Kaplan-Moss: > On Sep 1, 2006, at 7:05 PM, Jan Claeys wrote: > > The Akismet "spam protection" does more bad than good, that's going > > on. (Someone will ask you to submit your IP to be added to a whitelist > > soon, but that's just fighting th

Re: Django patch!

2006-09-02 Thread [EMAIL PROTECTED]
Yes, Tom Tobin: http://groups.google.com/group/django-developers/browse_thread/thread/073adcd35547d150 --Simon Kenneth Gonsalves wrote: > On 02-Sep-06, at 10:47 AM, Ian Holsman wrote: > > > b. email jacob to get your IP# white listed > > afaik someone else has been allotted this job > > -- > > r

Re: Django patch!

2006-09-01 Thread Kenneth Gonsalves
On 02-Sep-06, at 10:47 AM, Ian Holsman wrote: > b. email jacob to get your IP# white listed afaik someone else has been allotted this job -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You received this mess

Re: Django patch!

2006-09-01 Thread Ian Holsman
just as an aside.. is it possible to change the 'your a spammer' message to provide some instructions on what to do if you are actually a human. something like ... your trac post was blocked by our spam engine. We apolagize for this inconvenience, and while our spam engine was wrong this time,

Re: Django patch!

2006-09-01 Thread Kenneth Gonsalves
On 02-Sep-06, at 10:25 AM, Jacob Kaplan-Moss wrote: > Akismet is now rejecting about a hundred spam posts *a day*. It > looks like it gets about one or two false positives *a week*. I'd > certainly say that's doing more good than bad, myself. thats good - very good > > If you (or anyone) want

Re: Django patch!

2006-09-01 Thread Jacob Kaplan-Moss
On Sep 1, 2006, at 7:05 PM, Jan Claeys wrote: > The Akismet "spam protection" does more bad than good, that's going > on. > (Someone will ask you to submit your IP to be added to a whitelist > soon, > but that's just fighting the symptoms IMNSHO.) > > To the admins of the site: isn't it possib

Re: Django patch!

2006-09-01 Thread Jan Claeys
Op vr, 01-09-2006 te 23:02 +, schreef Bartlomiej Romanski: > I've just tried to submit a small patch to Django using there website, > but I've got a stupid error: > > "Internal Error > Akismet rejected spam" > > What's going on? The Akismet "spam protection" does more bad than good, that's

Re: Django patch!

2006-09-01 Thread [EMAIL PROTECTED]
Bartlomiej Romanski wrote: > Hi, > > I've just tried to submit a small patch to Django using there website, > but I've got a stupid error: > > "Internal Error > Akismet rejected spam" > > What's going on? Akismet likes to block things that shouldn't be blocked :) post it on the developers mailin

Django patch!

2006-09-01 Thread Bartlomiej Romanski
Hi, I've just tried to submit a small patch to Django using there website, but I've got a stupid error: "Internal Error Akismet rejected spam" What's going on? Here what I wanted to submit: [patch] Changing request.path in middleware doesn't affect url resolver. When process_request() functi