summaryrefslogtreecommitdiffstats
path: root/patchwork/requestcontext.py
Commit message (Collapse)AuthorAgeFilesLines
* patchwork/views: request.REQUEST is deprecated in django 1.8Jeremy Kerr2015-06-051-1/+7
| | | | | | .. so do explicit accesses to request.GET or request.POST. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Move to a more recent django project structureJeremy Kerr2015-05-271-0/+89
This change updates patchwor to the newer project struture: we've moved the actual application out of the apps/ directory, and the patchwork-specific templates to under the patchwork application. This gives us the manage.py script in the top-level now. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>