Daniel Lindsley
Daniel Lindsley
Support is not in master. This pull request hasn't been merged because there are no tests (& no docs) associated with the changes.
I'm in favor of this. The only concern I potentially have is back-compat.
The reset of DB connections was obvious & good. Added in SHA: 338cb20 The custom field bits will need tests to support it in order to be committed. If you're...
Tests, at least for the function itself?
Looks good. Please squash the commits down to one commit & follow the commit message style at http://django-haystack.readthedocs.org/en/latest/contributing.html#guidelines-for-core-contributors, then you're good to merge it.
This seems like a lot of lines changes for one line of changed tests. Is there really nothing new to add there?
Resolution is in #22, but needs tests before it can be merged.
@c-schmitt I'm confused. For an everyday site leaning on cookies/sessions for web form POSTs, CSRF is essential. But the very nature of an API is that you should be able...
Right now, there's no plans to add either. In Django, you should be able to achieve this via your URLconf (`r('v1/whatever/', include(WhateverResource.urls())),`). You should also be able to prevent a...
I'm fine with this change. It'd be nice to have a test added that demonstrates the issue (fails without the patch, works post-patch) to ensure that Restless doesn't regress in...