Fix the notification bar messages that show up when you click 'Save Changes' button. It only works on Edit views right now.
Patch by: Madhusudan C.S
Reviewed by: Pawel Solyga
from django.conf.urls.defaults import *urlpatterns = patterns('', (r'^geoapp/', include('django.contrib.gis.tests.geoapp.urls')), )