You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Django 1.1, you can make fields in an Admin list view editable. I patched admin.py to make moderation_status editable. Now objects can be moderated directly from the list, which (I believe) makes separate views unnecessary.
The text was updated successfully, but these errors were encountered:
In Django 1.1, you can make fields in an Admin list view editable. I patched admin.py to make
moderation_status
editable. Now objects can be moderated directly from the list, which (I believe) makes separate views unnecessary.The text was updated successfully, but these errors were encountered: