| Age | Commit message (Expand) | Author |
| 2006-05-06 | Fixed #1579 - added support for 'Q' objects in limit_choices_to. | Luke Plant |
| 2006-05-05 | Fixed #1722 -- Fixed bug in CommentManager.user_is_moderator(). Thanks, Jure ... | Adrian Holovaty |
| 2006-05-05 | Fixed #1699 -- Fixed JavaScript error in admin site with raw_id_admin and dat... | Adrian Holovaty |
| 2006-05-05 | Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line fu... | Adrian Holovaty |
| 2006-05-05 | Fixed #1728 -- Fixed broken nav links in password_change_done admin page. Tha... | Adrian Holovaty |
| 2006-05-04 | Fixed #1583: django.contrib.admin.templatetags.admin_list no longer imports f... | Jacob Kaplan-Moss |
| 2006-05-04 | Fixed bug in admin: raw_id_admin fields weren't displaying their old values n... | Adrian Holovaty |
| 2006-05-03 | Fixed #1740 -- django.contrib.comments no longer uses old-style DB API (thank... | Jacob Kaplan-Moss |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-12 | Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter | Adrian Holovaty |
| 2006-04-10 | Renamed OneToOne to OneToOneRel to be consistent with ManyToManyRel | Adrian Holovaty |
| 2006-04-10 | Renamed ManyToOne to ManyToOneRel to be consistent with ManyToManyRel | Adrian Holovaty |
| 2006-04-10 | Fixed #1600 -- Renamed ManyToMany to ManyToManyRel so people get a clearer er... | Adrian Holovaty |
| 2006-03-02 | Fixed #1431 -- Removed unneeded line in contrib.admin.templatetags.admin_list... | Adrian Holovaty |
| 2006-03-01 | Fixed #1426 -- Made several admin JavaScript improvements. Thanks, anonymous | Adrian Holovaty |
| 2006-02-27 | Negligible formatting change to [2417] -- changed colon use to be consistent | Adrian Holovaty |
| 2006-02-27 | Exposed model __doc__ in admin docs views which fixes #1408. Thanks, poelzi | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #889 (Thanks, Tom Tobin) | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #620 -- raw_id_admin and limit_choices_to now play well together (thank... | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #1404 (thanks, Tom Tobin) | Jacob Kaplan-Moss |
| 2006-02-23 | Fixed #1387 -- Fixed some XHTML errors in admin templates. Thanks, vineet | Adrian Holovaty |
| 2006-02-18 | Fixed #1046 -- Made syndication feed framework not swallow TypeErrors in func... | Adrian Holovaty |
| 2006-02-17 | Fixed #1250 -- Fixed NameError when trying to delete without related object p... | Adrian Holovaty |
| 2006-02-17 | Fixed #1296 -- Made SlugField maxlength configurable. Thanks, Matt | Adrian Holovaty |
| 2006-02-02 | Fixed positioning of ordering widget with liquid page widths. | Wilson Miner |
| 2006-02-02 | Removed use of deprecated template_loader from [2230] | Adrian Holovaty |
| 2006-02-02 | fixed #1287 - comment forms are now translateable and overrideable | Georg Bauer |
| 2006-01-30 | All admin pages except the dashboard now use liquid page widths, except in IE5. | Wilson Miner |
| 2006-01-27 | Fixed #939 -- Added 'monospace' fieldset class for admin CSS. Thanks, Tom Tobin | Adrian Holovaty |
| 2006-01-27 | Fixed #1274 -- Fixed broken link in navigation in admin password-change templ... | Adrian Holovaty |
| 2006-01-23 | Removed example.com from default admin templates. One less thing to change in... | Wilson Miner |
| 2006-01-19 | Removed commented-out decorator syntax in admin template tags. It was looking... | Adrian Holovaty |
| 2006-01-19 | Made small simplification to admin_modify template tag logic | Adrian Holovaty |
| 2006-01-16 | Fixed #1234 -- Fixed admin problem with login status getting out of sync with... | Adrian Holovaty |
| 2006-01-16 | Added missing 'staff_member_required' decorator to change_stage() admin view | Adrian Holovaty |
| 2006-01-15 | Fixed #615 -- Admin views now use escape() instead of strip_tags(). Thanks, S... | Adrian Holovaty |
| 2006-01-15 | Fixed #1090 -- Added {% block content_title %} hook to admin base.html templa... | Adrian Holovaty |
| 2006-01-15 | Fixed #1196 -- Admin deletion step no longer assumes related objects have pri... | Adrian Holovaty |
| 2006-01-15 | Fixed #1200 -- Admin no longer assumes white default background color. Thanks... | Adrian Holovaty |
| 2006-01-12 | Added a link to admin docs in the userlinks block in admin templates. | Wilson Miner |
| 2006-01-11 | Removed a troublesome line of javascript that caused the many-to-many interfa... | Jacob Kaplan-Moss |
| 2006-01-09 | Fixed #1100 -- Admin RelatedObjectLookup JavaScript now works with OneToOneFi... | Adrian Holovaty |
| 2006-01-09 | Fixed #1144 -- Admin form buttons no longer assume black font color. Thanks, ... | Adrian Holovaty |
| 2006-01-08 | Fixed #1185 -- Fixed Python 2.4 bug in Django authentication mod_python handl... | Adrian Holovaty |
| 2006-01-03 | Fixed #1117 -- Added HttpResponsePermanentRedirect | Adrian Holovaty |
| 2005-12-28 | Fixed #1102 -- Fixed some HTML validation errors in admin templates. Thanks, ... | Adrian Holovaty |
| 2005-12-26 | added missing translation hooks to the login form. thx mikael. | Georg Bauer |
| 2005-12-21 | Fixed #1092 -- Fixed behavior for query-string overrides in admin forms | Adrian Holovaty |
| 2005-12-20 | Adjusted styles on popup calendars to try to avoid clipped text. | Wilson Miner |
| 2005-12-17 | added missing translations to the file widget | Georg Bauer |