Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-261-4/+4
* Fixed #25269 -- Allowed method_decorator() to accept a li...fabrizio ettore messina2015-09-191-4/+18
* Fixed #25146 -- Allowed method_decorator() to decorate cl...Rigel Di Scala2015-08-011-4/+29
* Fixed #24965 -- Made LiveServerTestCase.live_server_url a...Moritz Sichert2015-06-121-0/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed typo in django/utils/decorators.py comment.Tom V2014-11-241-1/+1
* Factorize some code using ContextDecorator.Thomas Chaumeny2014-08-281-0/+20
* Fixed #23287 -- Updated error message for classonlymethod...Tim Graham2014-08-151-1/+1
* Fixed #21247 -- Made method_decorator play nicely with de...Marc Tamlyn2014-02-091-1/+1
* Fixed #21513 -- Added method_decorator support for argume...dpwrussell2014-01-101-2/+6
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+2
* Restricted a workaround for a bug in Python to the affect...Aymeric Augustin2013-03-121-2/+10
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #16004 - csrf_protect does not send cookie if view ...Luke Plant2011-05-241-4/+11
* Replaced old-style with new-style decorator syntax.Jannis Leidel2011-05-011-1/+2
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-4/+1
* Fixed #14512 -- Added documentation on how to apply decor...Russell Keith-Magee2010-11-201-1/+5
* Fixed a bug with method_decorator not preserving the attr...Luke Plant2010-10-211-2/+15
* Corrected 'name' of functions wrapped with method_decoratorLuke Plant2010-05-131-1/+3
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-1/+1
* Fixed #13093 -- Updated some decorators and the decorator...Russell Keith-Magee2010-03-121-3/+9
* Fixed #12804 - regression with decorating admin views.Luke Plant2010-02-091-36/+18
* Licence block for code added in r11586Luke Plant2009-10-151-0/+13
* Removed some unused code and improved docstring on auto_a...Luke Plant2009-10-011-6/+4
* Fixed typo in docstring for decorator_from_middleware_wit...Luke Plant2009-09-221-1/+1
* Fixed #6371 - several decorators don't work with bound me...Luke Plant2009-09-221-49/+77
* Fixed #6679 -- In `decorator_from_middleware`, don't unpa...Gary Wilson Jr2008-03-171-1/+1
* Fixed #5701 -- Fixed decorators to take the name, attribu...Gary Wilson Jr2008-02-251-1/+5
* Corrected misleading comment from [5619]. Not sure what I...Malcolm Tredinnick2007-07-071-3/+4
* Fixed #1015 -- Fixed decorator_from_middleware to return ...Malcolm Tredinnick2007-07-051-1/+24
* Fixed #878 -- URLconf regex captures no longer have to be...Adrian Holovaty2005-11-271-1/+1
* Fixed bug in django.utils.decorators.decorator_from_middl...Adrian Holovaty2005-11-041-1/+1
* Fixed #616 -- Added a process_exception() hook to middlew...Adrian Holovaty2005-10-151-1/+8
* Fixed #600 -- decorator_from_middleware now handles proce...Adrian Holovaty2005-10-101-0/+4
* Added django.utils.decorators, from Hugo's #580 patch. Re...Adrian Holovaty2005-10-081-0/+22