Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soynatan committed May 18, 2017
1 parent 0da34c6 commit c699a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ you can define the following settings:

* `DJANGO_EASY_AUDIT_REGISTERED_CLASSES`

A list of classes django-easy-audit will log. If is set, only these models will be logged.
A list of classes django-easy-audit will log. If it's set, only these models will be logged.
If it is not set, every model in your project will by logged. If a model is listed both in
this setting and in any of the unregistered classes settings, it won't be logged. Defaults
to `[]` (every model is logged by default).
Expand Down Expand Up @@ -89,14 +89,9 @@ may be your best choice.
The good thing about this app is that it is easy and quick to install, and it begins logging
events right away, without you having to inject code anywhere in your project.

## To-Do

* Admin columns need to be polished, to display more meaningful information.
* Admin needs better filters.

## Contributors

[@jheld](https://github.com/jheld) [@sergeibershadsky](https://github.com/sergeibershadsky)
[@jheld](https://github.com/jheld)

## Contact

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-easy-audit',
version='0.9',
version='0.9.2',
packages=find_packages(),
include_package_data=True,
license='GPL3',
Expand Down

0 comments on commit c699a25

Please sign in to comment.