evorepo/news
Dan McGee c0bf9e2066 Remove custom utc_now() function, use django.utils.timezone.now()
This was around from the time when we handled timezones sanely and
Django did not; now that we are on 1.4 we no longer need our own code to
handle this.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-07-24 19:57:20 -05:00
..
migrations Fix ContentType related migrations 2012-04-20 11:15:03 -05:00
__init__.py Initial import for public release... 2007-11-03 03:45:10 -04:00
admin.py Spruce up news admin view 2010-09-15 09:04:00 -05:00
models.py Remove custom utc_now() function, use django.utils.timezone.now() 2012-07-24 19:57:20 -05:00
urls.py Migrate news views to class-based generic views 2012-04-27 09:12:26 -05:00
views.py Ensure order_by default value is cleared when using distinct() 2012-05-02 09:37:46 -05:00