dlamotte / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

TagField won't be updated saving proxy models #226

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you use TagField in a model and create a proxy for that model, then the
modification of the tags trough the proxy's admin wont't update the tag
cache. It seems that the save signals (connected by the tagging module to
the original model) aren't emited. (django 1.1.1 final)

Original issue reported on code.google.com by bencevol...@gmail.com on 28 Nov 2009 at 8:26