From ea180c0065215f76dda741c2e0b255476676d099 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Mon, 9 May 2022 11:08:34 +0200 Subject: [PATCH] Remove development note from README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 2685c3c..87d6a65 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,6 @@ django-auditlog [![Supported Python versions](https://img.shields.io/pypi/pyversions/django-auditlog.svg)](https://pypi.python.org/pypi/django-auditlog) [![Supported Django versions](https://img.shields.io/pypi/djversions/django-auditlog.svg)](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.