Commit Graph

148 Commits

Author SHA1 Message Date
Benjamin Dauvergne 131285e24b bumpt version to 1.23.0 2014-01-30 21:45:00 +01:00
Benjamin Dauvergne cf1a9f460f use Django 1.6 atomic if available instead of our own implementation 2014-01-30 21:43:47 +01:00
Benjamin Dauvergne fd5c7bae01 do not try to keep Tag and Template in a cache, it does not play well with transaction rollbacks
We should only fill a cache of models when outside of a transaction.
2014-01-30 21:36:01 +01:00
Benjamin Dauvergne 398931f83c bumpt release to 1.22.0 2014-01-30 17:18:17 +01:00
Benjamin Dauvergne 9e5353317e fix overwriting of tags in the record function 2014-01-30 17:17:20 +01:00
Benjamin Dauvergne e292e19c0c setup.py: adapt to change in Django compilemessages 2014-01-21 15:32:33 +01:00
Benjamin Dauvergne 1895ffd5a1 bump release to 1.21.0 2013-09-26 12:03:21 +02:00
Benjamin Dauvergne ce45ccac9c actions: add column containing id of objects for objectdata 2013-09-26 11:54:56 +02:00
Benjamin Dauvergne 26cdba197b actions: change export_csv to also exports object and string data in columns 2013-09-26 11:31:14 +02:00
Benjamin Dauvergne 0a90cc8f55 managers: fix the for_tag() method
the Q object is not in the django.db.models package
2013-09-26 10:59:48 +02:00
Benjamin Dauvergne a5a2356495 setup.py: add command to run tests
also add url and settings file for running the tests
2013-09-06 15:02:19 +02:00
Benjamin Dauvergne da289d52f1 bump release to 1.20.0 2013-07-30 10:08:05 +02:00
Benjamin Dauvergne 3aa73f2c35 log all tags starting with error- at the error level, add a warning level handling 2013-07-30 10:06:47 +02:00
Benjamin Dauvergne bb40b01d42 bump release to 1.19.0 2013-06-11 10:20:09 +02:00
Benjamin Dauvergne 8f93c63dc1 do not encode log message to utf-8 before sending them to the legacy logging framework 2013-06-11 10:11:38 +02:00
Benjamin Dauvergne 5b10aecf3b bump release to 1.18.0 2013-06-06 09:51:00 +02:00
Benjamin Dauvergne b6623859ca setup.py: add django to setup_requires, as it is needed for compiling locales 2013-06-06 09:49:34 +02:00
Benjamin Dauvergne d08e6547af setup.py: remove package_data clause, we use include_package_data=True and MANIFEST.in instead 2013-06-06 09:49:16 +02:00
Benjamin Dauvergne 98339b258f setup.py: compute version from git 2013-06-06 09:48:25 +02:00
Benjamin Dauvergne d10df3a7f0 add README.rst to MANIFEST.in 2013-06-06 09:47:43 +02:00
Benjamin Dauvergne c1e05b0cde bump version to 1.17.0 2013-05-13 14:58:54 +02:00
Benjamin Dauvergne 7ec75222ab locale: remove binary translation file 2013-05-13 14:58:34 +02:00
Benjamin Dauvergne 0aaee509ff models: fix misuse of GenericForeignKey, it does not support the versbose_name keyword argument 2013-05-13 14:58:08 +02:00
Benjamin Dauvergne 63b73b0385 bump version to 1.16.0 2013-05-13 14:55:24 +02:00
Benjamin Dauvergne e2fa5c2a8d bump version to 1.15.0 2013-05-13 14:53:07 +02:00
Benjamin Dauvergne 5eec39cd7d update french translations 2013-05-13 14:52:30 +02:00
Benjamin Dauvergne 037dc11d07 admin: uncapitalize getter field short_description 2013-05-13 14:50:51 +02:00
Benjamin Dauvergne d4e65a645a models: uncapitalize verbose_name of models 2013-05-13 14:49:58 +02:00
Benjamin Dauvergne 6b2ce81f34 models: add verbose_name declaration to fields 2013-05-13 14:47:18 +02:00
Benjamin Dauvergne 7870735b88 bump version to 0.14.0 2013-04-24 17:33:17 +02:00
Benjamin Dauvergne 9aeb9f0225 models: add method Journal.add_object_tag(tag_name, obj)y 2013-04-24 17:32:51 +02:00
Benjamin Dauvergne 68bbade8f2 do not clobber models module with django.db.models 2013-04-24 17:32:14 +02:00
Benjamin Dauvergne 4b129ddcba models: move managers to their own module, use django-model-utils 2013-04-24 17:31:49 +02:00
Benjamin Dauvergne aec3048e33 bump version to 1.13.0 2013-04-11 00:38:08 +02:00
Benjamin Dauvergne 5430c8b5a7 fix display of deleted user objects 2013-04-11 00:37:42 +02:00
Benjamin Dauvergne 1ac12a4664 bump version to 1.12.0 2013-04-11 00:15:12 +02:00
Benjamin Dauvergne 618c823756 admin: improve formatting of the ip and user columns
- you can now filter by ip
 - deleted user show the old user id
 - deleted user does not show a link to their non existing editing page
2013-04-11 00:13:30 +02:00
Benjamin Dauvergne 7c935e2894 bump version to 1.11.0 2013-04-10 23:24:10 +02:00
Benjamin Dauvergne 60a6add6cb encode message to utf-8 before passsing them to the classic logger 2013-04-10 23:23:36 +02:00
Benjamin Dauvergne 9ed7279cbe bump version to 1.10.0 2013-04-10 22:35:14 +02:00
Benjamin Dauvergne 82f1f81395 remove dead import 2013-04-10 22:34:36 +02:00
Benjamin Dauvergne ca9f1b18bb setup.py: add building of translation files to build actions 2013-04-10 22:34:19 +02:00
Benjamin Dauvergne 703b951edc admin: add an export as csv action 2013-04-10 22:20:36 +02:00
Benjamin Dauvergne f7fe804c1d models: fix missing unicode prefix 2013-04-10 22:20:26 +02:00
Benjamin Dauvergne 7b4089702f models: fix formatting of deleted object 2013-04-09 15:41:17 +02:00
Benjamin Dauvergne 12112b3c2d admin: use the same parameter name for filtering by tag
Now our links should interact better with the filters from the right
bar.
2013-04-09 12:02:12 +02:00
Benjamin Dauvergne e97db5b4a9 reimplement commit_on_success decorator to work even when already in a transaction 2013-01-31 15:22:17 +01:00
Benjamin Dauvergne 50399b41e2 models: add retrieval method with caching to TagManager 2013-01-31 09:32:47 +01:00
Benjamin Dauvergne 2c1716cee9 bump version to 1.9.0 2013-01-30 18:24:09 +01:00
Benjamin Dauvergne 3f47d5a52f in record() replace use of commit_on_success() by savepoints 2013-01-25 09:16:39 +01:00