Commit Graph

12 Commits (78e31f16e7ea4911bc51ba46edf827423cc3d3ac)

Author SHA1 Message Date
Diederik van der Boor d36f55a58f Bump to v2.0.1 2018-02-05 10:57:52 +01:00
Jerome Leclanche 452b7cb69e Add myself to AUTHORS 2017-07-10 09:08:11 +03:00
Hugo Osvaldo Barrera 8200f91603 Add myself to AUTHORS 2015-12-16 10:31:36 -03:00
Diederik van der Boor c79bb09b87 update AUTHORS 2014-09-22 16:01:07 +02:00
Diederik van der Boor c933be9c24 Port documentation to Sphinx, cleanup README 2013-05-19 17:15:41 +02:00
Diederik van der Boor ec1fd53974 Added Adam en Jedediah to AUTHORS for their contributions! 2013-04-08 11:29:55 +02:00
Chris Glass 3566c5ed5c Made Diederik a core developer! Thanks a lot for your work!
(Core developers have master commit rights)
2013-04-07 23:29:58 +02:00
Chris Glass 2aadab6038 Added Adam to AUTHORS. Thanks a lot! 2013-03-25 10:07:50 +01:00
Chris Glass 7cb733af72 Added Ben to AUTHORS. Thanks a lot! 2013-03-18 21:10:11 +01:00
Diederik van der Boor 5d65bf4bbc Added polymorphic admin interface
Extracted from django-fluent-pages, ready for other apps too.
The polymorphic admin is implemented via a parent admin for the base
model, and separate admin interfaces for the child models.

The parent model needs to inherit PolymorphicParentModelAdmin,
and override `get_admin_for_model()` and `get_child_model_classes()`
to find the child admin interfaces.

The derived models have their own `ModelAdmin` class, which inherits
from `PolymorphicChildModelAdmin`. The parent admin redirects it's
change and delete views to the child admin.

By adding `polymorphic` to the INSTALLED_APPS, the breadcrumbs will be
fixed as well, to remain unchanged between the child applications.
2012-07-05 23:16:46 +02:00
Christopher Glass a5a517532f Added Germán to AUTHORS.rst
Thanks a lot for your contribution
2011-12-20 19:01:13 +00:00
Christopher Glass 741abf4228 Cleanup AUTHORS.rst 2011-12-20 18:56:37 +00:00