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