Commit Graph

128 Commits

Author SHA1 Message Date
Benjamin Dauvergne 2382c4eccf models: do not flatten object to unicode before formatting 2012-12-14 15:29:43 +01:00
Benjamin Dauvergne 0865a16695 middleware: process_response can be called without process_request having been
If any process_request return a not-None response it short-circuits the
calling of the following process_request; but it's not considered when
calling the process_response() methods.
2012-12-14 11:21:05 +01:00
Benjamin Dauvergne a81f0d2dcc locale: update fr translations 2012-12-14 01:00:37 +01:00
Benjamin Dauvergne 29f2dc7352 bump version to 1.2.0 2012-12-14 00:58:23 +01:00
Benjamin Dauvergne 2cb09f26c6 admin: prefetch tags of stringdata models 2012-12-14 00:57:15 +01:00
Benjamin Dauvergne 16cde562a6 admin: add filter link on tags 2012-12-14 00:56:53 +01:00
Benjamin Dauvergne 5ab130ace7 admin: use the new object_filter_link() to replace custom filter link construction in html_message() 2012-12-12 16:41:17 +01:00
Benjamin Dauvergne 9f52d07d92 admin: added filter link to user column content 2012-12-12 16:39:51 +01:00
Benjamin Dauvergne 07d860f609 admin: fixed missing allow_tags for user columns 2012-12-12 16:39:33 +01:00
Benjamin Dauvergne 5161df02e6 admin: added short descriptions for ip and user columns 2012-12-12 16:39:16 +01:00
Benjamin Dauvergne ae8530da56 admin: extracted method to create filter links 2012-12-12 16:38:56 +01:00
Benjamin Dauvergne b70197f32b fix unicode encode errors when using format 2012-12-12 16:29:54 +01:00
Benjamin Dauvergne 0c1e291f04 add middleware module 2012-12-12 16:13:42 +01:00
Benjamin Dauvergne 352e055c9b do not store None values for associated datas 2012-12-12 16:13:29 +01:00
Benjamin Dauvergne c1c8802327 admin: add user and ip columns
user and ip columns are self explanatory, they should be set by applications
2012-12-12 16:07:12 +01:00
Benjamin Dauvergne 9e48a6fe41 fixed typo 2012-12-12 16:04:21 +01:00
Benjamin Dauvergne c63fd09e1e log message at the level 'error' is associated tag is 'error' 2012-12-12 16:04:07 +01:00
Benjamin Dauvergne 0094a6be1d bump version to 1.1 2012-12-11 17:30:08 +01:00
Benjamin Dauvergne deff320526 added logging of all messages to the django.journal.<tag> domain
The text representation of the message is used.

If an exception occurs, we tried to log. It it still does not work,
we give up.
2012-12-11 17:27:53 +01:00
Benjamin Dauvergne 1d897a3dcc admin: fixed traceback for objects with no change page in the admin 2012-12-11 17:25:06 +01:00
Benjamin Dauvergne 0296def36b admin: fixed wasting of prefetched object
select_related() is forgetting already fetched related object.
2012-12-11 17:04:41 +01:00
Benjamin Dauvergne 8d17c15ca0 admin: changed message display in change page
No needs for filter links, it's only useful on the listing page.
2012-12-11 17:03:48 +01:00
Benjamin Dauvergne b33e7bc73c admin: fixed typo 2012-12-11 17:02:56 +01:00
Benjamin Dauvergne f1a2d54f1a grouped object creations in a transaction, use a cache for retrieving tags and templates 2012-12-11 17:01:52 +01:00
Benjamin Dauvergne aba33fce63 admin: added prefetching of the content_object 2012-12-10 15:51:05 +01:00
Benjamin Dauvergne a5bb7afcb3 admin: removed debugging statements 2012-12-10 15:50:29 +01:00
Benjamin Dauvergne 89acf125c9 models: reversed the default ordering 2012-12-10 15:50:12 +01:00
Benjamin Dauvergne 9c89d98874 first commit of django-journal 1.0 2012-12-10 14:27:15 +01:00