| Age | Commit message (Expand) | Author |
| 2006-10-27 | Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet... | Adrian Holovaty |
| 2006-10-24 | Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ... | Adrian Holovaty |
| 2006-10-19 | Overdue, but added Meir Kriheli to AUTHORS -- he contributed bidi support | Adrian Holovaty |
| 2006-09-30 | Clarified documentation to indicate that authenticating a user doesn't imply ... | Russell Keith-Magee |
| 2006-09-27 | Reintroduced the changes from [3855] with more flexible handling of version | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2827 -- Reverted [3855] | Adrian Holovaty |
| 2006-09-26 | Added Tyson as contributor following help on #1816/#2243. | Russell Keith-Magee |
| 2006-09-26 | Fixed #2188 -- Raise an error when using long CharFields in combination with | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2194 -- Tweaked error message for unique_together validator to display | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc. | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2783 -- Fixed one-to-one fields to work with any primary key data type | Malcolm Tredinnick |
| 2006-09-25 | Fixed #2771 -- Tweaked Django's doctest module so that it also works with | Malcolm Tredinnick |
| 2006-09-24 | Fixed #2674 -- Added stricter date validation so that things like 2006-11-31 | Malcolm Tredinnick |
| 2006-09-24 | Fixed #2600 -- Added an option to allow serving admin media from a custom path | Malcolm Tredinnick |
| 2006-09-23 | A corrected version of r3805. | Malcolm Tredinnick |
| 2006-09-23 | Reverting r3805 whilst I track down a potential problem with it. | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2613 -- Fixed an easily triggered memory error in file uploads for WSGI. | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2454 -- Make "ifchanged" tag work more predictably inside nested | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2790 -- Removed duplicate entry. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2520 -- Fixed a problem with invalid SQL being generated by admin | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IP | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2649 -- Clarified behaviour of editable attribute on models. Thanks, | Malcolm Tredinnick |
| 2006-09-21 | Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro. | Malcolm Tredinnick |
| 2006-09-11 | Fixed #2700 -- Improved introspection for MySQL. Thanks for the patch, serbau... | Adrian Holovaty |
| 2006-09-11 | Added ant9000@netwise.it to AUTHORS | Adrian Holovaty |
| 2006-09-04 | Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w... | Russell Keith-Magee |
| 2006-08-31 | Fixed #2628 -- Added django.contrib.sitemap. Thanks for the patch, Dan Watson | Adrian Holovaty |
| 2006-08-31 | Fixed #2441 -- Improved MultiValueDict.update() to take keyword args, like Py... | Adrian Holovaty |
| 2006-08-18 | Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen... | Adrian Holovaty |
| 2006-08-12 | Fixed #2514 -- Improved psycopg2 backend to save/load Unicode strings correct... | Adrian Holovaty |
| 2006-08-11 | Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to ... | Adrian Holovaty |
| 2006-08-10 | Fixed #2517 -- Improved inspectdb to handle table column names that contain s... | Adrian Holovaty |
| 2006-08-02 | Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simo... | Adrian Holovaty |
| 2006-08-01 | Fixed #2370 -- It's now possible to pass default URLconf arguments to include... | Adrian Holovaty |
| 2006-07-28 | Added Jay Parlar to AUTHORS -- sorry I missed you the first time, Jay! | Jacob Kaplan-Moss |
| 2006-07-28 | Made some much-needed updates to AUTHORS | Adrian Holovaty |
| 2006-07-10 | Fixed #2301 -- Added list_display_links option to 'class Admin', which regula... | Adrian Holovaty |
| 2006-07-07 | Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise... | Adrian Holovaty |
| 2006-06-20 | Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ... | Adrian Holovaty |
| 2006-06-20 | Fixed #2189 -- Optimized auth.User.get_all_permissions() to use select_relate... | Adrian Holovaty |
| 2006-06-07 | Added ckknight to AUTHORS | Adrian Holovaty |
| 2006-06-01 | Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropp... | Adrian Holovaty |
| 2006-05-26 | Fixed #1935 -- Initial SQL data now works in SQLite if there are multiple sta... | Adrian Holovaty |
| 2006-05-26 | Added phil@produxion.net to AUTHORS. Refs #1997 | Adrian Holovaty |
| 2006-05-15 | Fixed #1884 -- Made django.db.models.options.get_verbose_name smarter. Thanks... | Adrian Holovaty |
| 2006-05-15 | Fixed #1852 -- Improved TemplateSyntaxError to display the original exception... | Adrian Holovaty |
| 2006-05-15 | Fixed #1849 -- Slugifying now collapses consecutive hyphens to a single hyphe... | Adrian Holovaty |
| 2006-05-05 | Fixed #1729 -- Changed get_FIELD_filename() to return an empty string when fi... | Adrian Holovaty |
| 2006-05-05 | Fixed #1766 -- Fixed bug in syncdb where it allowed two models to have the sa... | Adrian Holovaty |