index
:
server/parabolaweb
archweb
archweb-generic
lukeshu/netboot
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main
/
models.py
Age
Commit message (
Expand
)
Author
2013-11-25
Capitalize URL properly in Django admin
Dan McGee
2013-11-25
Merge branch 'cleaned-reqdby'
release_2013-11-25
Dan McGee
2013-11-11
Filtered requiredby list for non-primary depends
Dan McGee
2013-11-06
Drop old base64-ed PGP signature column
Dan McGee
2013-11-06
Move signature data from base64 string to bytes type
Dan McGee
2013-11-06
Add new `signature_bytes` field on package model
Dan McGee
2013-04-22
Add 'required_signoffs' field to Arch model
Dan McGee
2013-04-16
Sort required by entries by dependency type
Dan McGee
2013-04-16
Various minor code cleanups and fixes
release_2013-04-16
Dan McGee
2013-04-14
Remove cache_function decorator from a few spots
Dan McGee
2013-02-27
Disable more @cache_function usage
release_2013-02-27
Dan McGee
2013-02-27
Remove caching on reverse_conflicts
Dan McGee
2013-02-09
Change caching strategy on package.applicable_arches
Dan McGee
2013-02-09
Revert "Reduce query count when retrieving satisfiers and providers"
Dan McGee
2013-02-04
Update exception to DeveloperKey.DoesNotExist
Dan McGee
2013-02-03
Use DeveloperKey model on package page and reports
Dan McGee
2013-01-20
Fix error in get_requiredby() when checking provides
release_2013-01-20
Dan McGee
2013-01-20
Query performance enhancements in get_requiredby()
Dan McGee
2012-12-31
Minor coding style tweaks
Dan McGee
2012-12-31
Add 'created' field to packages model
Dan McGee
2012-12-28
Retrieve arch and repo too when calling reverse_conflicts
Dan McGee
2012-12-28
Reduce query count when retrieving satisfiers and providers
Dan McGee
2012-12-28
Remove old todo list models
Dan McGee
2012-12-04
get_latest_by cleanups
Dan McGee
2012-11-27
Don't cache package properties as aggressively
Dan McGee
2012-11-16
Use python set comprehension syntax supported in 2.7
Dan McGee
2012-10-26
Cleanup meta model attributes
Dan McGee
2012-09-30
Remote errant print() statement
Dan McGee
2012-09-30
PEP8 cleanups for main/models
Dan McGee
2012-09-04
Filter out spam flag requests on package details page
Dan McGee
2012-08-20
Don't blow up when pgp signature data is '' on a package
Dan McGee
2012-08-20
Mark nullable fields as blank on package model
Dan McGee
2012-08-15
Ensure reverse conflicts match architecture if applicable
Dan McGee
2012-08-08
Migrate flag request version info to new format
Dan McGee
2012-08-07
Make use of new ctypes ALPM API
Dan McGee
2012-08-07
Add reverse conflicts to package details
Dan McGee
2012-08-05
Smarter handling of multilib packages in "Versions Elsewhere"
Dan McGee
2012-08-04
Make adjustments for optional -> deptype conversion
Dan McGee
2012-07-31
Update several bits and pieces for staging packages
Dan McGee
2012-07-24
Remove custom utc_now() function, use django.utils.timezone.now()
Dan McGee
2012-05-18
Drop old PackageDepend model
Dan McGee
2012-05-18
Switch to usage of new Depend object
Dan McGee
2012-05-18
Simplify get_best_satisfier and get_providers
Dan McGee
2012-05-02
Ensure order_by default value is cleared when using distinct()
Dan McGee
2012-04-21
Add an index on packages last update column
release_2012-04-21
Dan McGee
2012-04-20
UserProfile model and fields shuffle
Dan McGee
2012-04-03
Include category when linking to bug reports
Dan McGee
2012-03-26
Rename 'packagedepend_set' attribute to 'depends'
Dan McGee
2012-03-24
Revert "Add some dev dashboard info regarding signed package count"
Dan McGee
2012-03-23
Make all datetime objects fully timezone aware
Dan McGee
[next]