Skip to content

Commit a87af59

Browse files
authored
Merge pull request #159 from ticosax/rebrand-description
Rewrite a little bit the description of the project
2 parents 31fb56f + b372de7 commit a87af59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/jazzband/django-fsm-log/master.svg)](https://results.pre-commit.ci/latest/github/jazzband/django-fsm-log/master)
77
[![Documentation Status](https://readthedocs.org/projects/django-fsm-log/badge/?version=latest)](https://django-fsm-log.readthedocs.io/en/latest/?badge=latest)
88

9-
Automatic logging for the excellent [Django FSM](https://github.com/viewflow/django-fsm)
9+
Provides persistence of the transitions of your fsm's models. Backed by the excellent [Django FSM](https://github.com/viewflow/django-fsm)
1010
package.
1111

1212
Logs can be accessed before a transition occurs and before they are persisted to the database

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readfile(filename):
1111
setup(
1212
name="django-fsm-log",
1313
version="3.0.0",
14-
description="Logging for django-fsm",
14+
description="Transition's persistence for django-fsm",
1515
long_description=readfile("README.md"),
1616
long_description_content_type="text/markdown",
1717
author="Gizmag",

0 commit comments

Comments
 (0)