python-django-test-migrations 1.3.0-2 source package in Ubuntu

Changelog

python-django-test-migrations (1.3.0-2) unstable; urgency=medium

  * Source-only upload

 -- Jérémy Lal <email address hidden>  Mon, 15 Jan 2024 09:00:22 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-test-migrations_1.3.0-2.dsc 2.4 KiB b5d776af4782979514c14c18e0eb4250c73996ee6098c006da5447b6ec0bf740
python-django-test-migrations_1.3.0.orig.tar.gz 60.5 KiB 0763021f7769cbc58abdcc4031236ff7f3c86d8a0b4ed7d42fb40adc6cd854d7
python-django-test-migrations_1.3.0-2.debian.tar.xz 2.5 KiB 8867cad03d81e0585eb69bc57422f52b20a4437e739f710cb91400378368fc6f

Available diffs

No changes file available.

Binary packages built by this source

python3-django-test-migrations: Testing database migrations for Django

 This framework allows one to test migrations with respect to:
  * schema and data
  * forward and rollback
  * order, names
  * database configuration
 It also features fully typed annotations.
 .
 Django is a high-level Python web development framework.