Comment by stepmr
11 years ago
Any idea why this uses a forked version of Django? I read through docs and skimmed the repo but couldn't find anything that speaks to this...
11 years ago
Any idea why this uses a forked version of Django? I read through docs and skimmed the repo but couldn't find anything that speaks to this...
That one is my fault. The main reason is a performance patch that we made to django, which I wasn't as diligent as I should have been in getting merged. The relevant pull request is https://github.com/django/django/pull/5166, so it will continue to be forked until I get that merged and we update our django version.