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
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
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
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
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
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
+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: