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