From 3037def1aa912709c3facaed6b7a9ff5ffbd9186 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Thu, 21 Dec 2023 21:28:39 +0100 Subject: [PATCH] More --- 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