View | Details | Raw Unified | Return to bug 245473
Collapse All | Expand All

(-)www/py-django_polymorphic/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	django_polymorphic
4
PORTNAME=	django_polymorphic
5
PORTVERSION=	2.0.3
5
PORTVERSION=	2.1.2
6
CATEGORIES=	www python
6
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)www/py-django_polymorphic/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1549044438
1
TIMESTAMP = 1586259010
2
SHA256 (django-polymorphic-2.0.3.tar.gz) = 1fb5505537bcaf71cfc951ff94c4e3ba83c761eaca04b7b2ce9cb63937634ea5
2
SHA256 (django-polymorphic-2.1.2.tar.gz) = 6e08a76c91066635ccb7ef3ebbe9a0ad149febae6b30be2579716ec16d3c6461
3
SIZE (django-polymorphic-2.0.3.tar.gz) = 97856
3
SIZE (django-polymorphic-2.1.2.tar.gz) = 100589
(-)www/py-django_polymorphic/pkg-descr (-2 / +2 lines)
Lines 1-5 Link Here
1
Django-polymorphic simplifies using inherited models in Django projects.
1
Django-polymorphic simplifies using inherited models in Django projects.
2
When a query is made at the base model, the inherited model classes are 
2
When a query is made at the base model, the inherited model classes are
3
returned.
3
returned.
4
4
5
WWW: https://github.com/chrisglass/django_polymorphic
5
WWW: https://github.com/django-polymorphic/django-polymorphic

Return to bug 245473