summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
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
2008-08-22Fixed #7947 -- Handle the display of OneToOneField in model forms correctly. ...Brian Rosner
2008-08-18Moved admin form helpers to their own module to clean-up django/contrib/admin...Brian Rosner
2008-08-17Fixed #8353 -- Corrected the case when adminform is not in the context when r...Brian Rosner
2008-08-15Fixed #8341 -- Allow simpler subclassing of ModelAdmin and InlineModelAdmin w...Brian Rosner
2008-08-15Fixed #8292 -- Honor filter_horizontal and filter_vertical in inlines correct...Brian Rosner
2008-08-15Fixed #5385 -- Made the date returned from the calendar picker consistent wit...Brian Rosner
2008-08-15Removed some checks for Model._meta.one_to_one_field to prevent list_filter a...Brian Rosner
2008-08-15Fixed #957 -- prepopulated_fields now works correctly on inlines.Brian Rosner
2008-08-15Fixed media creation in the add_view. It was not pulling media from the corre...Brian Rosner
2008-08-14Fixed failing tests from [8352]. Thanks Alex Gaynor for the patch.Brian Rosner
2008-08-14Fixed #8324 -- Corrected the simple case where list_display is not given. Tha...Brian Rosner
2008-08-14Fixed #7503 -- Allow callables in list_display. This also does a lookup on th...Brian Rosner
2008-08-11Added back save_model that was removed from [8273] to allow for both pre- and...Brian Rosner
2008-08-11Fixed #8225 -- Right align radio fields in RTL mode, thanks remohammadi.Gary Wilson Jr
2008-08-11Refs #7742 -- Changed the `django.contrib.admin.views.template.template_valid...Gary Wilson Jr
2008-08-10Fixed #8205 -- Corrected a misspelling in the API introduced in [8265] and [8...Russell Keith-Magee
2008-08-10Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless...Brian Rosner
2008-08-10Fixed #4667 -- Added support for inline generic relations in the admin. Thank...Brian Rosner
2008-08-10Fixed #7250 -- Don't show internal data of a FileField in the admin when the ...Brian Rosner
2008-08-09Added a missing import in AdminSite.check_dependancies.Brian Rosner
2008-08-09Moved ModelAdmin.check_dependancies to AdminSite. Make debugging problems why...Brian Rosner
2008-08-09Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objectsBrian Rosner
2008-08-09Fixed #5801: admin requests with GET args now get properly bounced through lo...Jacob Kaplan-Moss
2008-08-09Added ModelAdmin.save_model() and ModelAdmin.save_formset() methods to allow ...Jacob Kaplan-Moss
2008-08-09Broke the admin's use of LogEntry and user messages out into callbacks on Mod...Jacob Kaplan-Moss
2008-08-09Fixed #7811: moved admindocs templates into admindocs/templates. This is slig...Jacob Kaplan-Moss
2008-08-08Removed an extraneous } that regressed from an older patch for [8247].Brian Rosner
2008-08-08Fixed #8169 -- Honor attrs from subclasses of the new admin widgets introduce...Brian Rosner
2008-08-08Fixed #8107 -- Fixed a missing forced_unicode() call in admin. Patch fromMalcolm Tredinnick
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-08-08Fixed #8069 -- Corrected the inconsistent case with BaseInlineFormset. It has...Brian Rosner
2008-08-08Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned u...Brian Rosner
2008-08-08Added a few force_unicode() calls around objects in the admin. Required forMalcolm Tredinnick
2008-08-07Added a 'name' attribute to the 'Save' button on admin change formLuke Plant
2008-08-05Merged the gis branch into trunk.Justin Bronn
2008-08-02Removed some unused and duplicated imports.Gary Wilson Jr
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-08-02Fixed #8078 -- Fixed a Python 2.3 incompatibility in `contrib/admin/options.p...Gary Wilson Jr
2008-08-02Fixed #8086 -- Removed 2.5 specific keyword argument to __import__. Thanks CH...Brian Rosner
2008-08-01Added a missing import from [8186].Brian Rosner
2008-08-01Pass the correct data as the second parameter to find_module to correct admin...Brian Rosner
2008-08-01Reverted [8174]. It is causing some serious breakage right now. Need to inves...Brian Rosner
2008-08-01Fixed #5631 -- When fieldsets contains a field that is on the same line, it i...Brian Rosner
2008-08-01Fixed #7922 -- admin.autodiscover() no longer eats ImportErrors for breakfast...Brian Rosner