| Age | Commit message (Expand) | Author |
| 2007-09-14 | Fixed #4448: the calendar widget now refreshes if the date field is changed. ... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed 3136: Set .clockbox admin widget to auto width to allow for longer head... | Wilson Miner |
| 2007-09-14 | Fixes #2086: Added null.css file to avoid spurious 404s due to the "high pas... | Wilson Miner |
| 2007-09-14 | Fixed #5067 -- Fixed a problem with javascript popup widgets appearing in the... | Russell Keith-Magee |
| 2007-09-14 | Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ... | Russell Keith-Magee |
| 2007-09-13 | Fixed #5326 -- Added Ukrainian map for Javascript slug generation. Thanks, Ar... | Malcolm Tredinnick |
| 2007-08-25 | Fixed #348 -- Fixed bug in admin JavaScript filter interface. Thanks for the ... | Adrian Holovaty |
| 2007-08-19 | Fixed #5155 -- Translated the model name (when available) in the Recent Actio... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #5019 -- Fixed broken links in navigation of 'change password' admin pa... | Adrian Holovaty |
| 2007-08-11 | Fixed #4902 -- Added Czech support to urlify.js. Thanks, Honza Král. | Malcolm Tredinnick |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-08-04 | Refs #3397 -- Corrected the Exception that is caught when ordering by non-fie... | Gary Wilson Jr |
| 2007-07-14 | Fixed #4862 -- Fixed invalid Javascript creation in popup windows in admin. | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4556 -- Stylistic changes to [5500]. Thanks, glin@seznam.cz. | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4846 -- Fixed some Python 2.3 encoding problems in the admin interface. | Malcolm Tredinnick |
| 2007-07-12 | Fixed #4775 -- Added some missing Hungarian accents to the urlify.js LATIN_MA... | Russell Keith-Magee |
| 2007-07-04 | Fixed #4766 -- Added Russian support to Javascript slug creation. Thanks, | Malcolm Tredinnick |
| 2007-07-04 | Fixed Javascript syntax from [5608] that was causing a problem in Opera. Fixed | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-23 | Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume | Malcolm Tredinnick |
| 2007-06-22 | Backed out the changes in [5482] for a bit whilst some more investigation into | Malcolm Tredinnick |
| 2007-06-20 | Fixed #4556 -- Admin showAddAnotherPopup JavaScript function can now handle U... | Adrian Holovaty |
| 2007-06-17 | Fixed #4565 -- Changed template rendering to use iterators, rather than | Malcolm Tredinnick |
| 2007-05-22 | Fixed #3397 (again): admin_order_field is now displayed correctly in the admi... | Jacob Kaplan-Moss |
| 2007-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-05-08 | Fixed #4200 -- Made get_admin_log template tag behave according to its | Malcolm Tredinnick |
| 2007-04-26 | Revert [5092], since this should only have been applied to newforms-admin. | Malcolm Tredinnick |
| 2007-04-26 | Fixed #1576 -- Fixed incorrect SQL generated when using descending ordering | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3379 -- Changed login() so that we update last_login when a user | Malcolm Tredinnick |
| 2007-04-09 | Fixed #3926 -- Fixed typo in admin CSS. Thanks, Jeff Hilyard. | Malcolm Tredinnick |
| 2007-03-12 | Fixed #3410 -- Edited a few i18n markups for completeness and to remove some | Malcolm Tredinnick |
| 2007-03-09 | Fixed #2869 -- Do not append ADMIN_MEDIA_PREFIX to absolute-path URLs used for | Malcolm Tredinnick |
| 2007-02-28 | Reverted [4590] (changes to field label CSS) since it caused more problems th... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #2828, a TypeError when deleting objects with m2m relations to self. T... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3397: You can now order by non-DB fields in the admin by telling Djang... | Jacob Kaplan-Moss |
| 2007-02-26 | Small fix to admin CSS. Fixes #2205; thanks, treborhudson@gmail.com | Jacob Kaplan-Moss |
| 2007-02-17 | Fixed #3259 -- Fixed problem with prepopulate_from for fields containing | Malcolm Tredinnick |
| 2007-02-11 | Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. | Malcolm Tredinnick |
| 2007-02-11 | Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to... | Russell Keith-Magee |
| 2007-01-12 | Fixed #3287: method columns in the admin changelist can now have a {{{boolean... | Jacob Kaplan-Moss |
| 2007-01-10 | Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiro | Adrian Holovaty |
| 2006-12-30 | Fixed typo in a docstring in django/contrib/admin/views/main.py | Adrian Holovaty |
| 2006-12-30 | Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,... | Adrian Holovaty |
| 2006-12-20 | Fixed #3128: Added explicit object-tools block so custom admin templates can ... | Jacob Kaplan-Moss |
| 2006-12-15 | Copied django.forms to django.oldforms and changed all code to reference djan... | Adrian Holovaty |
| 2006-12-07 | Improved [4180] to add HTML escaping on the primary-key value in the error me... | Adrian Holovaty |
| 2006-12-07 | Added improved error message in admin views/main.py when loading ChangeManipu... | Adrian Holovaty |
| 2006-12-06 | Fixed bug in admin with raw_id_admin -- change list in popup didn't append 'p... | Adrian Holovaty |