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
2010-04-16
[1.1.X] Fixed #13357 -- Minor changes to get Django running under PyPy. Thank...
Russell Keith-Magee
2010-04-05
[1.1.X] Fixed #11949 -- Added a hook to allow ModelAdmin customization of the...
Russell Keith-Magee
2010-03-27
[1.1.X] Fixed #12778 - Added media handling abilities to admin inlines. Thank...
Jannis Leidel
2010-03-20
[1.1.X] Fixed #12707. Admin action messages are no longer displayed when subm...
Karen Tracey
2010-03-01
[1.1.X] Fixed #12966 - Force unicode of verbose labels in admin change messages.
Jannis Leidel
2010-02-26
[1.1.X] Python 2.3 compatibility: moved the fallback import for set to where ...
Karen Tracey
2010-02-26
[1.1.X] Fixed #6191, #11296 -- Modified the admin deletion confirmation page ...
Russell Keith-Magee
2010-02-23
[1.1.X] Fixed #12561. InlineAdmin now respects can_delete=False. Backport of ...
Joseph Kocherhans
2009-12-28
[1.1.X] Fixed #11191 - Admin throws 500 instead of 404 for PK of incorrect type
Luke Plant
2009-12-14
[1.1.X] Made the message strings added in r11838 visible to makemessages. Ref...
Karen Tracey
2009-12-12
[1.1.X] Fixed #12281: Added some helpful messages when Go is pressed in admin...
Karen Tracey
2009-12-10
[1.1.X] Fixed #12349: Added missing unquote in admin history view. Thanks for...
Karen Tracey
2009-08-13
Fixed #11471: Fixed typo in a comment in admin options.py. Thanks adamv.
Karen Tracey
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee
2009-05-08
Fixed #10448: correcting errors on "save as new" now correctly create a new o...
Jacob Kaplan-Moss
2009-05-07
Fixed #10899 -- Ensured that log messages for deletions in the admin contain ...
Russell Keith-Magee
2009-05-05
Fixed #10897 -- Modified use of ngettext to ungettext in admin change message...
Russell Keith-Magee
2009-04-22
Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes o...
Jacob Kaplan-Moss
2009-04-08
Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...
Jacob Kaplan-Moss
2009-04-08
Fixed #9036: unified the permission checking in `AdminSite`, pushing it down ...
Jacob Kaplan-Moss
2009-04-06
Made a bunch of improvements to admin actions. Be warned: this includes one m...
Jacob Kaplan-Moss
2009-04-01
Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m...
Jacob Kaplan-Moss
2009-03-24
Fixed #10600 -- Allow for format marker reordering in a translatable string.
Malcolm Tredinnick
2009-03-23
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss
2009-03-18
Fixed #10533 -- Worked around an apparent limitation of xgettext.
Malcolm Tredinnick
2009-03-17
Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...
Jacob Kaplan-Moss
2009-03-10
Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...
Russell Keith-Magee
2009-01-16
Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:
Jacob Kaplan-Moss
2009-01-14
Fixed #6470: made the admin use a URL resolver.
Jacob Kaplan-Moss
2008-11-10
Fixed #8910 -- Added force_unicode during admin log message creation to avoid...
Karen Tracey
2008-11-06
Fixed #9506 take 2 -- Marked the message properly for translation, in both pl...
Karen Tracey
2008-11-06
Fixed #9506 -- Marked error string for translation.
Karen Tracey
2008-10-21
Display non_field_errors of inline forms in the admin. This was a presentatio...
Brian Rosner
2008-09-27
Fixed #9171 -- Fixed a few places where we were assuming lists instead of
Malcolm Tredinnick
2008-09-18
Fixed #9129 -- Restored a force_unicode that was lost when unicode changes we...
Karen Tracey
2008-09-17
Changed a slightly suspicious usage of request.POST to request.method == 'POST'.
Malcolm Tredinnick
2008-09-08
Fixed #7929 -- Removed some snippets of admin code that weren't doing anythin...
Adrian Holovaty
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
[next]