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
/
options.py
Age
Commit message (
Expand
)
Author
2008-09-02
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...
Brian Rosner
2008-08-31
Fixed `ModelAdmin.radio_fields` to work with the new `TypedChoiceField`.
Jacob Kaplan-Moss
2008-08-31
Fixed #8058 -- Moved media for filter_vertical/filter_horizontal widget to th...
Brian Rosner
2008-08-29
Properly reference FieldDoesNotExist as it does not exist in global of django...
Brian Rosner
2008-08-29
Fixed some edge-case error handling from [8699]. Thanks, gkelly.
Malcolm Tredinnick
2008-08-29
Fixed #7982 -- Corrected ModelAdmin url dispatching to ensure it matching exa...
Brian Rosner
2008-08-29
Fixed #7738: support initial values via `GET` for `SelectMutliple` in the admin.
Jacob Kaplan-Moss
2008-08-28
Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...
Jacob Kaplan-Moss
2008-08-25
Fixed #8547 -- Corrected the breadcrumb display in the object_history.html te...
Brian Rosner
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-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-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 #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-11
Added back save_model that was removed from [8273] to allow for both pre- and...
Brian Rosner
2008-08-10
Fixed #4667 -- Added support for inline generic relations in the admin. Thank...
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
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-08
Fixed #8107 -- Fixed a missing forced_unicode() call in admin. Patch from
Malcolm Tredinnick
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-02
Fixed #8078 -- Fixed a Python 2.3 incompatibility in `contrib/admin/options.p...
Gary Wilson Jr
2008-08-01
Fixed #5631 -- When fieldsets contains a field that is on the same line, it i...
Brian Rosner
2008-07-30
Fixed #7880 -- Corrected the handling of fields in the admin that specify cho...
Russell Keith-Magee
2008-07-30
Fixed #7992 -- Interpolate UTF-8 verbose_names correctly into unicode strings
Malcolm Tredinnick
2008-07-29
Fixed #6095 -- Added the ability to specify the model to use to manage a Many...
Russell Keith-Magee
2008-07-23
Fixed #7898 -- Moved formset media definition to a media property in InlineAd...
Brian Rosner
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-20
Fixed filter_horizontal and filter_vertical handling in admin so that they can
Malcolm Tredinnick
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner