summaryrefslogtreecommitdiffstats
path: root/main/models.py
AgeCommit message (Expand)AuthorFilesLines
2013-11-25Capitalize URL properly in Django adminDan McGee1-1/+1
2013-11-25Merge branch 'cleaned-reqdby'release_2013-11-25Dan McGee1-3/+18
2013-11-11Filtered requiredby list for non-primary dependsDan McGee1-3/+18
2013-11-06Drop old base64-ed PGP signature columnDan McGee1-1/+0
2013-11-06Move signature data from base64 string to bytes typeDan McGee1-7/+2
2013-11-06Add new `signature_bytes` field on package modelDan McGee1-3/+4
2013-04-22Add 'required_signoffs' field to Arch modelDan McGee1-0/+2
2013-04-16Sort required by entries by dependency typeDan McGee1-2/+10
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee1-7/+5
2013-04-14Remove cache_function decorator from a few spotsDan McGee1-4/+1
2013-02-27Disable more @cache_function usagerelease_2013-02-27Dan McGee1-2/+2
2013-02-27Remove caching on reverse_conflictsDan McGee1-1/+1
2013-02-09Change caching strategy on package.applicable_archesDan McGee1-4/+7
2013-02-09Revert "Reduce query count when retrieving satisfiers and providers"Dan McGee1-2/+2
2013-02-04Update exception to DeveloperKey.DoesNotExistDan McGee1-1/+1
2013-02-03Use DeveloperKey model on package page and reportsDan McGee1-2/+4
2013-01-20Fix error in get_requiredby() when checking providesrelease_2013-01-20Dan McGee1-0/+1
2013-01-20Query performance enhancements in get_requiredby()Dan McGee1-5/+6
2012-12-31Minor coding style tweaksDan McGee1-1/+3
2012-12-31Add 'created' field to packages modelDan McGee1-0/+3
2012-12-28Retrieve arch and repo too when calling reverse_conflictsDan McGee1-1/+1
2012-12-28Reduce query count when retrieving satisfiers and providersDan McGee1-2/+2
2012-12-28Remove old todo list modelsDan McGee1-63/+0
2012-12-04get_latest_by cleanupsDan McGee1-1/+1
2012-11-27Don't cache package properties as aggressivelyDan McGee1-3/+0
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee1-1/+1
2012-10-26Cleanup meta model attributesDan McGee1-3/+2
2012-09-30Remote errant print() statementDan McGee1-1/+0
2012-09-30PEP8 cleanups for main/modelsDan McGee1-0/+9
2012-09-04Filter out spam flag requests on package details pageDan McGee1-1/+1
2012-08-20Don't blow up when pgp signature data is '' on a packageDan McGee1-0/+2
2012-08-20Mark nullable fields as blank on package modelDan McGee1-2/+2
2012-08-15Ensure reverse conflicts match architecture if applicableDan McGee1-0/+4
2012-08-08Migrate flag request version info to new formatDan McGee1-2/+6
2012-08-07Make use of new ctypes ALPM APIDan McGee1-7/+48
2012-08-07Add reverse conflicts to package detailsDan McGee1-0/+10
2012-08-05Smarter handling of multilib packages in "Versions Elsewhere"Dan McGee1-1/+9
2012-08-04Make adjustments for optional -> deptype conversionDan McGee1-2/+7
2012-07-31Update several bits and pieces for staging packagesDan McGee1-11/+24
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee1-2/+3
2012-05-18Drop old PackageDepend modelDan McGee1-71/+0
2012-05-18Switch to usage of new Depend objectDan McGee1-3/+4
2012-05-18Simplify get_best_satisfier and get_providersDan McGee1-27/+24
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee1-3/+4
2012-04-21Add an index on packages last update columnrelease_2012-04-21Dan McGee1-1/+1
2012-04-20UserProfile model and fields shuffleDan McGee1-56/+2
2012-04-03Include category when linking to bug reportsDan McGee1-1/+1
2012-03-26Rename 'packagedepend_set' attribute to 'depends'Dan McGee1-2/+2
2012-03-24Revert "Add some dev dashboard info regarding signed package count"Dan McGee1-4/+0
2012-03-23Make all datetime objects fully timezone awareDan McGee1-2/+2