Dropped support for Django < 1.11 and added support for Django 2.0.#310
Dropped support for Django < 1.11 and added support for Django 2.0.#310benkonrath merged 2 commits intodjango:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #310 +/- ##
==========================================
- Coverage 96.28% 96.24% -0.04%
==========================================
Files 156 155 -1
Lines 4415 4373 -42
Branches 592 591 -1
==========================================
- Hits 4251 4209 -42
Misses 103 103
Partials 61 61
Continue to review full report at Codecov.
|
|
Thanks @timgraham. Sorry for the delay in getting to this. Things have been busy for me but I have some breathing room these days. I did already notice that it was going to be hard to support all of the officially supported version of Django when 2.0 comes out. Dropping support for the older versions seems like a good solution. I plan to make a 1.6 release soon and then I'll look more closely at this PR. |
|
@timgraham This looks good. It just needs to be rebased and it can be merged. There are a couple of new fields added since this PR was submitted so they'll need to be updated as well. The failing tests should point you in the new fields. Let me know if you'd like me to rebase this instead - it's not a problem. |
94a75d7 to
f883e95
Compare
f883e95 to
28cba94
Compare
|
Done |
|
Thanks for your help with this! |
No description provided.