django1/django
Adrian Holovaty d599052a15 Added AllValuesFilterSpec to admin changelist filters, which lets you put any arbitrary field in Admin.list_filter. To determine the list of all available choices, Django does a SELECT DISTINCT. Note this is backwards-incompatible for people who have defined and registered their own FilterSpecs, because each FilterSpec now takes a 'model' parameter.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3136 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-16 19:42:06 +00:00
..
bin MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
conf fixed #2113: fixed 'pl' translation of date formats 2006-06-12 14:49:05 +00:00
contrib Added AllValuesFilterSpec to admin changelist filters, which lets you put any arbitrary field in Admin.list_filter. To determine the list of all available choices, Django does a SELECT DISTINCT. Note this is backwards-incompatible for people who have defined and registered their own FilterSpecs, because each FilterSpec now takes a 'model' parameter. 2006-06-16 19:42:06 +00:00
core Added generic foreign key support to Django. Much thanks to Ian Holsman and 2006-06-16 19:18:30 +00:00
db Fixed typo in docstring in db/transaction.py 2006-06-16 19:35:57 +00:00
dispatch MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
forms Fixed #2109 -- Convert old-style classes to new-style classes throughout Django. Thanks, Nicola Larosa 2006-06-08 05:00:13 +00:00
http MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
middleware Fixed #2109 -- Convert old-style classes to new-style classes throughout Django. Thanks, Nicola Larosa 2006-06-08 05:00:13 +00:00
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
template Fixed #2127 -- Made datetime filters fail silently when passed empty strings or 2006-06-11 00:33:44 +00:00
templatetags fixed #1660: added support functions and tags for bidi language support 2006-05-16 07:35:20 +00:00
utils Fixed #2109 -- Convert old-style classes to new-style classes throughout Django. Thanks, Nicola Larosa 2006-06-08 05:00:13 +00:00
views Fixed #2153 -- display debugging template even if no stack frame is found. 2006-06-14 11:44:56 +00:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00