summaryrefslogtreecommitdiffstats
path: root/packages/views/display.py
AgeCommit message (Expand)AuthorFilesLines
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee1-2/+0
2013-04-16Add shortcut for HEAD requests on slower viewsDan McGee1-0/+3
2013-04-13Show replacments for package if it has been removedDan McGee1-0/+2
2013-02-16Make page a query string parameter on package searchDan McGee1-0/+2
2013-01-23Use more modern verison of string template formattingDan McGee1-6/+2
2013-01-23Use querysets for calls to get_object_or_404(Package)Dan McGee1-4/+4
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee1-2/+2
2012-10-26Extract some common architecture grabbing logicDan McGee1-6/+9
2012-07-31Revert "Fall back to 410 Gone for package files view as well"release_2012-07-31Dan McGee1-10/+2
2012-07-31Reuse removed template for packages with multiple replacementsDan McGee1-4/+20
2012-07-31Add package details redirect for package replacementsDan McGee1-1/+13
2012-07-31Rework package details dispatch codeDan McGee1-37/+45
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee1-8/+5
2012-07-23Fall back to 410 Gone for package files view as wellDan McGee1-2/+10
2012-07-23Ensure package files JS can support corner casesDan McGee1-0/+6
2012-07-23Remove files list AJAX conditionalsDan McGee1-4/+0
2012-07-23Add '410 Gone' support for packages moved out of repositoriesDan McGee1-5/+41
2012-07-21Split details/display package views into new moduleDan McGee1-0/+160