This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1aae1cba99
django
/
tests
/
regressiontests
/
decorators
History
Claude Paroz
00c0d3c44e
Made warning assertions work with or without -Wall python switch
2012-05-03 20:18:05 +02:00
..
__init__.py
Fixed a missing __init__.py from [7153]
2008-02-26 20:23:10 +00:00
models.py
Fixed
#5701
-- Fixed decorators to take the name, attributes, and docstring of the function they decorate by adding a modified version of the `functools.wraps` function from Python 2.5. `wraps` has been altered to work with Django's `curry` function and with Python 2.3, which doesn't allow assignment of a function's `__name__` attribute. This fixes severaly annoyances, such as the online documentation for template filters served by the admin app. This change is backwards incompatible if, for some reason, you were relying on the name of a Django decorator instead of the function it decorates.
2008-02-25 06:02:35 +00:00
tests.py
Made warning assertions work with or without -Wall python switch
2012-05-03 20:18:05 +02:00