Jacob Wegner

Results 11 comments of Jacob Wegner

@nedbat I ran across this issue and believe I've found a useful workaround. https://bitbucket.org/suriya/coverage-xml-bug/pull-requests/1/demonstrate-a-fix-to-coverage-xml-bug/diff Changing from specifying the modules in `[sources]` to directory paths in `[include]` ensures that the path...

I think I've tracked this down to the (good!) change that happened between 6.0.0 and 6.1.0: > fix registration of hooks for Django PR: https://github.com/getsentry/raven-python/pull/966 Original issue: https://github.com/getsentry/raven-python/issues/884 Since [install_sys_hook](https://github.com/getsentry/raven-python/blob/f9e981e9850b6ed8e8c94d8507e65a2dcd3f691f/raven/base.py#L269)...

I hit this as well on a project; I'm wondering if https://django-user-accounts.readthedocs.io/en/latest/usage.html#using-email-address-for-authentication needs to be updated to ensure that we are _adding_ additional backends to `AUTHENTICATION_BACKENDS`, rather than overwriting the...

@DAlperin: Pinging you as I saw you had commented on a related discussion thread: https://community.fly.io/t/scale-to-zero-postgres-for-hobby-projects/12212/13 Is there anything else I could do to help get this reviewed / merged?

cc: @jtauber and @gregnewman

(also, the check in `team_update` differs from a similar check within `decorators.manager_required` and they could possibly be consolidated)

`_invite_form.html` implementation requires `eldarion-ajax`; should be documented or dealt with in sample templates.

See #37 for suggested renaming under `pinax` namespace. Templates should be added to extracted from the [team-wiki starter project](https://github.com/pinax/pinax-starter-projects/tree/3c2eb174a762e2d0aeb3ede30b84211353231925) and added to [`pinax-theme-bootstrap`](https://github.com/pinax/pinax-theme-bootstrap)