File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 )
1010package.
1111
1212Logs can be accessed before a transition occurs and before they are persisted to the database
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def readfile(filename):
1111setup (
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" ,
You can’t perform that action at this time.
0 commit comments