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

(-)Makefile (+17 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	django-i18nfield
4
PORTVERSION=	1.5.0
5
CATEGORIES=	www python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	alex@xanderio.de
10
COMMENT=	Store internationalized strings in django models
11
12
LICENSE=	APACHE20
13
14
USES=		python:3.4+ # 3.4, 3.5, 3.6
15
USE_PYTHON=	autoplist distutils
16
17
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1562671287
2
SHA256 (django-i18nfield-1.5.0.tar.gz) = b0de195a636072200da88db950828459ac190e4aa4e5d9e1b52de9e9f327cb3a
3
SIZE (django-i18nfield-1.5.0.tar.gz) = 9037
(-)pkg-descr (+7 lines)
Line 0 Link Here
1
This is yet another way to store multi-lingual content in Django. In contrast to
2
other options like django-hvad, django-modeltranslation or django-parler it does
3
not require additonal database tables and you can reconfigure the available
4
languages without any changes to the database schema. In constrast to nece, it
5
is not specific to PostgreSQL.
6
7
WWW: https://github.com/raphaelm/django-i18nfield

Return to bug 239060