Luke Plant cb996cce05 Fixed various bugs related to having multiple columns in admin list_display with the same sort field 14 年之前
..
fixtures 6c17190bf8 Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin and InlineModelAdmin to be able to handle prepopulated fields on a case-by-case basis. Thanks, leanmeandonothingmachine. 14 年之前
__init__.py a19ed8aea3 Merged the newforms-admin branch into trunk. 16 年之前
customadmin.py cc64fb5c4b Fixed #8342 -- Removed code from the admin that assumed that you can't login with an email address (nixed by r12634). Also refactored login code slightly to be DRY by using more of auth app's forms and views. 14 年之前
forms.py cc64fb5c4b Fixed #8342 -- Removed code from the admin that assumed that you can't login with an email address (nixed by r12634). Also refactored login code slightly to be DRY by using more of auth app's forms and views. 14 年之前
models.py cb996cce05 Fixed various bugs related to having multiple columns in admin list_display with the same sort field 14 年之前
tests.py cb996cce05 Fixed various bugs related to having multiple columns in admin list_display with the same sort field 14 年之前
urls.py 1f84630c87 Fixed #6470: made the admin use a URL resolver. 16 年之前
views.py 0b1a061881 Replaced old-style with new-style decorator syntax. 14 年之前