Fellow Report - April 23, 2016

2016-04-23 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/23356 - Unable to create template tag which behaves similar to {% verbatim %} (accepted) https://code.djangoproject.com/ticket/26514 - User.refresh_from_db() does not clear Permission cache (fixed) https://code.djangoproject.com/ticket/2

Test projects needed for removal of Field.get_db_prep_lookup()/get_prep_lookup()

2016-04-23 Thread Tim Graham
Claude and I have been working on a ticket [0] to remove the Field.get_db_prep_lookup() and Field.get_prep_lookup() methods in favor of moving that functionality to the lookups themselves. It would be helpful if we had some test apps and/or projects that implement these methods so we can determ

Re: Vendoring Select2

2016-04-23 Thread Sven R. Kunze
Hi, I hope I am not too late to the discussion (and I hope it's the right one). :) Am Mittwoch, 6. April 2016 15:42:58 UTC+2 schrieb Collin Anderson: - Why select2? I haven't heard any serious proposals of a different library to use. Internally, we had the same debate of upgrading our widgets f

Re: is_authenticated as property

2016-04-23 Thread Sven R. Kunze
Am Montag, 11. April 2016 18:57:46 UTC+2 schrieb Tim Graham: > > Do you think the backwards incompatibility is justified here or do you > prefer some other solution? > I for one think it is justified here. -- You received this message because you are subscribed to the Google Groups "Django de

Re: Unicode normalization for username field

2016-04-23 Thread Aymeric Augustin
Hi Claude, > Le 23 avr. 2016 à 00:04, Claude Paroz a écrit : > > Le vendredi 22 avril 2016 14:25:59 UTC+2, Here's some code, unpolished, but a > base for discussion. > https://github.com/django/django/pull/6494 This patch looks pretty good. I have a few questions, not necessarily because I di