django-bulk-hooks 0.1.79__py3-none-any.whl → 0.1.80__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.

@@ -9,6 +9,14 @@ from django_bulk_hooks.constants import (
9
9
  VALIDATE_DELETE,
10
10
  VALIDATE_UPDATE,
11
11
  )
12
+ from django_bulk_hooks.conditions import (
13
+ ChangesTo,
14
+ HasChanged,
15
+ IsEqual,
16
+ IsNotEqual,
17
+ WasEqual,
18
+ )
19
+ from django_bulk_hooks.decorators import hook, select_related
12
20
  from django_bulk_hooks.engine import safe_get_related_object, safe_get_related_attr
13
21
  from django_bulk_hooks.handler import HookHandler
14
22
  from django_bulk_hooks.models import HookModelMixin
@@ -29,4 +37,11 @@ __all__ = [
29
37
  "safe_get_related_object",
30
38
  "safe_get_related_attr",
31
39
  "Priority",
40
+ "hook",
41
+ "select_related",
42
+ "ChangesTo",
43
+ "HasChanged",
44
+ "IsEqual",
45
+ "IsNotEqual",
46
+ "WasEqual",
32
47
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: django-bulk-hooks
3
- Version: 0.1.79
3
+ Version: 0.1.80
4
4
  Summary: Hook-style hooks for Django bulk operations like bulk_create and bulk_update.
5
5
  License: MIT
6
6
  Keywords: django,bulk,hooks
@@ -1,4 +1,4 @@
1
- django_bulk_hooks/__init__.py,sha256=JU6GMrqIPDm1n8zc78iTd1I1pzubmdkBJwROMaecZPM,805
1
+ django_bulk_hooks/__init__.py,sha256=iY8RkL2-qPV2y15FaEVgO7ZYrbYceZjsCtYCU073S2U,1119
2
2
  django_bulk_hooks/conditions.py,sha256=o31qTnSfEkAKMVnFPF0JdkuvMFWb92Lc-o-WQ2CoWAk,8107
3
3
  django_bulk_hooks/constants.py,sha256=3x1H1fSUUNo0DZONN7GUVDuySZctTR-jtByBHmAIX5w,303
4
4
  django_bulk_hooks/context.py,sha256=HVDT73uSzvgrOR6mdXTvsBm3hLOgBU8ant_mB7VlFuM,380
@@ -10,7 +10,7 @@ django_bulk_hooks/manager.py,sha256=-V128ACxPAz82ua4jQRFUkjAKtKW4MN5ppz0bHcv5s4,
10
10
  django_bulk_hooks/models.py,sha256=7RG7GrOdHXFjGVPV4FPRZVNMIHHW-hMCi6hn9LH_hVI,3331
11
11
  django_bulk_hooks/queryset.py,sha256=7lLqhZ-XOYsZ1I3Loxi4Nhz79M8HlTYE413AW8nyeDI,1330
12
12
  django_bulk_hooks/registry.py,sha256=Vh78exKYcdZhM27120kQm-iXGOjd_kf9ZUYBZ8eQ2V0,683
13
- django_bulk_hooks-0.1.79.dist-info/LICENSE,sha256=dguKIcbDGeZD-vXWdLyErPUALYOvtX_fO4Zjhq481uk,1088
14
- django_bulk_hooks-0.1.79.dist-info/METADATA,sha256=MfSByYpJLtek9y5Vr8GjUt635pK0McIEZRCE2W0O0mA,3388
15
- django_bulk_hooks-0.1.79.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
16
- django_bulk_hooks-0.1.79.dist-info/RECORD,,
13
+ django_bulk_hooks-0.1.80.dist-info/LICENSE,sha256=dguKIcbDGeZD-vXWdLyErPUALYOvtX_fO4Zjhq481uk,1088
14
+ django_bulk_hooks-0.1.80.dist-info/METADATA,sha256=A1dYixWjfYcpuaUIrf_a_tLzbvtGLkbeuAOweiJqFN8,3388
15
+ django_bulk_hooks-0.1.80.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
16
+ django_bulk_hooks-0.1.80.dist-info/RECORD,,