Commit Graph
9 Commits
Author SHA1 Message Date
Ben Konrath dc6f41c7e9 Update URLs to github hosted webpage. 2013-03-18 21:27:23 +01:00
Ben Konrath 7f2f8a1d7f Add travis config. 2013-03-18 21:16:34 +01:00
Ben Konrath 318dd3d67a Fixed the default manager test failures.
According to the django docs (1.4 / 1.5), the default manager for subclasses of
PolymorphicModel should be PolymorphicManager:

3. The default manager on a class is either the first manager declared on the
   class, if that exists, or the default manager of the first abstract base
   class in the parent hierarchy, if that exists. If no default manager is
   explicitly declared, Django’s normal default manager is used.

https://docs.djangoproject.com/en/1.4/topics/db/managers/#custom-managers-and-model-inheritance
https://docs.djangoproject.com/en/1.5/topics/db/managers/#custom-managers-and-model-inheritance
2013-03-18 20:56:12 +01:00
Ben Konrath b718acf005 Update db_type method for Django >= 1.4 DB settings format. 2013-03-18 20:50:45 +01:00
Ben Konrath 1ef9e068df Import settings in tests from django.conf. 2013-03-18 20:47:56 +01:00
Ben Konrath 102817e54c Update DB settings for Django >= 1.4. 2013-03-18 20:47:16 +01:00
Ben Konrath 25821cd4da Add tox configuration file.
Note: The tests do not currently pass.
2013-03-18 20:11:03 +01:00
Ben Konrath e5eaaa987c Include templates in install. 2012-12-10 18:02:12 +01:00
Ben Konrath eee5dda5ba Small admin documentation fix. 2012-12-10 15:41:45 +01:00