Skip to content

Commit e660be7

Browse files
committed
(docs): modify Compat section due to extensive matrix
- Have a thorough build matrix now, so can be pretty confident that it will work in various versions - no need to mention `2to3` as it's tested on both - might want to add a test that runs it though for even more certainty? - no need to mention what versions it was originally on anymore - and we can probably bump the package to Beta status at any time now
1 parent e2395d9 commit e660be7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ It is expected that you already have Django installed
3434
[![Python versions](https://img.shields.io/pypi/pyversions/django-serializable-model.svg)](https://pypi.org/project/django-serializable-model/)
3535
[![Django versions](https://img.shields.io/pypi/djversions/django-serializable-model.svg)](https://pypi.org/project/django-serializable-model/)
3636

37+
[Tested](https://travis-ci.org/agilgur5/django-serializable-model) on Django 2.2, 1.11, 1.9, and 1.5 as well as Python 3.5, 3.4, and 2.7
38+
3739
- Should work with Django 1.4-2.x and Python 2.7-3.x
38-
- [Tested](https://travis-ci.org/agilgur5/django-serializable-model) on Django 2.2 and Python 3.7 (tests for more versions coming soon)
39-
- Originally ripped out of a codebase with an older Django 1.5 and Python 2.7
40-
- Has a handful of Django backward compatibility fixes built-in
41-
- `2to3` shows no changes
40+
- Has several Django backward & forward compatibility fixes built-in
4241
- Likely works with Django 0.95-1.3 as well
4342
- Pre 1.3 does not support the [`on_delete` argument](https://django.readthedocs.io/en/1.3.X/releases/1.3.html#configurable-delete-cascade) on relations.
4443
This only affects the usage and examples below; the internals are unaffected.

0 commit comments

Comments
 (0)