list_editable and save changes to individual row/cell

2010-06-25 Thread Jason Wang
Hi all, Does anyone know if there is a way to save changes on a per row/cell basis for forms with list_editable in django admin? I would like to have a button for each row and each cell to do that. Thanks a lot! Jason -- You received this message because you are subscribed to the Google

easy way of display an user bar?

2009-07-27 Thread Jason Wang
Hi all, I have a base.html from which almost all of my templates are derived, and i would like to place a "user bar" on top of every page, so that the user have easy access to their profiles and such. Would i need to pass request.user along to every view in context to be able to include say

question about template system

2009-03-18 Thread Jason Wang
Hi all, I have a problem where i have a list which stores a bunch of relevant key to another dictionary. I want to loop through the list and print out the information contained in the keys to output. Apparently it doesn't work. So for example i have the following: lst = ["a", "b"] dic =