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
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: