fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove bottom border in main menu
[wolnelektury.git]
/
src
/
picture
/
models.py
diff --git
a/src/picture/models.py
b/src/picture/models.py
index
5bc8d49
..
dc7142c
100644
(file)
--- a/
src/picture/models.py
+++ b/
src/picture/models.py
@@
-101,7
+101,7
@@
class Picture(models.Model):
pass
class Meta:
- ordering = ('sort_key
',
)
+ ordering = ('sort_key
_author', 'sort_key'
)
verbose_name = _('picture')
verbose_name_plural = _('pictures')