| Age | Commit message (Expand) | Author |
| 2008-09-21 | Fixed #7582: Removed checks that prevented null=True ForeignKey fields from b... | Karen Tracey |
| 2008-09-01 | Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr... | Brian Rosner |
| 2008-08-29 | Fixed #7881: Support `__in` lookups in `limit_choices_to` and `raw_id_admin`.... | Jacob Kaplan-Moss |
| 2008-08-15 | Removed some checks for Model._meta.one_to_one_field to prevent list_filter a... | Brian Rosner |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-07-08 | Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaf... | Malcolm Tredinnick |
| 2008-07-08 | Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify... | Adrian Holovaty |
| 2008-04-28 | Fixed #3002 -- Fixed a problem with ordering by related models in the admin | Malcolm Tredinnick |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-03-25 | Fixed #6852 -- Converted the admin to use the new paginator, to remove Deprec... | Adrian Holovaty |
| 2007-11-18 | Fixed #5880 -- Fixed an XSS hole in the admin interface. | Gary Wilson Jr |
| 2007-11-14 | Fixed #5944 -- Added safe string markings to admin error messages in one place | Malcolm Tredinnick |
| 2007-11-14 | Implemented auto-escaping of variable output in templates. Fully controllable... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #1394 -- Fixed an admin crash when saving models with pk db column != p... | Malcolm Tredinnick |
| 2007-08-04 | Refs #3397 -- Corrected the Exception that is caught when ordering by non-fie... | Gary Wilson Jr |
| 2007-07-13 | Fixed #4846 -- Fixed some Python 2.3 encoding problems in the admin interface. | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume | 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-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-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 |
| 2006-12-30 | Fixed typo in a docstring in django/contrib/admin/views/main.py | Adrian Holovaty |
| 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-10-24 | Fixed #2955 -- Fixed incorrect verbose-name display in admin delete_stage mes... | Adrian Holovaty |
| 2006-09-22 | Fixed #2520 -- Fixed a problem with invalid SQL being generated by admin | Malcolm Tredinnick |
| 2006-08-18 | Fixed bug in [3553] -- Changed admin JavaScript quoting for related-object po... | Adrian Holovaty |
| 2006-08-18 | Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen... | Adrian Holovaty |
| 2006-08-11 | Fixed #2500 -- Fixed bug in admin related-object pop-up window when using a p... | Adrian Holovaty |
| 2006-07-21 | Fixed a bunch of spurious imports, typos, and other small errors turned up by... | Jacob Kaplan-Moss |
| 2006-06-22 | Fixed #2199: deleting objects with generic foreign keys in the admin now work... | Jacob Kaplan-Moss |
| 2006-06-16 | Added AllValuesFilterSpec to admin changelist filters, which lets you put any... | Adrian Holovaty |
| 2006-06-03 | Eliminated lots of mutable default arguments (since they are bugs | Luke Plant |
| 2006-06-01 | Negligible spacing change to admin/views/main.py | Adrian Holovaty |
| 2006-05-31 | Fixed bug in admin where it would redirect infinitely if invalid lookup param... | Adrian Holovaty |
| 2006-05-31 | Fixed #2050 -- Fixed raw_id_admin display in admin. Thanks, Christopher Lenz | Adrian Holovaty |
| 2006-05-26 | Fixed #1403 -- 'Add' green plus sign no longer appears in admin change forms ... | Adrian Holovaty |
| 2006-05-06 | Fixed #1579 - added support for 'Q' objects in limit_choices_to. | Luke Plant |
| 2006-05-04 | Fixed bug in admin: raw_id_admin fields weren't displaying their old values n... | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | 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-02-27 | Fixed #889 (Thanks, Tom Tobin) | Jacob Kaplan-Moss |