django-polymorphic/polymorphic
Diederik van der Boor 1f26302632 Fix Django 1.5 support, tests pass again.
The reason polymorphic broke was because it couldn't find some managers
anymore in the inheritance tree. Django 1.5 removes these and replaces
them with an `AbstractManagerDescriptor`. This patch restores those objects
2013-04-07 00:43:41 +02:00
..
templates/admin/polymorphic Remove unused load statements in add_type_form.html 2013-03-18 12:15:10 +01:00
templatetags Added polymorphic admin interface 2012-07-05 23:16:46 +02:00
__init__.py PEP 8 cleaning 2011-12-20 18:59:50 +00:00
admin.py django.conf.urls.defaults is deprecated; use django.conf.urls instead 2013-04-04 23:41:07 +03:00
base.py Fix Django 1.5 support, tests pass again. 2013-04-07 00:43:41 +02:00
compatibility_tools.py PEP 8 cleaning 2011-12-20 18:59:50 +00:00
manager.py Update URLs to github hosted webpage. 2013-03-18 21:27:23 +01:00
models.py IMPORTANT: import path changed, it's now: "from polymorphic import PolymorphicModel, ..." 2010-02-22 16:16:00 +01:00
polymorphic_model.py Fix Django 1.5 support, tests pass again. 2013-04-07 00:43:41 +02:00
query.py Update URLs to github hosted webpage. 2013-03-18 21:27:23 +01:00
query_translate.py Update URLs to github hosted webpage. 2013-03-18 21:27:23 +01:00
showfields.py PEP 8 cleaning 2011-12-20 18:59:50 +00:00
tests.py Add proxy model test that fails in Django 1.5 2013-04-05 17:36:50 +02:00
tools_for_tests.py Update db_type method for Django >= 1.4 DB settings format. 2013-03-18 20:50:45 +01:00