Commit graph

71 commits

Author SHA1 Message Date
Jan-Jelle Kester
bafce4d72c Change Travis CI config test script to work with Django 1.5 2015-05-15 00:15:50 +02:00
Jan-Jelle Kester
b4a0144bfa Try to make migrations work for Django 1.7 2015-05-15 00:15:12 +02:00
Jan-Jelle Kester
2affded385 Reduce number of Travis environments 2015-05-15 00:05:59 +02:00
Jan-Jelle Kester
718595f555 Fix broken Travis CI config again 2015-05-15 00:02:02 +02:00
Jan-Jelle Kester
fd16002ce2 Fix broken Travis CI config 2015-05-14 23:55:58 +02:00
Jan-Jelle Kester
5f7fdc5a1d Add Travis CI support 2015-05-14 23:51:37 +02:00
Jan-Jelle Kester
0bf829f296 Fix exclude model test 2015-05-14 23:30:05 +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
bee1f08f58 Support both int and long types for numeric primary keys
Issue #10
2015-02-16 21:46:35 +01:00
Jan-Jelle Kester
68adb4c0b7 Add initial model migration (for future use)
Issue #18
2015-02-16 21:43:17 +01:00
Jan-Jelle Kester
eb50f0dffd Fix value lookup for nonexistent relations 2015-02-16 17:06:17 +01:00
Jan-Jelle Kester
71ba81928b Merge branch 'master' of https://github.com/jjkester/django-auditlog 2015-02-16 16:34:35 +01:00
Jan-Jelle Kester
978e50fc35 Fix South compatibility for AuditlogHistoryField 2015-02-16 16:34:22 +01:00
Jan-Jelle Kester
4fd8387df0 Merge pull request #12 from vittoriozamboni/limitfields
Added include_fields and exclude_fields kwargs to register method
2014-12-11 11:26:09 +01:00
Vittorio Zamboni
3a4509b200 Added tests for include_fields and exclude_fields 2014-10-06 11:16:23 +02:00
Vittorio Zamboni
4ae09eb8b4 Changed registry from list to dictionary and use register kwargs to track fields that must be changed or excluded 2014-10-03 15:13:03 +02:00
Jan-Jelle Kester
7501363487 Remove 0.2.1 tar release file 2014-07-08 18:55:36 +02:00
Jan-Jelle Kester
823fd836b2 Merge remote-tracking branch 'origin/master'
Conflicts:
	dist/django-auditlog-0.2.1.zip
2014-07-08 18:55:17 +02:00
Jan-Jelle Kester
d09a210fc2 Add 0.2.1 dist files 2014-07-08 18:53:33 +02:00
Jan-Jelle Kester
fe726097b4 Add requirements file 2014-07-08 18:50:57 +02:00
Jan-Jelle Kester
9ef312c8f6 Add 0.2.1 dist files 2014-07-08 18:27:39 +02:00
Jan-Jelle Kester
71c42d778b Add Django requirement to setup.py 2014-07-08 17:34:24 +02:00
Jan-Jelle Kester
4606f614a8 Add South compatibility to docs 2014-07-08 17:34:12 +02:00
Jan-Jelle Kester
9fcd63f1dd Add missing releases 2014-07-08 17:05:46 +02:00
Jan-Jelle Kester
5dc3275de9 Bump version number and copyright year 2014-07-08 17:01:51 +02:00
Jan-Jelle Kester
719f3cf5ea Document internals 2014-07-08 16:55:24 +02:00
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