annotate messages/apps.py @ 956:6cc9221d04a7

Issue #85: fix 500 error with custom search form. Can't rely on exact being in cleaned_data if there is an error with it.
author Brian Neal <bgneal@gmail.com>
date Sat, 30 May 2015 17:41:11 -0500
parents 0365fdbb4d78
children
rev   line source
bgneal@915 1 from django.apps import AppConfig
bgneal@915 2
bgneal@917 3
bgneal@915 4 class MessagesConfig(AppConfig):
bgneal@915 5 name = 'messages'
bgneal@915 6 verbose_name = 'Private Messages'