summaryrefslogtreecommitdiffstats
path: root/main/models.py
AgeCommit message (Expand)AuthorFilesLines
2014-03-22Make filename and directory name fields accept longer valuesDan McGee1-2/+2
2013-11-26Capitalize URL properly in Django adminDan McGee1-1/+1
2013-11-26Merge branch 'cleaned-reqdby'Dan McGee1-3/+18
2013-11-11Filtered requiredby list for non-primary dependsDan McGee1-3/+18
2013-11-07Drop old base64-ed PGP signature columnDan McGee1-1/+0
2013-11-07Move signature data from base64 string to bytes typeDan McGee1-7/+2
2013-11-07Add new `signature_bytes` field on package modelDan McGee1-3/+4
2013-04-22Add 'required_signoffs' field to Arch modelDan McGee1-0/+2
2013-04-17Sort required by entries by dependency typeDan McGee1-2/+10
2013-04-17Various minor code cleanups and fixesDan McGee1-7/+5
2013-04-14Remove cache_function decorator from a few spotsDan McGee1-4/+1
2013-02-27Disable more @cache_function usageDan 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-05Update 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 providesDan 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-05get_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-27Cleanup 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-21Don't blow up when pgp signature data is '' on a packageDan McGee1-0/+2
2012-08-21Mark nullable fields as blank on package modelDan McGee1-2/+2
2012-08-16Ensure reverse conflicts match architecture if applicableDan McGee1-0/+4
2012-08-09Migrate flag request version info to new formatDan McGee1-2/+6
2012-08-08Make 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-25Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee1-2/+3
2012-05-19Drop old PackageDepend modelDan McGee1-71/+0
2012-05-19Switch to usage of new Depend objectDan McGee1-3/+4
2012-05-19Simplify 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-22Add an index on packages last update columnDan 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