-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Short title for Section and Page #1017
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests are missing, even though it's mainly Django and DRF stuff
I think I would need to add this to the import (#810) afterwards as well |
|
Ah crap and to the export! |
yes, I think to have a model field represented in a test fixture should be a minimum or not?? |
I don't think we need that every time. We need to update the fixtures and the xml files at one point in the future, but not now. |
Force push after interactive rebase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
This PR adds a new field
short_title
toSection
andPage
. If set, this field populates the navigation instead of thetitle
which might be to long. See also #363 and #346.