Skip to content

Commit

Permalink
Добавил локальные миграции для бет, автодеплоя.
Browse files Browse the repository at this point in the history
Добавил автоматическую миграцию emailstatus-ов при миграции на gdpr для бет и локалок
  • Loading branch information
M1ha-Shvn committed Aug 6, 2018
1 parent 74e6ad5 commit 392e66c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/django_pg_bulk_update/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ class TestModel(models.Model):
from .types import TUpdateValues, TFieldNames, TSetFunctions, TOperators
from .query import bulk_update, bulk_update_or_create

class BulkUpdateQuerySet(models.QuerySet):
def bulk_create(self, objs, batch_size=None, conflict_target=None, conflict_action=None):
pass


class BulkUpdateManagerMixin:
"""
Expand Down

0 comments on commit 392e66c

Please sign in to comment.