Release
(pub): publish v0.0.6
- A huge release, but no actual API changes except for bugfixes for
certain versions of Django
- fixes for Django < 1.10 and < 1.8
- add tests with 92% code coverage
- add test matrix for Django 2.2, 1.11, 1.9, and 1.5 as well as
Python 3.5, 3.4, and 2.7
- and improve compatibility docs
- add Travis CI and CodeCov support
- add Poetry build-system and testing dependencies
- add maidfile.md to consolidate tasks and add some contributing docs
Changelog
- [
cd961053e3
] - (pub): publish v0.0.6 (Anton Gilgur) - [
402949c7f4
] - (pkg): ~100 LoC -> ~150 LoC (Anton Gilgur) - [
f14c1f7d69
] - (docs): add a README in test_project for more explicitness (Anton Gilgur) - [
98bec38706
] - (env): create maidfile to store tasks and descriptions (Anton Gilgur) - [
e660be7820
] - (docs): modify Compat section due to extensive matrix (Anton Gilgur) - [
e2395d90db
] - (docs): be more descriptive in backward compat comments (Anton Gilgur) - [
877a9a7b7f
] - (ci): add a Python 2.7 test (Anton Gilgur) - [
d07dcb3aa3
] - (fix): app_label must be present in Django < 1.8 (Anton Gilgur) - [
49d16b429c
] - (ci): add a Django 1.5 test (Anton Gilgur) - [
803155bf6e
] - (fix): fix for Django 1.10+ broke <1.10, add second check (Anton Gilgur) - [
374afac8d4
] - (ci): add a Django 1.9 test (Anton Gilgur) - [
b34852a430
] - (docs): add compat badges and reword part of compat section (Anton Gilgur) - [
0f95c61767
] - (ci/test): add CodeCov test coverage reporting (Anton Gilgur) - [
4a8ea6d045
] - (ci): add Travis CI support (Anton Gilgur) - [
6471609861
] - (test): add branch coverage and list missing lines in term (Anton Gilgur) - [
db19da02e2
] - (test): add 3 simple tests covering core usage (Anton Gilgur) - [
420378ddc6
] - (fix): add on_delete argument to relations (Anton Gilgur) - [
49ad189cfc
] - (test): add a Django 2.2 test harness, app, and models (Anton Gilgur) - [
01df535303
] - (deps): add testing dependencies: django, pytest, etc (Anton Gilgur) - [
3431f75dac
] - (env): add pyproject.toml w/ poetry build-system (Anton Gilgur)