mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Remove development note from README.md
This commit is contained in:
parent
d848c53d08
commit
ea180c0065
1 changed files with 0 additions and 3 deletions
|
|
@ -8,9 +8,6 @@ django-auditlog
|
|||
[](https://pypi.python.org/pypi/django-auditlog)
|
||||
[](https://pypi.python.org/pypi/django-auditlog)
|
||||
|
||||
**Please remember that this app is still in development.**
|
||||
**Test this app before deploying it in production environments.**
|
||||
|
||||
```django-auditlog``` (Auditlog) is a reusable app for Django that makes logging object changes a breeze. Auditlog tries to 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 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue