Commit graph

18 commits

Author SHA1 Message Date
isszul
25ca523301 implemented suggested fix in #72 2016-11-02 13:30:05 +00:00
Jan-Jelle Kester
7824fb27f1 Update middleware for Django 1.10 2016-08-17 22:45:02 +02:00
jay7958
655e02e806 Changed import to use the new apps module for get_model, this removes
the Django warning:
site-packages/auditlog/middleware.py:9: RemovedInDjango19Warning: The utilities in django.db.models.loading are deprecated in favor of the new application loading system.
  from django.db.models.loading import get_model
2015-08-20 13:49:22 -05:00
Scott Adams
4dc11ab6fb Fixes #31 2015-07-29 13:27:15 +02:00
Jan-Jelle Kester
0c0d1dffe1 Only set remote_addr in set_actor method 2015-06-03 16:49:04 +02:00
Jan-Jelle Kester
6e74d41268 Use threadlocals to store middleware data instead of the request 2015-06-03 16:29:40 +02:00
Jan-Jelle Kester
e97c601038 First try at making Auditlog work with Python 3
Issue #15
2015-02-16 22:17:22 +01:00
Jan-Jelle Kester
41d3948606 Progress with tests 2014-03-14 17:15:31 +01:00
Vitor Figueiro
b453a4a9d5 quick fix for AttributeError at admin urls 2014-02-12 21:54:46 +00:00
Vitor Figueiro
c22bd6b61e process_exception returns None 2014-02-07 20:02:03 +00:00
Vitor Figueiro
ecd53b7a07 ensure signal disconnection 2014-02-07 19:59:16 +00:00
Jan-Jelle Kester
3e3282392d Make the set_actor method from the middleware static. Also, catch only the relevant exception. 2013-12-18 17:16:39 +01:00
Jan-Jelle Kester
ec051d11f0 Merge remote-tracking branch 'origin/master'
Conflicts:
	src/auditlog/middleware.py
2013-12-11 16:55:05 +01:00
Francisco Pérez Ferrer
1a0959d8ab make AUTH_USER_MODEL to work with 'app_label.model_name' format 2013-11-27 17:35:34 -05:00
Jan-Jelle Kester
bd61008bd7 Rename 'AuditLog' to 'Auditlog' in class names 2013-11-07 17:02:31 +01:00
Jan-Jelle Kester
1b2503d371 Extend inline documentation 2013-11-06 20:48:16 +01:00
Jan-Jelle Kester
b66ada0baa Only set the actor when it was not set explicitly 2013-10-23 17:20:21 +02:00
Jan-Jelle Kester
81098cd179 Big commit: testproject, bugfixes, changed directory structure 2013-10-21 21:46:31 +02:00
Renamed from auditlog/middleware.py (Browse further)