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
2011-10-07
Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...
Carl Meyer
2011-09-21
Fixed #16838 -- Corrected broken add-another inline JS in admin with related_...
Carl Meyer
2011-09-20
Converted internal link generation in the admin and admin document generator ...
Ramiro Morales
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-08
Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...
Jannis Leidel
2011-08-12
Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado...
Jannis Leidel
2011-08-12
Fixed #16604 -- Use new save_related hook when saving objects on the changeli...
Jannis Leidel
2011-08-11
Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...
Jannis Leidel
2011-08-01
Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render th...
Ramiro Morales
2011-07-30
Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...
Ramiro Morales
2011-07-30
Fixed #16540 -- Fixed typo in InlineModelAdmin introduced in r16487 that brok...
Jannis Leidel
2011-07-03
Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or...
Jannis Leidel
2011-07-03
Fixed #15820 -- Fixed the use of the InlineAdmin's get_formset method by actu...
Jannis Leidel
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-06-16
Fixed #8999 -- Removed useless code in handling of `exclude` option in ModelA...
Ramiro Morales
2011-06-12
Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...
Jannis Leidel
2011-06-08
Fixed #14206 - dynamic list_display support in admin
Luke Plant
2011-05-05
Fixed #15964 - Do not order admin actions by description
Luke Plant
2011-05-03
Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...
Jannis Leidel
2011-04-22
Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...
Jannis Leidel
2011-04-22
Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...
Jannis Leidel
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2011-03-03
Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...
Russell Keith-Magee
2011-03-03
Corrected some typos from r14673.
Russell Keith-Magee
2011-02-20
Fixed #14529 -- Fixed representation of model names in admin messages after m...
Ramiro Morales
2011-02-19
Fixed #11513 -- Ensure that the redirect at the end of an object change won't...
Russell Keith-Magee
2011-02-02
Fixed #15212 -- ensure that ModelAdmin.get_actions still returns a SortedDict...
Alex Gaynor
2011-01-28
Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields
Luke Plant
2011-01-20
Poured a little more perfectionism into the delete-confirmation templates.
Carl Meyer
2011-01-20
Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...
Carl Meyer
2011-01-03
Fixed #14999 -- Ensure that filters on local fields are allowed, and aren't c...
Russell Keith-Magee
2011-01-02
Fixed #2986 -- Made the JavaScript code that drives related model instance ad...
Ramiro Morales
2011-01-02
Fixed #11700 -- Stopped admin actions and list_editable fields to show up in ...
Jannis Leidel
2011-01-01
Fixed #11124 -- Expanded docstrings of the ModelAdmin has_{change|delete}_per...
Ramiro Morales
2010-12-23
Fix a security issue in the admin. Disclosure and new release forthcoming.
Alex Gaynor
2010-12-21
Rectified bugs that were accidentally committed in r14997. Thanks for the hea...
Jannis Leidel
2010-12-21
Fixed #14900 -- Added ability to override the paginator class used in a Model...
Jannis Leidel
2010-12-12
Fixed #13862 -- Added an ordering option to InlineModelAdmin and cleaned up d...
Jannis Leidel
2010-11-21
Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c...
Alex Gaynor
2010-11-21
Removed some deprecated code that survived [14138].
Alex Gaynor
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-10-29
Remove several uses of the deprecated dict.has_key in favor of the in operato...
Alex Gaynor
2010-10-13
Fixed #14017 -- wrong comment on log_deletion method of ModelAdmin
Honza Král
2010-10-12
Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.
Chris Beaven
2010-09-10
Adding related objects in the admin (via popup) respects user
Malcolm Tredinnick
2010-09-07
Fixed #13081 - Admin actions lose get-parameters in changelist view
Luke Plant
2010-08-06
Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-05-02
Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...
Jannis Leidel
2010-04-19
Fixed #13361 - Made sure jQuery is always included in the admin changelist an...
Jannis Leidel
[prev]
[next]