From 2d4e27e798ca48e3b685b6e7a53fecef7df0d2d4 Mon Sep 17 00:00:00 2001 From: a_bondar Date: Sun, 28 Apr 2024 14:08:37 +0300 Subject: [PATCH] Added django-copyist to Model tools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13d0b20..74ca1e3 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-recurrence](https://github.com/django-recurrence/django-recurrence) - Utility for working with recurring dates in Django. - [django-treenode](https://github.com/fabiocaccamo/django-treenode) - Abstract model/admin for tree based stuff. - [django-auto-prefetch](https://github.com/tolomea/django-auto-prefetch) - Automatically prefetch foreign key values as needed. +- [django-copyist](https://github.com/abondar/django-copyist) - Tool for precise and efficient django model copying. ### Performance - [django-perf-rec](https://cur.at/GHUO6cn?m=web) - Keep detailed records of the performance of your Django code.