Commit Graph

128 Commits

Author SHA1 Message Date
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
Benjamin Dauvergne 617c099aad models: remove db_index on text field, when content it too big it break indexing on postgres and mysql 2013-01-24 16:24:35 +01:00
Benjamin Dauvergne 6870b84cc1 bump version to 1.8.0 2013-01-18 15:46:33 +01:00
Benjamin Dauvergne c9b121c39a models: fix again incompatibility with python 2.6 for formatting 2013-01-18 15:45:56 +01:00
Benjamin Dauvergne faaae03be2 middleware: allows overriding of user and ip values 2013-01-17 12:28:59 +01:00
Benjamin Dauvergne e374f755c3 bump version to 1.7.0 2013-01-15 23:43:59 +01:00
Benjamin Dauvergne 5f2cf89727 setup.py: also distribute *.mo files 2013-01-15 23:43:41 +01:00
Benjamin Dauvergne f0307a239b bump version to 1.6.0 2013-01-15 23:40:53 +01:00
Benjamin Dauvergne 8997bbb786 setup.py: install data files 2013-01-15 23:40:46 +01:00
Benjamin Dauvergne a90c068242 models: add a tag parameter to the JournalManager.for_object method 2013-01-15 23:40:32 +01:00
Benjamin Dauvergne e8976c4687 bump version to 1.5.0 2013-01-03 14:29:53 +01:00
Benjamin Dauvergne bce3eb6ac6 bump version to 1.4.0 2013-01-03 14:27:52 +01:00
Benjamin Dauvergne dc3fb74f49 admin: fix use of empty references in formatting, it's incompatible with python <2.7 2013-01-03 14:27:42 +01:00
Benjamin Dauvergne fbb47cb133 models: added prevention of KeyError when templating by completing message context with missing field initialized to None 2012-12-20 18:14:13 +01:00
Benjamin Dauvergne df4982fc61 models: added JournalManager.for_objects 2012-12-20 18:13:46 +01:00
Benjamin Dauvergne d8f7cd74a9 models: fixed JournalManager.for_object 2012-12-20 18:13:33 +01:00
Benjamin Dauvergne fa089649e8 models: fixed Template.__unicode__ 2012-12-20 18:13:01 +01:00
Benjamin Dauvergne 3ddbc74459 bump version to 1.3 2012-12-19 17:10:50 +01:00
Benjamin Dauvergne dc8cee6047 admin: use ModelAdminFormatter for displaying messages 2012-12-14 15:31:36 +01:00
Benjamin Dauvergne 1083533506 admin: added ModelAdminFormatter a subclass of string.Formatter
The naive approach to creating HTML formatted message does not work.
2012-12-14 15:31:03 +01:00
Benjamin Dauvergne e1f1e18c4a models: improved display for deleted data objects 2012-12-14 15:30:05 +01:00