Fellow Report - December 3, 2016

2016-12-03 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/27533 - inspectdb crashes on unsupported unique_together constraints in PostgreSQL (accepted) https://code.djangoproject.com/ticket/27542 - Client.force_login() shouldn't use authentication backends without a get_user() method (accepted)

Re: Template-based widget rendering

2016-12-03 Thread Preston Timmons
Carl, The default renderer is backwards-compatible with no settings changes, > and does not require Jinja2, but it still allows overrides/additions of > widget templates. It's also standalone-compatible, in that it is > self-contained and has no dependency on TEMPLATES config. I like this