Commit Graph

12 Commits

Author SHA1 Message Date
Benjamin Dauvergne 4907d911e1 first commit 2012-12-11 17:31:08 +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