Compare commits

...

2 Commits

Author SHA1 Message Date
Andrey Bondar
a60161a43a
Merge 2d4e27e798 into ce38d58e0d 2024-11-07 11:27:30 +05:30
a_bondar
2d4e27e798 Added django-copyist to Model tools list 2024-11-01 11:14:39 +02:00

View File

@ -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-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-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-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 ### Performance
- [django-perf-rec](https://cur.at/GHUO6cn?m=web) - Keep detailed records of the performance of your Django code. - [django-perf-rec](https://cur.at/GHUO6cn?m=web) - Keep detailed records of the performance of your Django code.