mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +00:00
Order RIGSVersions by date
This commit is contained in:
@@ -174,6 +174,7 @@ class RIGSVersionManager(VersionQuerySet):
|
||||
class RIGSVersion(Version):
|
||||
class Meta:
|
||||
proxy = True
|
||||
ordering = ['-date_created']
|
||||
|
||||
objects = RIGSVersionManager.as_manager()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user