From 07372304e1dcdceae427fb48d3a711d3d01b2bc9 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Thu, 21 Dec 2023 21:29:10 +0100 Subject: [PATCH] More (#63) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c229d38..8a8fb46 100644 --- a/README.rst +++ b/README.rst @@ -205,7 +205,7 @@ As files on the file system Factories --------- -This is how you could define a factory for `Django`_'s built-in ``Group`` +This is how you could define factories for `Django`_'s built-in ``Group`` and ``User`` models. .. code-block:: python