Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport for reverse field ordering #108
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dspacejs commentedMay 24, 2018
•
edited
When using reverse ordering for a date field (such as
-created_at) the following error is thrown:You can use reverse ordering like this using Django's
Meta.ordering. But with Treebeard it doesn't work.Here's my code as an example:
Is there a way to do this with Treebeard? My nodes need to be ordered by most recent.
Cheers!