django
|
5ca0b9203b
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.
|
%!s(int64=17) %!d(string=hai) anos |
docs
|
3eec925f73
Fixed a few errors in the documentation. Thanks, Matthew Flanagan, panni@fragstore.net and adamv.
|
%!s(int64=17) %!d(string=hai) anos |
examples
|
f69cf70ed8
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
%!s(int64=19) %!d(string=hai) anos |
extras
|
aad8342aa4
Fixed #6661: fixed a bug with bash completion and python -i. Thanks, Soeren Sonnenburg.
|
%!s(int64=17) %!d(string=hai) anos |
scripts
|
b91226027e
Added a man page for django-admin.py. Also install it correctly as part of the
|
%!s(int64=18) %!d(string=hai) anos |
tests
|
5ca0b9203b
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.
|
%!s(int64=17) %!d(string=hai) anos |
AUTHORS
|
c1f45c326c
Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures specified as an absolute path were being loaded multiple times. Thanks to btoll@bestweb.net for the report, fix, and catch of a duplicate ticket.
|
%!s(int64=17) %!d(string=hai) anos |
INSTALL
|
e3bb401181
Added section to INSTALL about an alternative install method that avoids using an Internet connection
|
%!s(int64=18) %!d(string=hai) anos |
LICENSE
|
1380de538a
Changed name on LICENSE to be lawyerriffic
|
%!s(int64=19) %!d(string=hai) anos |
MANIFEST.in
|
06031a8f2e
Fixed #4077 -- Added Databrowse templates to MANIFEST.in. Thanks, Dirk Datzert
|
%!s(int64=18) %!d(string=hai) anos |
README
|
b1df360961
Testing once again -- sorry!.
|
%!s(int64=17) %!d(string=hai) anos |
setup.cfg
|
b9d077c10d
Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in a
|
%!s(int64=18) %!d(string=hai) anos |
setup.py
|
dd2afd7105
Changed setup.py to work no matter where it is called from. We were previously
|
%!s(int64=17) %!d(string=hai) anos |