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