summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages/middleware.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ↵Carl Meyer2016-06-171-12/+2
| | | | exception handling.
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-1/+12
| | | | | Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Fixed all E261 warningscoagulant2013-11-021-1/+1
|
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+1
|
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-051-1/+1
| | | | | Thanks to berkerpeksag for the report and to claudep for the review.
* Fixed #8376 -- Use request.path and request.path_info at the right moments whenMalcolm Tredinnick2008-08-211-1/+1
| | | | | | | serving data in the flatpage middleware. Patch from jcassee. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #2109 -- Convert old-style classes to new-style classes throughout ↵Adrian Holovaty2006-06-081-1/+1
| | | | | | Django. Thanks, Nicola Larosa git-svn-id: http://code.djangoproject.com/svn/django/trunk@3113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly ↵Adrian Holovaty2006-05-021-3/+3
| | | | | | backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #845 -- flatpages middleware no longer throws 404 exception for ↵Adrian Holovaty2005-11-201-0/+3
| | | | | | DEBUG=True. Thanks, Hugo git-svn-id: http://code.djangoproject.com/svn/django/trunk@1296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ↵Adrian Holovaty2005-11-111-0/+15
apps in django.contrib that are NOT installed by default. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for full migration information. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1166 bcc190cf-cafb-0310-a4f2-bffc1f526a37