summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2008-09-03Fixed a small initialisation edge-case in the raw_id_fields section of admin.Malcolm Tredinnick
2008-09-03Fixed #8832 -- Position the error icons on the right of the screen in the adminMalcolm Tredinnick
2008-09-03Fixed #8812 -- Fixed up the positioning of the "delete" link in the adminMalcolm Tredinnick
2008-09-02Security fix. Announcement forthcoming.Jacob Kaplan-Moss
2008-09-02Fixed #2612: fixed display of admin `help_text` with multiple fields on the s...Jacob Kaplan-Moss
2008-09-02Fixed #8805 -- Make sure proper type coercion happens before dumping data int...Brian Rosner
2008-09-02Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...Brian Rosner
2008-09-02Fixed #8787 -- Fixed failing admin_widgets tests. This fixes ManyToManyRawIdW...Brian Rosner
2008-09-01Fixed #2612 -- Fixed admin formatting when help_text is used with multiple fi...Brian Rosner
2008-09-01Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...Brian Rosner
2008-08-31Fixed #8194 (again): correctly focus on the first declared field in the admin...Jacob Kaplan-Moss
2008-08-31Fixed `ModelAdmin.radio_fields` to work with the new `TypedChoiceField`.Jacob Kaplan-Moss
2008-08-31Fixed #8058 -- Moved media for filter_vertical/filter_horizontal widget to th...Brian Rosner
2008-08-31Fixed #8631 -- Corrected a display issue with the popup submit_row where the ...Brian Rosner
2008-08-31Fixed handling of primary keys in model formsets. Model formsets should now w...Brian Rosner
2008-08-29Properly reference FieldDoesNotExist as it does not exist in global of django...Brian Rosner
2008-08-29Fixed #7810: added named URLs for admin docs, and use them in the admin base ...Jacob Kaplan-Moss
2008-08-29Fixed some edge-case error handling from [8699]. Thanks, gkelly.Malcolm Tredinnick
2008-08-29Fixed #7982 -- Corrected ModelAdmin url dispatching to ensure it matching exa...Brian Rosner
2008-08-29Fixed #7881: Support `__in` lookups in `limit_choices_to` and `raw_id_admin`....Jacob Kaplan-Moss
2008-08-29Fixed #7738: support initial values via `GET` for `SelectMutliple` in the admin.Jacob Kaplan-Moss
2008-08-29When a form in the admin has no fields prevent failure.Brian Rosner
2008-08-28Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...Jacob Kaplan-Moss
2008-08-28Fixed #8194: `AdminForm.first_field` now correctly returns the first field wh...Jacob Kaplan-Moss
2008-08-28Marked a handful of missed strings for translation. Fixes #8644, #8617, and #...Jacob Kaplan-Moss
2008-08-28Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation w...Jacob Kaplan-Moss
2008-08-27Fixed #8589 -- Fixed the URL for the logout link on the app_index page in admin.Malcolm Tredinnick
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-27Fixed #8577 -- Fixed a couple of indentation errors when viewing the app-indexMalcolm Tredinnick
2008-08-26Fixed #8569 -- Ensure that apps are correctly set up before introspecting themMalcolm Tredinnick
2008-08-26Tweaked the admin validation code to make things a bit easier to read. TracingMalcolm Tredinnick
2008-08-26Marked a couple of unmarked strings in edit_inline templates and corrected a ...Brian Rosner
2008-08-26Fixed #7984 -- 'View on site' links now work in inlines. Thanks philwo for th...Brian Rosner
2008-08-26Fixed #8126: improved `admin.autodiscover()` to be more forgiving of invalid ...Jacob Kaplan-Moss
2008-08-26Fixed #6101 -- Tweaked a couple of places in the delete-related-objectsMalcolm Tredinnick
2008-08-25Fixed #8547 -- Corrected the breadcrumb display in the object_history.html te...Brian Rosner
2008-08-25Fixed #8499 -- Corrected a couple of instances of where the CSS class name er...Brian Rosner
2008-08-25Fixed #8522 -- Allow app_index to take extra_context to be consistent with th...Brian Rosner
2008-08-24Fixed #8520 -- Corrected a dumb typo in the call to password_change in django...Brian Rosner
2008-08-24Fixed #8129: Modified the password reset email template to use a URL lookup, ...Russell Keith-Magee
2008-08-24Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to r...Russell Keith-Magee
2008-08-23Fixed #7903 -- Allow admin's prepopulated_from to work with TextFields. PatchMalcolm Tredinnick
2008-08-23Tweaked the Admin add/change page so that "save" is still the highlightedMalcolm Tredinnick
2008-08-23Updated password change template (in admin templates) to use current formMalcolm Tredinnick
2008-08-23Fixed #8498 -- Add the ability to customize the template for app_index simila...Brian Rosner
2008-08-23Fixed #7946: Modified object history template to use a common date format. Th...Russell Keith-Magee
2008-08-23Fixed #7776: Ensured that the test cookie is always deleted once a login has ...Russell Keith-Magee
2008-08-23Fixed #8367 -- Pass the object to get_form from get_fieldsets in ModelAdmin. ...Brian Rosner
2008-08-23Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and e...Brian Rosner
2008-08-23Fixed #8493 -- Fixed a NoReverseMatch when redirecting to password_change/don...Brian Rosner