Isaac Peka

Results 6 comments of Isaac Peka

Not sure manually inserting/deleting is really the best way to go since it adds a lot of complication and editing code gets a lot more involved. Actually, what you mentioned...

Here's one example of what I mean (in regards to cleaning up). I've set up a manual signal handler that creates notifications only. Something like this: ``` @receiver(post_save, sender=ConversationMessage) def...

I saw your issue on the `webpack-isomorphic-tools` repo, thanks a lot for taking the time to write it - it helped a lot. @sompylasar did you ever manage to get...

Any problems with this PR? Seems like a really useful addition

:+1: for updated documentation, also would be great to have an example app or tutorial

Ok I've been trying to sort this problem for days, finally got to the bottom of it. See here: http://stackoverflow.com/questions/30427643/fields-in-apache-solr-response-are-multivalued-when-they-should-be-singular/30484017#30484017 Haystack does not seem compatible with Solr v5.*. Once you...