django-restit 4.2.30__py3-none-any.whl → 4.2.31__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: django-restit
3
- Version: 4.2.30
3
+ Version: 4.2.31
4
4
  Summary: A Rest Framework for DJANGO
5
5
  License: MIT
6
6
  Author: Ian Starnes
@@ -114,7 +114,7 @@ incident/rpc.py,sha256=-voKgyKlyL5sosXtalWT1yytCtjzcjX7yX81yboaB8k,7680
114
114
  incident/templates/email/incident_change.html,sha256=O_5ocWTsnqmmOuQhAtXEiE4rWecnZnJjoKU4MwV6ILo,14178
115
115
  incident/templates/email/incident_new.html,sha256=IPX3CqIrvdrZSn13_jlR6sEb0If8ftvUrUpkzC5G2Gc,15173
116
116
  incident/templates/email/incident_plain.html,sha256=fx4zsoldG1AQEBA6IYx5BJp_MAMizgjjx9EmuR5m4SQ,14727
117
- incident/tq.py,sha256=sAArYa_xid_HD2dgS1grer5l_jmoAgV0eA17yJaFmns,5079
117
+ incident/tq.py,sha256=6GGGVKzcbslDBz0oDyBSKdFCLYWKYiVkUeOEiHOOfcM,5049
118
118
  location/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
119
119
  location/admin.py,sha256=6S97Rlgjkk0jM15sbT1OJRPZbgvKn2rn7duCSazOXq4,297
120
120
  location/geolocate.py,sha256=UgV129vmSxnqYFBYJD2RQVOcC1-lJJ1zUaxDqOJRbG4,1694
@@ -359,7 +359,7 @@ pushit/utils.py,sha256=IeTCGa-164nmB1jIsK1lu1O1QzUhS3BKfuXHGjCW-ck,2121
359
359
  rest/.gitignore,sha256=TbEvWRMnAiajCTOdhiNrd9eeCAaIjRp9PRjE_VkMM5g,118
360
360
  rest/README.md,sha256=V3ETc-cJu8PZIbKr9xSe_pA4JEUpC8Dhw4bQeVCDJPw,5460
361
361
  rest/RemoteEvents.py,sha256=nL46U7AuxIrlw2JunphR1tsXyqi-ep_gD9CYGpYbNgE,72
362
- rest/__init__.py,sha256=QsxhXgO8Wn2SRlqLv_BLCZFvrub9yYSdytdPWTSFIKU,121
362
+ rest/__init__.py,sha256=iqS1TYxzy3PsvhaN98G9-46-zcIVaX0fdZCRWBLjhI0,121
363
363
  rest/arc4.py,sha256=y644IbF1ec--e4cUJ3KEYsewTCITK0gmlwa5mJruFC0,1967
364
364
  rest/cache.py,sha256=1Qg0rkaCJCaVP0-l5hZg2CIblTdeBSlj_0fP6vlKUpU,83
365
365
  rest/crypto/__init__.py,sha256=Tl0U11rgj1eBYqd6OXJ2_XSdNLumW_JkBZnaJqI6Ldw,72
@@ -491,7 +491,7 @@ ws4redis/servers/uwsgi.py,sha256=VyhoCI1DnVFqBiJYHoxqn5Idlf6uJPHvfBKgkjs34mo,172
491
491
  ws4redis/settings.py,sha256=K0yBiLUuY81iDM4Yr-k8hbvjn5VVHu5zQhmMK8Dtz0s,1536
492
492
  ws4redis/utf8validator.py,sha256=S0OlfjeGRP75aO6CzZsF4oTjRQAgR17OWE9rgZdMBZA,5122
493
493
  ws4redis/websocket.py,sha256=R0TUyPsoVRD7Y_oU7w2I6NL4fPwiz5Vl94-fUkZgLHA,14848
494
- django_restit-4.2.30.dist-info/LICENSE.md,sha256=VHN4hhEeVOoFjtG-5fVv4jesA4SWi0Z-KgOzzN6a1ps,1068
495
- django_restit-4.2.30.dist-info/METADATA,sha256=AjFLqIa0P1nDpeFpoUPhlFvfn9rdCB0dgKIcakQdRJE,7594
496
- django_restit-4.2.30.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
497
- django_restit-4.2.30.dist-info/RECORD,,
494
+ django_restit-4.2.31.dist-info/LICENSE.md,sha256=VHN4hhEeVOoFjtG-5fVv4jesA4SWi0Z-KgOzzN6a1ps,1068
495
+ django_restit-4.2.31.dist-info/METADATA,sha256=UYUdYMTNLK1RQ-hXzGcxaN9IFPS3miDGix62wl8YeYU,7594
496
+ django_restit-4.2.31.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
497
+ django_restit-4.2.31.dist-info/RECORD,,
incident/tq.py CHANGED
@@ -136,9 +136,8 @@ def run_auto_close(task):
136
136
  # lets check any incidents that haven't reached action threshold and older then bundle time
137
137
  qset = ia.Incident.objects.filter(state=ia.INCIDENT_STATE_PENDING)
138
138
  for inc in qset:
139
- if inc.bundle_expired and not inc.action_triggered:
139
+ if inc.bundle_expired:
140
140
  inc.state = ia.INCIDENT_STATE_IGNORE
141
141
  inc.save()
142
142
  inc.logHistory("history", "auto ignore", notify=False)
143
143
 
144
-
rest/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  from .uberdict import UberDict # noqa: F401
2
2
  from .settings_helper import settings # noqa: F401
3
3
 
4
- __version__ = "4.2.30"
4
+ __version__ = "4.2.31"