From 9a9b2730814e1c5bcd123d2df8bb3c07f3ca2b19 Mon Sep 17 00:00:00 2001 From: M1hacka Date: Mon, 16 Sep 2019 21:22:53 +0500 Subject: [PATCH] Bug in docs --- docs/basic_information.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/basic_information.md b/docs/basic_information.md index 8b6ccad..05ec48b 100644 --- a/docs/basic_information.md +++ b/docs/basic_information.md @@ -25,8 +25,10 @@ It is based on [infi.clickhouse-orm](https://github.com/Infinidat/infi.clickhous ### Optional libraries * [redis-py](https://redis-py.readthedocs.io/en/latest/) for [RedisStorage](storages.md#redis_storage) -* [django-pg-returning](https://travis-ci.com/M1hacka/django-pg-returning) +* [django-pg-returning](https://github.com/M1hacka/django-pg-returning) for optimizing registering updates in [PostgreSQL](https://www.postgresql.org/) +* [django-pg-bulk-update](https://github.com/M1hacka/django-pg-bulk-update) + for performing effective bulk update operation in [PostgreSQL](https://www.postgresql.org/) ## Installation Install via pip: