django-countries 3.4.1-2.1 source package in Ubuntu

Changelog

django-countries (3.4.1-2.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Ondřej Nový ]
  * Fixed homepage (https)
  * Fixed VCS URL (https)

  [ Thomas Goirand ]
  * Add patch to define TEMPLATES which is needed to avoid FTBFS in Django 1.10:
    - 0003-Django-1.10-define-TEMPLATES.patch (Closes: #828646).
  * Standards-Version: 3.9.8 (no change).

 -- Thomas Goirand <email address hidden>  Fri, 05 Aug 2016 12:41:59 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-countries_3.4.1-2.1.dsc 2.3 KiB 0c34e483b6e7f8d6118d97ffd728dd4a14c90f5e77e769e15c21f43745b57a41
django-countries_3.4.1.orig.tar.gz 261.4 KiB 5bdda9d2c3473b519371428d88517f29befad7e35dfc489e8b0f95cb2aa941dc
django-countries_3.4.1-2.1.debian.tar.xz 15.2 KiB 5f80b5918ae8e46bb7bcea807c6a617a68d8986bdec9e595556f3b339c2c4347

Available diffs

No changes file available.

Binary packages built by this source

python-django-countries: provides a country field for Django models

 A Django application which provides all ISO 3166-1 countries as choices for
 use with forms, and a country field for models.
 It also includes a small template filter for getting country flags by
 ISO 3166-1 alpha-2 country code.

python3-django-countries: provides a country field for Django models (Python3 version)

 A Django application which provides all ISO 3166-1 countries as choices for
 use with forms, and a country field for models.
 It also includes a small template filter for getting country flags by
 ISO 3166-1 alpha-2 country code.
 .
 This package contains the Python 3 version of the library.