From 6791185357c90c912fb90ca566149ffe900b60a5 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 8 Jan 2026 17:00:22 +0800 Subject: [PATCH] remove model_mommy: archived, renamed to model_bakery Project archived in 2019. Renamed to avoid gender stereotypes. Use model_bakery instead. See github.com/model-bakers/model_bakery Co-Authored-By: Claude Opus 4.5 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ea541a7f..2aa9507c 100644 --- a/README.md +++ b/README.md @@ -1066,7 +1066,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Object Factories * [factory_boy](https://github.com/FactoryBoy/factory_boy) - A test fixtures replacement for Python. * [mixer](https://github.com/klen/mixer) - Another fixtures replacement. Supports Django, Flask, SQLAlchemy, Peewee and etc. - * [model_mommy](https://github.com/vandersonmota/model_mommy) - Creating random fixtures for testing in Django. * [polyfactory](https://github.com/litestar-org/polyfactory) - mock data generation library with support to classes (continuation of `pydantic-factories`) * Code Coverage * [coverage](https://pypi.org/project/coverage/) - Code coverage measurement.