Marc Tamlyn
Marc Tamlyn
I'm not completely sure whether this is a change in Django or in Raven. I've started seeing typos in the `manage.py shell` log to Sentry since I upgraded to django...
I would like to see the barrier to merging a draft DEP be lowered. In particular: - A reference implementation should not be expected, but we could mention for example...
There is at least once benchmark which checks for compatibility before Django 1.2... It is nice to keep this is as long as possible but with changes to migrations/syncdb, app...
We don't automatically load them any more anyway, and they make the benchmarks harder to understand. There are 18 to remove.
Should this now test django.setup() performance?
An idea I've had knocking around for a while is governmental funding for OSS. Obviously this would be a hard one to manage, especially given the global nature of the...
We need to ensure that only the last field is `__lt` or `__gt`, the previous ones should be `__lte`. As an example, order on `('a', 'b')`, page at 2. Data:...
In this project at the moment I have not used the `offset` approach which used by Django rest framework and inspired by David Cramer's blog post. The main reason for...
cc @jturnbull Denorm has no release on pypi so we can't really be using it. Either we should get rid of it (preferably by getting rid of the nested-ness of...