django / djangobench

Harness and benchmarks for evaluating Django's performance over time
Other
210 stars 58 forks source link

Decide on a version support policy #20

Open mjtamlyn opened 9 years ago

mjtamlyn commented 9 years ago

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 loading and the startup process it is becoming harder.

I'm not averse to supporting say, all Django >= 1.0, but I feel perhaps 1.4 would be more reasonable at this point.

akaariai commented 9 years ago

1.4 would be nice to have. I don't care about earlier versions.

EDIT: sorry for closing, I had a sudden stroke ofclumsy fingers syndrome.

mjtamlyn commented 9 years ago

As of b52fccf the benchmarks all run back to 1.4. There is at least one failing benchmark for 1.3 due to the addition of the url() function.

If we decide we are happy to drop support for <1.4, we can remove some older compatibility code:

Either way we should document our decisions.