Jan-Jelle Kester
|
a28a117d3b
|
Fix typo in test settings
|
2015-05-15 11:44:01 +02:00 |
|
Jan-Jelle Kester
|
1d5118460f
|
Refactor tests to not use a Django project
|
2015-05-15 11:41:15 +02:00 |
|
Jan-Jelle Kester
|
909b07f921
|
Merge remote-tracking branch 'origin/master'
|
2015-05-15 00:32:19 +02:00 |
|
Jan-Jelle Kester
|
ae8461d1fe
|
Merge pull request #22 from jjkester/python3
Support Python 3 as well as Python 2
|
2015-05-15 00:30:47 +02:00 |
|
Jan-Jelle Kester
|
42d9d767ac
|
Drop Django 1.5 support (unsupported version)
|
2015-05-15 00:17:50 +02:00 |
|
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
|
3d5787cd86
|
Add migrations package to setup.py
|
2015-05-15 00:09:10 +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
|
f54623d3c1
|
Merge pull request #14 from johnrtipton/master
Compatibility with django-polymorphic
|
2015-04-29 12:06:37 +02:00 |
|
Jan-Jelle Kester
|
e05e663f0c
|
Add warning message to top of readme
|
2015-04-20 23:53:32 +02:00 |
|
John R. Tipton
|
cc2e489f75
|
- Check for model using isinstance
- Check for model using isinstance and pk using _get_pk_value
|
2015-02-19 09:03:39 -05: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 |
|
John R. Tipton
|
16a55e1924
|
- Compatibility with django-polymorphic
Check for _meta attribute instead of __class__, since an integer has an
__class__ attribute.
|
2015-02-13 09:23:23 -05:00 |
|
John R. Tipton
|
dc9d6739fe
|
- Compatibility with django-polymorphic
django-polymorphic self._get_pk_value returns the class object. If
this happens, we try adding _id to the pk_field.
|
2015-02-12 15:54:59 -05: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 |
|