Home » Grids » Fixture Generation

Fixture Generation

Apps/packages that automatically generate fixtures, or models, for use in testing.

20 Packages
9 Features

Search & Filter

A test fixtures replacement for Python

3,789
Stars
415
Forks
37
Usage
Py3
Status Production/Stable
Version 3.3.3
Updated 14 Dec 2025
License MIT
Commits
Features
Generate random data
Generate stable data
Deal with all Django Fields
Deal with cyclic dependencies
Deal with unique=True
Set Up Suite
Deal with Custom Fields
Deal with custom validations
tests with filesystem

Object factory for Django

984
Stars
104
Forks
2
Usage
Py3
Status Production/Stable
Version 1.23.4
Updated 30 Apr 2026
License Apache Lice…
Commits
Features
Generate random data
Generate stable data
Deal with all Django Fields
Deal with cyclic dependencies
Deal with unique=True
Set Up Suite
Deal with Custom Fields
Deal with custom validations
tests with filesystem

A complete library to create dynamic model instances for testing purposes.

387
Stars
67
Forks
10
Usage
Py3
Status Unknown
Version 4.0.1
Updated 10 Oct 2024
License MIT
Commits
Features
Generate random data
Generate stable data
Deal with all Django Fields
Deal with cyclic dependencies
Deal with unique=True
Set Up Suite
Deal with Custom Fields
Deal with custom validations
tests with filesystem

Minimalistic, standalone alternative fake data generator with no dependencies

21
Stars
0
Forks
1
Usage
Py3
Status Beta
Version 0.13.1
Updated 10 Apr 2026
License MIT
Commits
Features
Generate random data
Generate stable data
Deal with all Django Fields
Deal with cyclic dependencies
Deal with unique=True
Set Up Suite
Deal with Custom Fields
Deal with custom validations
tests with filesystem

Anonymize django database. Big-data anonymizer. Preply team.

47
Stars
5
Forks
3
Usage
Py3
Status Beta
Version 0.6.1
Updated 18 Apr 2024
License MIT
Commits
Features
Generate random data
Generate stable data
Deal with all Django Fields
Deal with cyclic dependencies
Deal with unique=True
Set Up Suite
Deal with Custom Fields
Deal with custom validations
tests with filesystem

Dumping and loading data, possibly more complete than dumpdata/loaddata

4
Stars
0
Forks
1
Usage
Py3
Status Unknown
Version 0.10.0
Updated 1 Dec 2025
License BSD-3-Clause
Commits
Features
Generate random data
Generate stable data
Deal with all Django Fields
Deal with cyclic dependencies
Deal with unique=True
Set Up Suite
Deal with Custom Fields
Deal with custom validations
tests with filesystem

Utilities to extract and manipulate Django Fixtures.

389
Stars
95
Forks
2
Usage
Py3
Status Beta
Version 0.1.5
Updated 26 Oct 2023
License BSD
Commits
Features
Generate random data
Generate stable data
Deal with all Django Fields
Deal with cyclic dependencies
Deal with unique=True
Set Up Suite
Deal with Custom Fields
Deal with custom validations
tests with filesystem

Showing 7 of 20 packages in this grid.

View All Packages

Features Being Compared

9 features

Generate random data

Generate random data

Generate stable data

Generate stable data

Deal with all Django Fields

Deal with all Django Fields

Deal with cyclic dependencies

Deal with cyclic dependencies

Deal with unique=True

Deal with unique=True

Set Up Suite

Option to enable a setup to the entire suite

Deal with Custom Fields

Deal with Custom Fields

Deal with custom validations

Deal with custom validations

tests with filesystem

Help testing features that manipulate files