Fellow Report - May 1, 2015

2015-05-02 Thread Tim Graham
In addition to these tasks, rolled the 1.8.1 and 1.7.8 bug fix releases yesterday. Report for week ending May 1, 2015: Triaged --- https://code.djangoproject.com/ticket/24708 - forms.GenericIPAddressField.to_python behaves differently to other CharField subclasses. (accepted)

Re: Idea/request for help: Django Developers Community Survey

2015-05-02 Thread Tim Graham
I made a few edits based on recent feedback. I'll publicize it via the djangoproject.com some time next week. On Wednesday, April 29, 2015 at 1:59:20 AM UTC-4, Markus Holtermann wrote: > > It's an amazing idea. Thanks for putting it up, Aymeric and Tim! > > Can we add a question regarding usage

Re: Removing global database converters and adapters for datetimes

2015-05-02 Thread Aymeric Augustin
On 13 avr. 2015, at 20:13, Aymeric Augustin wrote: > Replacing adapters is a bit more tricky. Removing them causes the two > regression tests for #17755 to fail. I haven't determined how I can process > parameters passed to QuerySet.raw(), but since that's

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-05-02 Thread Kevin Glavin
Hi all, Working on getting the repo baselined and pushed to github this weekend. Had a hellacious past week. Will provide the URL ASAP. — Sent from Mailbox On Sat, May 2, 2015 at 6:15 AM, Pradeek J wrote: > Any updates on this? I also want to take a crack at this and

Re: Refactor year, month, day lookups?

2015-05-02 Thread Michał Modzelewski
I just recently needed to do date based aggregation at work, and I discovered that this functionality already exists in Django 1.8 after the query expression refactoring, but is undocumented. Your example can be written like this: from django.db.models import Sum from

Re: Allow deferral of ModelSignal callback invocation until after transaction commit

2015-05-02 Thread Shai Berger
Hi, On Saturday 02 May 2015 07:20:00 Christopher Adams wrote: > Hey guys, > > Thanks for the great feedback and replies. > > Generally agree with everyone that post-commit hooks shouldn't be strictly > coupled to the signals framework philosophically speaking. > > I disagree with Carl's

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-05-02 Thread Pradeek J
Any updates on this? I also want to take a crack at this and think its best to not duplicate efforts. Let me know how I can pitch in. On Wednesday, April 22, 2015 at 10:25:17 PM UTC+5:30, Kevin Glavin wrote: > > Thank you everyone for your interest. I spoke with Tim last night to start >

django 1.8 i18n behaviour change

2015-05-02 Thread drakkan
Hi, I updated a project from 1.7 to 1.8 (tested both 1.8.0 and 1.8.1), in my templates and python code I have string in my native language (italian), so my po files look likes this: 1) locale en msgid "original string in italian" msgstr "english translated string" 2) locale it msgid