google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Enable "save_on_top" in Models #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just a small feature request:

Add save_on_top = True to all models to improve usability. For each model
you can add a save bar at the top by declaring:

--- BEGIN ----------------------------------------

class ModelName(models.Model):
    .....

    class Admin:

        save_on_top = True

--- END ----------------------------------------

This is not really anything import but just an idea.

Thanks,
blis102

Original issue reported on code.google.com by Blis...@gmail.com on 14 Mar 2008 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by justin.d...@gmail.com on 14 Mar 2008 at 10:33

GoogleCodeExporter commented 9 years ago
Stupid javascript drop-downs don't work properly in Safari. Anyway, I'm fine 
with this. I'll check this into trunk 
next week.

- Justin

Original comment by justin.d...@gmail.com on 14 Mar 2008 at 10:34

GoogleCodeExporter commented 9 years ago
After further review, I'm not sure I like this tweak. To me it clutters the 
admin
interface. I think adding collapsible field-sets would be better solution for 
long
models. Willing to hear other opinions though.

Original comment by justin.d...@gmail.com on 18 Mar 2008 at 1:32

GoogleCodeExporter commented 9 years ago

Original comment by justin.d...@gmail.com on 23 Jul 2009 at 4:21