summaryrefslogtreecommitdiffstats
path: root/feeds.py
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Connect post_save signals where they will always be triggeredDan McGee1-23/+2
2010-10-08Fix potential race conditions in cachingDan McGee1-14/+14
2010-10-07Ensure last modified times use UTCDan McGee1-0/+16
2010-10-07Store package feed last modified date in memcachedDan McGee1-9/+28
2010-10-07Store latest news date in memcachedDan McGee1-2/+23
2010-10-07Factor out common last modified code for news feedDan McGee1-7/+12
2010-09-14Improve request handling for feeds that haven't changedDan McGee1-0/+37
2010-09-08Use arch.agnostic flag everywhereDan McGee1-2/+2
2010-09-08Move news model to an appropriate placeDan McGee1-1/+3
2010-08-28PyLint suggested cleanupsDan McGee1-2/+1
2010-08-27Remove an unnecessary iexactDan McGee1-1/+1
2010-06-08Update feeds to new 1.2 frameworkDan McGee1-11/+11
2010-05-04feeds: move link from method to attributeDan McGee1-3/+2
2010-02-10Remove archweb prefix from all importsDan McGee1-1/+1
2010-02-04feeds: add per arch, per repo feed abilityDan McGee1-9/+51
2010-01-31Make the feed titles more descriptiveDan McGee1-5/+4
2010-01-31Use select_related() to make a few more places more performantDan McGee1-2/+2
2009-11-09added feeds from archweb_pubIsmael Carnales1-0/+36
2007-12-30Removed feeds from devsiteeliott1-35/+0
2007-12-29Massive retab fest.eliott1-0/+2
2007-12-22renamed importseliott1-2/+2
2007-11-17Stupid change.eliott1-1/+1
2007-11-06Retab.eliott1-16/+16
2007-11-06Fix bug FS#8417eliott1-0/+4
2007-11-03Initial import for public release...eliott1-0/+29