django-shortuuidfield 0.1.2-3 source package in Ubuntu

Changelog

django-shortuuidfield (0.1.2-3) unstable; urgency=medium

  * debian/control
    - Standards-Version: Bumped version to 3.9.6.
    - Build-Depends: Appended dh-python.
  * debian/watch
    - Fixes debian-watch-file-unsupported-pypi-url.

 -- Kouhei Maeda <email address hidden>  Wed, 01 Jul 2015 18:43:10 +0900

Upload details

Uploaded by:
Kouhei Maeda
Uploaded to:
Sid
Original maintainer:
Kouhei Maeda
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-shortuuidfield_0.1.2-3.dsc 2.0 KiB f1b433e2c138dedd9430b89339124a748228c6c70d8b5abe6b46e48bfa1d49ef
django-shortuuidfield_0.1.2.orig.tar.xz 3.0 KiB 145030340d08276a89f4fc3bf34cf24cdd7e760a7b11509338d35cecbed49aca
django-shortuuidfield_0.1.2-3.debian.tar.xz 3.9 KiB 9db2a7e7a1c4ef082b69710b3431c95037dc9d7e62d4f2488af305f75f79fba2

Available diffs

No changes file available.

Binary packages built by this source

python-django-shortuuidfield: No summary available for python-django-shortuuidfield in ubuntu wily.

No description available for python-django-shortuuidfield in ubuntu wily.

python3-django-shortuuidfield: Short UUIDField for Django for Python 3

 For Python 3.
 Provides a ShortUUIDField for your Django models which uses the base-57 "Short
 UUID" package. Originally, a fork from David Cramer's excellent
 django-uuidfield, but not much is left of that besides a bit of structure.