google-code-export / django-syncr

Automatically exported from code.google.com/p/django-syncr
0 stars 0 forks source link

Twitter App has no Ordering Defined in Models.py #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Seems like an oversight but I believe the twitter app needs:

    class Meta:
        ordering = ('-pub_time',)
        get_latest_by = 'pub_time'

Original issue reported on code.google.com by bradford...@gmail.com on 25 Feb 2009 at 1:03

GoogleCodeExporter commented 9 years ago
The models are indeed very simplistic and could do with some fleshing out;

http://code.google.com/p/django-syncr/source/browse/trunk/twitter/models.py

Original comment by douga...@gmail.com on 2 Mar 2009 at 11:14

GoogleCodeExporter commented 9 years ago
The models are pretty simple... I wrote the twitter parts as a bit of an after 
thought. What else would be helpful 
to include as features/data?

Original comment by jesse.l...@gmail.com on 2 Mar 2009 at 2:56