Fellow Report - July 18, 2015

2015-07-18 Thread Tim Graham
Report for week ending July 18, 2015: Triaged --- https://code.djangoproject.com/ticket/25090 - Output of password_validators_help_text_html() is not marked safe (won’t fix) https://code.djangoproject.com/ticket/25118 - add template filter doesn't work with mixed types (accepted) https

Feature idea: Add support for PostgreSQL's COPY command in contrib.postgres

2015-07-18 Thread Ben Welsh
Hello, I am a big fan of PostgreSQL's excellent bulk loader COPY . It can rapidly load a CSV file directly into the database, an oftentimes tedious task that I have to do frequently as part of my job. I am not a big fan of having to wri