Commit graph

595 commits

Author SHA1 Message Date
Jan-Jelle Kester
d778bb3a9e Add South compatibility for AuditlogHistoryField
Untested, suggested solution per issue #7
2014-07-08 15:57:45 +02:00
Jan-Jelle Kester
e2bf3fe3dc Version bump 2014-03-14 21:01:05 +01:00
Jan-Jelle Kester
79a912a180 Fix middleware tests 2014-03-14 20:53:46 +01:00
Jan-Jelle Kester
41d3948606 Progress with tests 2014-03-14 17:15:31 +01:00
Jan-Jelle Kester
6c3ec169ee Merge pull request #6 from vfigueiro/master
quick fix for AttributeError at admin urls
2014-02-13 13:58:46 +01:00
Vitor Figueiro
b453a4a9d5 quick fix for AttributeError at admin urls 2014-02-12 21:54:46 +00:00
Jan-Jelle Kester
c61cf59b43 Merge pull request #5 from vfigueiro/master
replaced str with unicode in diff
2014-02-12 16:00:28 +01:00
Vitor Figueiro
ce8deb9415 replaced str with unicode in diff 2014-02-12 12:41:17 +00:00
Jan-Jelle Kester
6c7990c9a2 Merge pull request #3 from vfigueiro/master
Ensure set_actor signal disconnection
2014-02-11 14:13:03 +01: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
a2f4c98fa1 Add some documentation 2013-12-18 17:27:11 +01:00
Jan-Jelle Kester
2bcc022fdf Fix utility methods with dynamic primary key discovery, also some style fixes 2013-12-18 17:24:41 +01:00
Jan-Jelle Kester
1bde6de50a Extra utility methods on LogEntryManager with correct terminology, small style fix 2013-12-18 17:17:38 +01: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
839396d825 Version bump 2013-12-12 19:12:31 +01:00
Jan-Jelle Kester
d0379e74e3 Update README, refer to documentation at readthedocs 2013-12-12 18:03:47 +01:00
Jan-Jelle Kester
1b95c89ca2 Work on documentation 2013-12-12 17:57:29 +01:00
Jan-Jelle Kester
f5aed059bf Add changes_dict and changes_str utility methods to LogEntry model 2013-12-11 17:14:07 +01:00
Jan-Jelle Kester
8c541fe416 Remove html_formated_string method on LogEntry model
The method name was incorrectly spelled and the method was not flexible enough. This functionality will be replaced by a more flexible method and/or a template tag.
2013-12-11 16:58:32 +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
Jan-Jelle Kester
dac120b51a Merge pull request #1 from francofuji/master
Merge pull request #1 from francofuji/master
- Make AUTH_USER_MODEL work with 'app_label.model_name' format
- Some util functions
- Log an entry only if there are changes
2013-12-11 08:03:28 -08:00
Francisco Pérez Ferrer
ee22a84020 Log an entry only if there are changes in model on update 2013-12-01 11:44:16 -05:00
Francisco Pérez Ferrer
19291f54d9 some util functions 2013-11-27 23:04:49 -05: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
8f399a6a60 Add Sphinx documentation 2013-11-06 20:50:53 +01:00
Jan-Jelle Kester
1b2503d371 Extend inline documentation 2013-11-06 20:48:16 +01:00
Jan-Jelle Kester
9bfc316097 Add dist files 2013-10-23 17:57:35 +02:00
Jan-Jelle Kester
42f25b1141 Release on PyPI 2013-10-23 17:56:14 +02:00
Jan-Jelle Kester
18148f62c1 Add some more inline documentation 2013-10-23 17:23:52 +02: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
6dd93496b6 Write some more tests 2013-10-23 17:10:59 +02:00
Jan-Jelle Kester
ecf20dfe33 Small bugfix / improvement to log_update receiver 2013-10-23 17:10:39 +02:00
Jan-Jelle Kester
cc393c9611 Add setup.py 2013-10-21 23:08:04 +02:00
Jan-Jelle Kester
9ab3ca8db7 Write first two tests 2013-10-21 22:41:21 +02:00
Jan-Jelle Kester
496c91441b Some major bugfixes 2013-10-21 22:41:11 +02:00
Jan-Jelle Kester
74c962a2a0 Only save a log entry when something changed. 2013-10-21 22:27:35 +02:00
Jan-Jelle Kester
aa94bf4496 Merge remote-tracking branch 'origin/master' 2013-10-21 22:12:54 +02:00
Jan-Jelle Kester
4a63f3f8d1 Add some documentation 2013-10-21 22:13:39 +02:00
Jan-Jelle Kester
81098cd179 Big commit: testproject, bugfixes, changed directory structure 2013-10-21 21:46:31 +02:00
Jan-Jelle Kester
7977f1d5f6 Add .db-files to gitignore 2013-10-21 21:45:40 +02:00
Jan-Jelle Kester
db8529b773 Make LogEntry and middleware compatible with custom user models 2013-10-20 19:24:33 +02:00
Jan-Jelle Kester
9a13a5966f First implementation 2013-10-20 15:25:48 +02:00
Jan-Jelle Kester
15d2bb6295 Initial commit 2013-10-20 05:10:40 -07:00