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