ValidationError output of SafeData

2015-02-08 Thread Andrew Pinkham
Hi, I mentioned on the Django User Mailing List that the interaction of ValidationError, mark_safe, and ugettext was not what I expected. https://groups.google.com/d/topic/django-users/Soik095MTaI/discussion Succinctly, the two versions of clean_slug below behave differently, when they

Re: ValidationError output of SafeData

2015-04-13 Thread Andrew Pinkham
I'm noting for posterity of this thread that I've opened a ticket and issued a pull-request. Ticket: https://code.djangoproject.com/ticket/24639 PR: https://github.com/django/django/pull/4497 -- You received this message because you are subscribed to the Google Groups "Django developers

Re: Unifying locale time formats

2014-09-10 Thread Andrew Pinkham
On Sep 10, 2014, at 4:21 PM, Malte wrote: > That's a lot of locales to change though. I am still somewhat new to Git. How > would you go about it? I asked about Git recently on the Django Core Mentorship list. Carl Meyer responded with a really good workflow for creating a PR. I have copied key

Re: Two proposals for the Django Code of Conduct.

2014-09-10 Thread Andrew Pinkham
Hi, I am not qualified enough to express an opinion on the matter of the DCoC. However, I have a few questions: - Have we consulted a psychologist or a specialist on the topics of community inclusion and protection? Their knowledge/research could be instrumental in determining the best way to w

DjangoCon US 2016

2016-03-23 Thread Andrew Pinkham
We are pleased to announce that DjangoCon US will be hosted by the Wharton School at the University of Pennsylvania in Philadelphia from July 17-22! We are looking for suggestions about topics that you would like to see at DjangoCon. If you have a suggestion, please add it to this gist document

Inconsistent Behavior in Auth with UserAttributeSimilarityValidator

2017-03-20 Thread Andrew Pinkham
Hi, I've found some inconsistent behavior in how password validation via the `UserAttributeSimilarityValidator` is handled by `contrib/auth`. I did not find any mention of this in Trac or on the mailing list, but apologies if this has already been discussed. AFAICT: When creating a user, the p