summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2010-04-13Fixed #12903 - Made translating the admin action selection text easier. Thank...Jannis Leidel
2010-04-13Also minify the JavaScript file for pre-populated form fields in the admin.Jannis Leidel
2010-04-13Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r...Jannis Leidel
2010-04-12Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner
2010-04-11Fixed #13301 -- Corrected problem with capitalization of changelist row heade...Russell Keith-Magee
2010-04-07Fixed #13068, #9264, #9983, #9784 - regression with pre-populated fields and ...Luke Plant
2010-04-05Fixed #13038 -- Ensured that readonly fields in the admin have their name add...Russell Keith-Magee
2010-04-05Fixed #13129 -- Corrected CSS on RTL layout when a changelist has admin actio...Russell Keith-Magee
2010-04-05Fixed #12260 -- Corrected CSS when using checkbox widgets on a ModelMultipleC...Russell Keith-Magee
2010-04-05Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...Russell Keith-Magee
2010-03-30Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee
2010-03-27Updated jQuery to 1.4.2.Jannis Leidel
2010-03-27Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel
2010-03-27Fixed #13175 - Fixed an off-by-one error in the admin inline JavaScript that ...Jannis Leidel
2010-03-26Fixed #13174 -- Fixed missing field label for `readonly_fields` when used in ...Gary Wilson Jr
2010-03-23Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomu...Russell Keith-Magee
2010-03-21Fixed #13004: Ensure the add page for a model with a ManyToManyField specifiedKaren Tracey
2010-03-21Fixed #12778 - Added media handling abilities to admin inlines. Thanks for th...Jannis Leidel
2010-03-20Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavi...Karen Tracey
2010-03-16Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks mar...Karen Tracey
2010-03-15Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...Russell Keith-Magee
2010-03-15Fixed #13026 - Also update the index of lookup links when adding inlines dynm...Jannis Leidel
2010-03-10Ensure that NullBooleanField displays the appropriate icon for null values in...James Bennett
2010-03-09Fixed #12689: Fixed admin validation to report an error on invalid exclude sp...Karen Tracey
2010-03-08Fixed #12481: Updated admin validation code to not reject non-editable fields...Karen Tracey
2010-03-08Fixed #12024: Changed admin code to avoid raising an exception when a field l...Karen Tracey
2010-03-02Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do notKaren Tracey
2010-03-01Fixed #11791: Put hidden input elements in the change list inside td elements...Karen Tracey
2010-03-01Fixed #12966 - Force unicode of verbose labels in admin change messages.Jannis Leidel
2010-03-01Fixed #12903 - Added plural forms to a few strings in the admin actions templ...Jannis Leidel
2010-02-27Fixed #12933 - AdminSite.admin_view disables @csrf_view_exemptLuke Plant
2010-02-26Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...Russell Keith-Magee
2010-02-23Fixed #11681. Fixed display of non_field_errors and non_form_errors in the ad...Joseph Kocherhans
2010-02-23Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.Joseph Kocherhans
2010-02-23Fixed #12707. Admin action messages are no longer displayed when submitting l...Joseph Kocherhans
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel
2010-02-17Fixed #12705 -- Date/time and select filter widgets now work again with newly...Justin Bronn
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2010-02-07Fixed #12716 - Typo in the admin change list template. Thanks, kbrownlees.Jannis Leidel
2010-02-07Fixed #12748 - Use charAt instead of array-like access to format string to pl...Jannis Leidel
2010-02-07Fixed #12793 - Only use the admin actions JavaScript if not explicitly deacti...Jannis Leidel
2010-02-01Use a closure for embedding the admin actions JavaScript and updated the mini...Jannis Leidel
2010-02-01Being a good citizen, adding the jQuery license and a command line script to ...Jannis Leidel
2010-02-01Fixed #12695 - Force Firefox to not autocomplete input fields that are critic...Jannis Leidel
2010-02-01Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...Jannis Leidel
2010-02-01Fixed #12700 - Take read-only fields into account when rendering the empty fo...Jannis Leidel
2010-02-01Fixed #12654 - Correctly display ForeignKey fields in read-only scenarios. Th...Jannis Leidel
2010-02-01Fixed #12726 - Prevent listing media twice in admin's change list. Thanks, je...Jannis Leidel
2010-01-26Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.Jannis Leidel
2010-01-26Fixed #12282 - When paginated allow selecting all items in the admin changlist.Jannis Leidel