Re: Handling cookies that contain illegal values

2016-02-05 Thread Will Harris
Thanks Tim, fascinating. At least I can tell the big boss the problem was "caused" by the BDFL ;-) Will On Friday, February 5, 2016 at 1:52:34 PM UTC+1, Tim Graham wrote: > > This is caused by a security fix in Python (which Django uses for cookie > parsing). I think the

Re: Debugging DJango app on production for High CPU Usage

2016-02-24 Thread Will Harris
your stack. Finally, you will really need to get your production setup running in a development environment if you are ever to have a hope of experimenting with different solutions. You need to understand what user actions are causing the load to spike, and reproduce that on similar infrastruc

Re: a question about django admin and language

2016-02-26 Thread Will Harris
site running with different settings/access in any case. Will On Thursday, February 25, 2016 at 2:37:54 PM UTC+1, Paul Z wrote: > > Hi, > > I'm new to django, I try to set up a site that can select language > automatically. > So, I set as below: > > LA

Re: Error running Django tutorial

2019-07-24 Thread Will Brown
Thank you. I think this is the issue for many of us... mysite/ On Friday, January 4, 2019 at 4:38:47 AM UTC-8, Nitin Tiwari wrote: > > I just wanna, explain my experience, in the official tutorial > https://docs.djangoproject.com/en/2.1/intro/tutorial01/ >

Re: psycopg2, postgres9.1, Mac OS - problem with psycopg2

2012-02-22 Thread Will Tuladhar-Douglas
o with regards to Postgres 9.1. They're not in the stable release, > but if you're using custom binary fields, such as PostGIS geometry, you will > need to search for the patch and apply it. You may see '\x00' is not a UTF-8 > code or something like that. > &g

Re: PostGIS 2.0.0 problems

2012-08-03 Thread Will Tuladhar-Douglas
his group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. - - -- --- - - Wi

Unicode sort order for CharField data in several scripts

2013-08-25 Thread Will Tuladhar-Douglas
cript.") language = models.CharField(max_length=40, default="Latin", help_text="Please use standard language names or codes as defined in the ISO 639 standard.") Many thanks, -WBTD. - - -- --- - - Will Tuladhar-Douglas University of Aberdee

<    1   2