django-polymorphic/docs
Diederik van der Boor 46e41a6c1c Fix changeform_view() redirection to the child admin site.
This method is normally called from `add_view()` and `change_view()`.
However, some third party modules (such as django-reversion) call this
method directly. By redirecting those calls to the child admin, their
views also display the proper admin views.
2016-02-17 14:49:40 +01:00
..
Makefile Port documentation to Sphinx, cleanup README 2013-05-19 17:15:41 +02:00
admin.rst Mention pk_regex in docs when using non-int pk 2015-12-30 09:05:34 +01:00
advanced.rst Add support for qset.only() and qset.defer() 2016-01-04 00:36:48 -05:00
changelog.rst Fix changeform_view() redirection to the child admin site. 2016-02-17 14:49:40 +01:00
changelog_archive.rst Add tox test for docs 2013-07-05 12:07:19 +02:00
conf.py Bump version to 0.9 2016-02-17 12:28:01 +01:00
contributing.rst Python 3.2 support confirmed. 2013-05-20 17:34:09 +02:00
index.rst Added docs how to migrate existing models to polymorphic 2016-02-17 11:34:52 +01:00
make.bat Port documentation to Sphinx, cleanup README 2013-05-19 17:15:41 +02:00
managers.rst Update documentation to reflect recent changes 2015-10-21 22:16:35 -03:00
migrating.rst fix migrating doc 2016-02-17 11:59:55 +01:00
performance.rst Typo in documentation 2014-07-27 09:54:28 -06:00
quickstart.rst Update quickstart for Django 1.9 compatibility 2016-01-25 11:32:42 -05:00
third-party.rst update third-party docs for better reversion support 2016-02-17 11:20:11 +01:00