python-django-dynamic-fixture 4.0.1-1 source package in Ubuntu

Changelog

python-django-dynamic-fixture (4.0.1-1) unstable; urgency=medium

  * New upstream version 4.0.1

 -- Michael Fladischer <email address hidden>  Mon, 25 Sep 2023 10:02:15 +0000

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-dynamic-fixture_4.0.1-1.dsc 2.2 KiB 2519809e078736ffe4b6ca00871d2b17ff785d2a80955cd8a5bf90470184cd25
python-django-dynamic-fixture_4.0.1.orig.tar.gz 71.3 KiB 3538c81606cf1770cb46130d55cee9c73e3c77d4d24be63247f8b4f83928a2a5
python-django-dynamic-fixture_4.0.1-1.debian.tar.xz 3.3 KiB 53ff70239c31b60090c75b69f5f111a74d41c8e09727c8d153ecbb18177a9d0d

No changes file available.

Binary packages built by this source

python-django-dynamic-fixture-doc: create dynamic model instances for testing purposes (Documentation)

 Django Dynamic Fixture (DDF) is a complete and simple library to create dynamic
 model instances for testing purposes.
 .
 It lets you focus on your tests, instead of focusing on generating some dummy
 data which is boring and pollutes the test source code.
 .
 It exists to solve the anti-pattern of Static Fixtures and Factory objects.
 .
 Features:
  * Highly customizable: you can customize fields recursively
  * Deals with unique=True
  * Deals with cyclic dependencies (including self references)
  * Deals with many to many relationship (common M2M or M2M with additional
    data, i.e. through=’table’)
  * Deals with custom fields (especially if the custom field inherits from a
    django field)
  * Support for parallel tests
  * Deals with auto calculated attributes
  * It is easy to debug errors
 .
 This package contains the documentation.

python3-django-dynamic-fixture: create dynamic model instances for testing purposes (Python3 version)

 Django Dynamic Fixture (DDF) is a complete and simple library to create dynamic
 model instances for testing purposes.
 .
 It lets you focus on your tests, instead of focusing on generating some dummy
 data which is boring and pollutes the test source code.
 .
 It exists to solve the anti-pattern of Static Fixtures and Factory objects.
 .
 Features:
  * Highly customizable: you can customize fields recursively
  * Deals with unique=True
  * Deals with cyclic dependencies (including self references)
  * Deals with many to many relationship (common M2M or M2M with additional
    data, i.e. through=’table’)
  * Deals with custom fields (especially if the custom field inherits from a
    django field)
  * Support for parallel tests
  * Deals with auto calculated attributes
  * It is easy to debug errors
 .
 This package contains the Python 3 version of the library.