Skip to content
Snippets Groups Projects
Commit 35284c6f authored by Todd Dembrey's avatar Todd Dembrey Committed by Dan Braghis
Browse files

fixup! Make count of comments personalised for the user

parent 41fb83c5
No related branches found
No related tags found
Loading
...@@ -27,6 +27,7 @@ class Migration(migrations.Migration): ...@@ -27,6 +27,7 @@ class Migration(migrations.Migration):
('user', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)), ('user', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)),
], ],
options={ options={
'base_manager_name': 'objects',
'ordering': ['-timestamp'], 'ordering': ['-timestamp'],
}, },
), ),
......
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