Improvements to admin interface. · Issue #1904 · encode/django-rest-framework (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
The basics of the admin interface have now been merged and will be released in an upcoming 3.2 version. Various incremental improvements to follow. Right now the interface isn't really intended for overriding - we need to change that so that it's easy to modify the behavior and get it working for more than just simple API use cases.
- Clean up detail vs list pages and templates (extend base)
- Documentation on overriding.
- Don't always just include the format in outgoing URLs - only do so on defined links in browsable API.
- Actions and naming of buttons etc (Inc ensuring internationalized), also clean modal overriding.
- Messages on edit operations.
- Strip 'format' for the main HTML representation.
- Form modals to only include the name part of hyperlinks in select elements.
- SlugRelatedField should hyperlink.
- Update Heroku example
- Filters in HTML.
- Document the HTML form API. (Possibly with eg nesting and/or list support)