Jan-Jelle Kester
|
5c1fe92ad3
|
Place runtests.py outside tests app
|
2015-05-15 11:46:59 +02:00 |
|
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
|
580bb0c60f
|
Use latest Django releases for CI
|
2015-05-15 01:49:55 +02:00 |
|
Jan-Jelle Kester
|
52419f0d18
|
Add requirements to docs
|
2015-05-15 01:49:08 +02:00 |
|
Jan-Jelle Kester
|
83c8dc7dcf
|
Fix syntax highlighting on usage page
|
2015-05-15 01:43:01 +02:00 |
|
Jan-Jelle Kester
|
efac3fe8c0
|
Use RTD theme for Sphinx documentation
|
2015-05-15 01:30:09 +02:00 |
|
Jan-Jelle Kester
|
742ac238ac
|
Bump copyright year
|
2015-05-15 01:26:55 +02:00 |
|
Jan-Jelle Kester
|
3b04d88441
|
Improve code documentation
|
2015-05-15 01:25:44 +02:00 |
|
Jan-Jelle Kester
|
1161324837
|
Update documentation for 0.3.0 release
|
2015-05-15 00:56:01 +02:00 |
|
Jan-Jelle Kester
|
9fc527aa7e
|
Bump version
|
2015-05-15 00:55:42 +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 |
|
Ann Paul
|
8b47ce1b19
|
Add django-jsonfield dependency to setup file and update pip
|
2015-04-23 15:03:23 -07:00 |
|
Ann Paul
|
4409e1c1a6
|
Add jsonfield to pip requirements
|
2015-04-23 15:03:16 -07:00 |
|
Ann Paul
|
d4522ad74a
|
Add migration for detailed_object_repr field
|
2015-04-23 15:03:09 -07:00 |
|
Ann Paul
|
6a7908f2ca
|
Add detailed_object_repr JSONField to logentry model
|
2015-04-23 15:02:58 -07: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 |
|