Re: Redesign of djangoproject.com?

2012-05-02 Thread Atul Bhouraskar
On 2 May 2012 11:56, Buddy Lindsey, Jr. wrote: > um, not sure what happened to part of my response, but to summarize a > missing paragraph I would like the design to consider showing more of the > community as well. > > > Buddy Lindsey, Jr. wrote: > > > Russell Keith-Magee wrote: > > > > * One of

Re: ModelForms and the Rails input handling vulnerability

2012-06-13 Thread Atul Bhouraskar
Hi All, I can see two separate (but related) problems that need to be solved: 1. Ensure that sensitive fields are not accidentally exposed to users (e.g when a database model is updated to include one), and 2. Provide a means to confirm whether the fields as rendered and submitted exactly match t

Re: URLField should allow scheme to be empty

2013-04-03 Thread Atul Bhouraskar
As per RFC 3986 (see section 4, in particular 4.2) all of the following are valid: Absolute URI http://www.example.com/images/xyz.png Network path reference //www.example.com/images/xyz.png Suffix reference (frowned upon but valid?) www.example.com/images/xyz.png Absolute path reference /images

Adding a URL tagging feature

2015-09-17 Thread Atul Bhouraskar
I've received a few comments on Ticket #25409 and so I'm opening up the discussion here. The pull request is https://github.com/django/django/pull/5309 Apologies for the long post, just wanted to be as clear I could! The objectives of the discussion are to determine: 1. Is this something that co

Re: Adding a URL tagging feature

2015-09-29 Thread Atul Bhouraskar
Thanks Marc& Shai for taking the time to look at this. Apologies for the late response as I was busy. Yes, I agree that decorators can be used to tag urls, however I think that the way that the URL rework code applies decorators can be improved. The reason I've called the decorators approach 'hea

Re: #20824 - Email-based auth contrib module; some help required

2014-02-26 Thread Atul Bhouraskar
Won't normalize_email will allow two distinct users u...@example.com and u...@example.com to be created? Case insensitive searches will return multiple users for a 'get'. Perhaps the closest we can get is to ensure that any user created using Django functions is saved with a consistent case transf

Re: The greatest proposal yet: rename this damn group

2014-09-08 Thread Atul Bhouraskar
+1 for Django Contributors. This also aligns with all the documentation on djangoproject.com where there is an entire section on 'Contribution'. We even have a "Contributor Licence Agreement'. Atul On 9 September 2014 01:24, Carl Meyer wrote: > On 09/08/2014 08:56 AM, Aymeric Augustin wrote: