Small 1.5 compatibility things
authorCharles Connell <charles@connells.org>
Thu, 16 Jan 2014 00:34:11 +0000 (19:34 -0500)
committerCharles Connell <charles@connells.org>
Thu, 16 Jan 2014 00:34:11 +0000 (19:34 -0500)
karmaworld/settings/common.py
reqs/common.txt
reqs/dev.txt

index fd604a5e30b1513a341986546cec7a64f9705db2..38381ba2f097195b270419ba66522fc386cc2f5a 100644 (file)
@@ -280,6 +280,11 @@ AUTH_PROFILE_MODULE = 'users.UserProfile'
 LOGGING = {
     'version': 1,
     'disable_existing_loggers': False,
+    'filters': {
+         'require_debug_false': {
+             '()': 'django.utils.log.RequireDebugFalse'
+         }
+     },
     'handlers': {
         'console': {
             'level': 'INFO',
@@ -287,6 +292,7 @@ LOGGING = {
         },
         'mail_admins': {
             'level': 'ERROR',
+            'filters': ['require_debug_false'],
             'class': 'django.utils.log.AdminEmailHandler'
         }
     },
index ca53bf92cc55b9c330ccda3257592bc928b6ed74..cd8c876333ebeb4a7add8fd76bdbbecec95ac5ad 100644 (file)
@@ -7,7 +7,7 @@ supervisor==3.0b1
 oauth2client==1.0
 urllib3==1.5
 google-api-python-client==1.0
-django-grappelli==2.4.3
+django-grappelli==2.4.8
 lxml==3.1.0
 git+https://github.com/FinalsClub/django-taggit.git
 django-filepicker==0.1.5
index 8f01b615f3a334eca465f62e7421ccfd5d24f99d..17e97259e9a576b55d9f9057195fae1e0a809d90 100644 (file)
@@ -1,6 +1,6 @@
 -r common.txt
 django-kombu==0.9.4
-django-debug-toolbar==0.9.4
+django-debug-toolbar
 ipython==0.13.1
 ipdb==0.7
 django-extensions==1.0.3 # some extra debugging tools for manage.py