johnmnemonik / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add custom ordering in photo list #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Uploading some .zip photos, you have automatically ordering= ['-date_added'] 
also in template structure. So if you visualize a photo gallery, you have the 
image form last added to firs added.

This is right in some case, but if you want to create a personal gallery, you 
should have a possibility to order from first to last inserted picture.

So you should insert a different pubblic() function in Photo models that print 
in date_added ASC.

I'm using Ubuntu.

Original issue reported on code.google.com by cellarosi on 13 May 2011 at 3:13