index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
decorators
Age
Commit message (
Expand
)
Author
2012-08-11
[py3] Various minor syntax fixes in the test suite
Claude Paroz
2012-05-12
Replaced im_func and im_self by __func__ and __self__.
Claude Paroz
2012-05-03
Made warning assertions work with or without -Wall python switch
Claude Paroz
2012-05-03
Used catch_warnings instead of save/restore methods. Refs #17049.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-02-09
Fixed #15840 -- Wrapped inner function of the condition decorator with functo...
Jannis Leidel
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-06-08
Deprecated legacy ways of calling cache_page
Luke Plant
2011-05-30
Fixed #14261 - Added clickjacking protection (X-Frame-Options header)
Luke Plant
2011-05-23
Refactoring of 'fully_decorated' for clarity and removal of duplication.
Luke Plant
2011-04-28
Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEA...
Jannis Leidel
2011-03-28
Made a bunch of simplifications now that we don't support Python 2.4
Adrian Holovaty
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-10-21
Fixed a bug with method_decorator not preserving the attributes of the wrappe...
Luke Plant
2010-10-21
Removed old code with Python 2.3 compatibility
Luke Plant
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-09-21
Fixed #12019 - backwards compatibility issues with cache_page decorator.
Luke Plant
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-02-09
Fixed #12804 - regression with decorating admin views.
Luke Plant
2009-09-28
Added 'key_prefix' keyword argument to cache_page()
Luke Plant
2009-09-26
Corrected regressions introduced in r11586 and r11593
Luke Plant
2009-09-21
Fixed #6371 - several decorators don't work with bound methods.
Luke Plant
2009-04-01
Fixed #9474: user_passes_test may now be applied multiple times.
Jacob Kaplan-Moss
2008-02-26
Fixed a missing __init__.py from [7153]
Jacob Kaplan-Moss
2008-02-25
Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...
Gary Wilson Jr