-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from jjkester/v0.3.2
v0.3.2
- Loading branch information
Showing
5 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ django-auditlog (Auditlog) is a reusable app for Django that makes logging objec | |
use as much as Python and Django's built in functionality to keep the list of dependencies as short as possible. Also, | ||
Auditlog aims to be fast and simple to use. | ||
|
||
Auditlog is created out of the need for a simple Django app that logs changes to models, including the user that changed | ||
the models (later referred to as actor). Existing solutions seemed to offer a type of version control, which was not | ||
needed and would cause too much overhead. | ||
Auditlog is created out of the need for a simple Django app that logs changes to models along with the user who made the | ||
changes (later referred to as actor). Existing solutions seemed to offer a type of version control, which was found | ||
excessive and expensive in terms of database storage and performance. | ||
|
||
The core idea of Auditlog is similar to the log from Django's admin. However, Auditlog is much more flexible than the | ||
log from Django's admin app (:py:mod:`django.contrib.admin`). Also, Auditlog saves a summary of the changes in JSON | ||
|
@@ -28,11 +28,12 @@ Contribute to Auditlog | |
---------------------- | ||
|
||
.. note:: | ||
Due to multiple reasons the development of Auditlog is not a priority. Therefore progress might be very slow. | ||
However, community involvement in the form of pull requests is very much appreciated. If you like to take Auditlog to | ||
the next level and be a permanent contributor, please contact the author ([email protected]). | ||
Due to multiple reasons the development of Auditlog is not a priority for me at this moment. Therefore progress might | ||
be slow. This does not mean that this project is abandoned! Community involvement in the form of pull requests is | ||
very much appreciated. Also, if you like to take Auditlog to the next level and be a permanent contributor, please | ||
contact the author. Contact information can be found via GitHub. | ||
|
||
If you found an issue with Auditlog or want to improve the code, please submit an issue and/or pull request via GitHub. | ||
If you discovered a bug or want to improve the code, please submit an issue and/or pull request via GitHub. | ||
Before submitting a new issue, please make sure there is no issue submitted that involves the same problem. | ||
|
||
| GitHub repository: https://github.com/jjkester/django-auditlog | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters