Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-polymorphic
From: Adam Ciarcinski
Date: 2016-04-20 22:01:14
Message id: 20160420200114.5A528FBBA@cvs.NetBSD.org
Log Message:
Django-polymorphic simplifies using inherited models in Django projects.
When a query is made at the base model, the inherited model classes are
returned.
Files: