django-bulk-hooks 0.1.65__py3-none-any.whl → 0.1.66__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of django-bulk-hooks might be problematic. Click here for more details.

@@ -170,7 +170,7 @@ class BulkLifecycleManager(models.Manager):
170
170
  objs = list(self.all())
171
171
  if not objs:
172
172
  return 0
173
- self.model.objects.bulk_delete(objs)
173
+ self.bulk_delete(objs)
174
174
  return len(objs)
175
175
 
176
176
  @transaction.atomic
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: django-bulk-hooks
3
- Version: 0.1.65
3
+ Version: 0.1.66
4
4
  Summary: Lifecycle-style hooks for Django bulk operations like bulk_create and bulk_update.
5
5
  License: MIT
6
6
  Keywords: django,bulk,hooks
@@ -6,12 +6,12 @@ django_bulk_hooks/decorators.py,sha256=tckDcxtOzKCbgvS9QydgeIAWTFDEl-ch3_Q--ruEG
6
6
  django_bulk_hooks/engine.py,sha256=VZJiESt-QSeppnDDsqiJbnDVAc0EBa6fH7Ywr9sT2Qs,2004
7
7
  django_bulk_hooks/enums.py,sha256=Zo8_tJzuzZ2IKfVc7gZ-0tWPT8q1QhqZbAyoh9ZVJbs,381
8
8
  django_bulk_hooks/handler.py,sha256=qUulFSPhi__gWHISC4GogeVQ9aDo45bz0Dj421Y6skE,4968
9
- django_bulk_hooks/manager.py,sha256=4oYMDs9Zp6K0qn6OKU4dW-QDgmJ6Z5S0Oy9sBltssWI,6536
9
+ django_bulk_hooks/manager.py,sha256=0vnrfz0oYrtARvFzWr8hBUx2688ECNuj0CpixlsCqBM,6522
10
10
  django_bulk_hooks/models.py,sha256=_cqIVHKhXb1EOnXxhsuJUlLnPjTRM_sCP5OKbq4q-I8,542
11
11
  django_bulk_hooks/priority.py,sha256=HG_2D35nga68lBCZmSXTcplXrjFoRgZFRDOy4ROKonY,376
12
12
  django_bulk_hooks/queryset.py,sha256=YG9wlvOdujapmxzNhOXTO74Uph0sozUsfc8e5n9KniU,1409
13
13
  django_bulk_hooks/registry.py,sha256=eFe6U6kUm3ecBVqKtvF-Zh16k3KZVsUEOoTj0axoPl8,1088
14
- django_bulk_hooks-0.1.65.dist-info/LICENSE,sha256=dguKIcbDGeZD-vXWdLyErPUALYOvtX_fO4Zjhq481uk,1088
15
- django_bulk_hooks-0.1.65.dist-info/METADATA,sha256=u0mb-6ul15SxVmlEKpAQhDEfbVesPmGzWReOQLrBW3A,3113
16
- django_bulk_hooks-0.1.65.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
17
- django_bulk_hooks-0.1.65.dist-info/RECORD,,
14
+ django_bulk_hooks-0.1.66.dist-info/LICENSE,sha256=dguKIcbDGeZD-vXWdLyErPUALYOvtX_fO4Zjhq481uk,1088
15
+ django_bulk_hooks-0.1.66.dist-info/METADATA,sha256=NyHujXArUIsO_ZC_pXzxkd3CKAM_A60p9Rguhy6eJQc,3113
16
+ django_bulk_hooks-0.1.66.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
17
+ django_bulk_hooks-0.1.66.dist-info/RECORD,,