google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Convert all messaging to new django messaging framework #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Where ever we are using messaging, like after addtool or credential copy we 
will need to change code to use messaging framework.

We are already getting these warnings:

/yabiadmin/yabiadmin/virt_yabiadmin/lib/python2.6/site-packages/django/contrib/a
uth/models.py:392: DeprecationWarning: The user messaging API is deprecated. 
Please update your code to use the new messages framework. 
category=DeprecationWarning)

Original issue reported on code.google.com by amacgregor on 28 Feb 2012 at 6:47

GoogleCodeExporter commented 9 years ago
Fixed in b1c8af43f82c on amacgregor-1
We were already using messages framework in some places.

Original comment by amacgregor on 15 May 2012 at 4:14