[geany/www.geany.org] b11d9c: Remove django-easy-audit

Enrico Tröger git-noreply at xxxxx
Sat May 11 13:15:51 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 14 Apr 2019 21:20:52 UTC
Commit:      b11d9c74d1b6679086d5869a8e50159d22514aa8
             https://github.com/geany/www.geany.org/commit/b11d9c74d1b6679086d5869a8e50159d22514aa8

Log Message:
-----------
Remove django-easy-audit

It causes more problems (warnings on check,
broken dumpdata command, ...).
We'll find a better way to "version control" the content.


Modified Paths:
--------------
    geany/settings.py
    requirements.txt

Modified: geany/settings.py
11 lines changed, 0 insertions(+), 11 deletions(-)
===================================================================
@@ -321,7 +321,6 @@
     "nightlybuilds",    # nightly.geany.org
 
     # 3rd party
-    "easyaudit",
     "honeypot",     # for pastebin
     "django_hosts",
     "gunicorn",
@@ -346,8 +345,6 @@
     "django.contrib.messages.middleware.MessageMiddleware",
     "django.middleware.clickjacking.XFrameOptionsMiddleware",
 
-    "easyaudit.middleware.easyaudit.EasyAuditMiddleware",
-
     "mezzanine.core.request.CurrentRequestMiddleware",
     "mezzanine.core.middleware.RedirectFallbackMiddleware",
     "mezzanine.core.middleware.AdminLoginInterfaceSelectorMiddleware",
@@ -456,13 +453,6 @@
 
 IRC_USER_LIST_FILE = '/var/tmp/irc_userlist'
 
-DJANGO_EASY_AUDIT_WATCH_AUTH_EVENTS = False
-DJANGO_EASY_AUDIT_WATCH_REQUEST_EVENTS = False
-DJANGO_EASY_AUDIT_ADMIN_SHOW_AUTH_EVENTS = False
-DJANGO_EASY_AUDIT_ADMIN_SHOW_REQUEST_EVENTS = False
-# do not implicitly log logins (the User model is updated on each login)
-DJANGO_EASY_AUDIT_UNREGISTERED_CLASSES_EXTRA = ['auth.user']
-
 
 #########################
 # LOGGING               #
@@ -531,7 +521,6 @@
 # IGNORE WARNINGS #
 ###################
 SILENCED_SYSTEM_CHECKS = (
-    'fields.W162'  # warning about longtext index in easy-audit not supported on MySQL
 )
 
 


Modified: requirements.txt
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -1,7 +1,6 @@
 babel
 mysqlclient
 django-compressor
-django-easy-audit
 django-extensions
 django-honeypot
 django-hosts



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list