Author: leidel
Date: Wed Jan 21 02:43:47 2009
New Revision: 92

Modified:
    trunk/dbtemplates/admin.py

Log:
Fix typo

Modified: trunk/dbtemplates/admin.py
==============================================================================
--- trunk/dbtemplates/admin.py  (original)
+++ trunk/dbtemplates/admin.py  Wed Jan 21 02:43:47 2009
@@ -7,7 +7,7 @@

  # Check if django-reversion is installed and use reversions' VersionAdmin
  # as the base admin class if yes
-if 'reversion'in settings.INSTALLED_APS:
+if 'reversion'in settings.INSTALLED_APPS:
      from reversion.admin import VersionAdmin as TemplateModelAdmin
  else:
      from django.contrib.admin import ModelAdmin as TemplateModelAdmin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to