summaryrefslogtreecommitdiffstats
path: root/packages/views/display.py
AgeCommit message (Expand)AuthorFilesLines
2013-04-17Various minor code cleanups and fixesDan McGee1-2/+0
2013-04-17Add 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-14Use content_type and not mimetype on HttpResponse()Dan McGee1-2/+2
2012-10-27Extract some common architecture grabbing logicDan McGee1-6/+9
2012-08-01Revert "Fall back to 410 Gone for package files view as well"Dan McGee1-10/+2
2012-08-01Reuse removed template for packages with multiple replacementsDan McGee1-4/+20
2012-08-01Add package details redirect for package replacementsDan McGee1-1/+13
2012-08-01Rework package details dispatch codeDan McGee1-37/+45
2012-07-25Replace deprecated direct_to_template() with render() shortcutDan McGee1-8/+5
2012-07-24Fall back to 410 Gone for package files view as wellDan McGee1-2/+10
2012-07-24Ensure package files JS can support corner casesDan McGee1-0/+6
2012-07-24Remove 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