Bug 239060 - [NEW PORT] www/py-django-i18nfield: Store internationalized strings in django models
Summary: [NEW PORT] www/py-django-i18nfield: Store internationalized strings in django...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-09 11:22 UTC by Alexander Sieg
Modified: 2019-08-25 18:52 UTC (History)
0 users

See Also:


Attachments
patch (1.38 KB, patch)
2019-07-09 11:23 UTC, Alexander Sieg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Sieg 2019-07-09 11:22:59 UTC
This is yet another way to store multi-lingual content in Django. In contrast to
other options like django-hvad, django-modeltranslation or django-parler it does
not require additonal database tables and you can reconfigure the available
languages without any changes to the database schema. In constrast to nece, it
is not specific to PostgreSQL.

WWW: https://github.com/raphaelm/django-i18nfield
Comment 1 Alexander Sieg 2019-07-09 11:23:05 UTC
Created attachment 205600 [details]
patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-08-25 18:49:33 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Aug 25 18:49:29 UTC 2019
New revision: 509841
URL: https://svnweb.freebsd.org/changeset/ports/509841

Log:
  Add py-django-i18nfield 1.5.0

  This is yet another way to store multi-lingual content in Django. In contrast to
  other options like django-hvad, django-modeltranslation or django-parler it does
  not require additonal database tables and you can reconfigure the available
  languages without any changes to the database schema. In constrast to nece, it
  is not specific to PostgreSQL.

  WWW: https://github.com/raphaelm/django-i18nfield

  - While I'm here, add NO_ARCH

  PR:		239060
  Submitted by:	Alexander Sieg <alex@xanderio.de>

Changes:
  head/www/Makefile
  head/www/py-django-i18nfield/
  head/www/py-django-i18nfield/Makefile
  head/www/py-django-i18nfield/distinfo
  head/www/py-django-i18nfield/pkg-descr
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-08-25 18:52:47 UTC
Committed. Thanks!