Changes between Version 24 and Version 25 of DjangoDesign
- Timestamp:
- Feb 23, 2010, 8:40:37 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoDesign
v24 v25 33 33 http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/widgets.py#L238 (hardcoded image, including width and height, this should go to CSS)[[BR]] 34 34 IMO, getting rid of almost all hardcoded elements is the base for a more extensible, customizable and easier to change/adapt interface (PK). 35 36 === Add a Cancel button on the submit_row of the change form === 37 38 If you go to the change form of an object, there is no obvious way to go back to the change list without saving changes. There are only options for how to save changes. 35 39 36 40 == Big Ideas ==