Skip to content
Snippets Groups Projects
Commit 9cd9a14e authored by Branson Stephens's avatar Branson Stephens
Browse files

removed ordering of EventLogs by -created. This should not be necessary anymore.

parent 3fc376b7
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,6 @@ class Event(models.Model):
class EventLog(models.Model):
class Meta:
ordering = ["-created"]
unique_together = ("event","N")
event = models.ForeignKey(Event, null=False)
created = models.DateTimeField(auto_now_add=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment