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
2009-05-03
[1.0.X] Fixed #8903 -- Corrected rendering of admin inline formsets (tabular ...
Russell Keith-Magee
2009-04-23
[1.0.X] Fixed a needless list() coercion in in ChangeList. Refs #10163. Backp...
Jacob Kaplan-Moss
2009-04-22
[1.0.X] Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atr...
Jacob Kaplan-Moss
2009-04-21
[1.0.X] Fixed #10601 -- Fixed edit inline display in admin for right-to-left ...
Karen Tracey
2009-04-08
[1.0.X] Fixed #9341: add another on `ManyToManyField`s with `raw_id_admins` n...
Jacob Kaplan-Moss
2009-04-01
[1.0.X] Fixed #9969: choices with options groups (added in [7977]) now work c...
Jacob Kaplan-Moss
2009-04-01
[1.0.X] Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the d...
Jacob Kaplan-Moss
2009-03-31
[1.0.X] Fixed #8749: add better breadcrumbs in the change password template. ...
Jacob Kaplan-Moss
2009-03-31
[1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation...
Gary Wilson Jr
2009-03-24
[1.0.X] Fixed #9994 -- Fixed admin filtering when to_field is used on relations.
Malcolm Tredinnick
2009-03-17
[1.0.X] `ModelAdmin` validation now runs when using the `site.register(Model...
Jacob Kaplan-Moss
2009-03-10
[1.0.X] Fixed #10271, #10281 -- Fixed the handling multiple inline models th...
Russell Keith-Magee
2009-02-22
[1.0.X] Fixed #9276 -- Corrected the way the CSS class is rolled out in a sta...
Russell Keith-Magee
2008-12-23
[1.0.X] Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an adm...
Gary Wilson Jr
2008-12-16
[1.0.X] Fixed #9859 -- Added another missing force_unicode needed in admin wh...
Karen Tracey
2008-12-11
[1.0.X] Fixed #9795: Since related-object selection widgets take limit_choice...
James Bennett
2008-12-10
[1.0.X] Fixed #8248: made help() work on models and improved introspection su...
Luke Plant
2008-12-08
[1.0.X] The second part of fixing "related inherited models" display. Handle ...
Malcolm Tredinnick
2008-12-08
[1.0.X] Fixed #9732 -- Added missing close paragraph tag to password reset co...
Gary Wilson Jr
2008-11-26
[1.0.X] Fixed an issue in ForeignKeyRawIdWidget where the values in limit_cho...
James Bennett
2008-11-21
[1.0.X] Fixed #9642 -- Made the admin calendar/clock popups go away when the ...
Karen Tracey
2008-11-20
[1.0.X] OneToOne? filtering should only apply in a popup selection from the r...
James Bennett
2008-11-15
[1.0.X] Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_fo...
Brian Rosner
2008-11-13
[1.0.X] Fixed #9498 -- Handle a formset correctly when the foreign key is not...
Brian Rosner
2008-11-12
[1.0.X] Fixed #106 -- Refrain from generating popup window names that IE refu...
Karen Tracey
2008-11-10
[1.0.X] Fixed #8910 -- Added force_unicode during admin log message creation ...
Karen Tracey
2008-11-09
[1.0.X] Fixed #9514 -- Made admin change_form template correctly recognize/re...
Karen Tracey
2008-11-06
[1.0.X] Fixed #9506 take 2 -- Marked the message properly for translation, in...
Karen Tracey
2008-11-06
[1.0.X] Fixed #9506 -- Marked error string for translation.
Karen Tracey
2008-10-31
[1.0.X] Fixed #8882 -- When a foreign key is among the unique_together fields...
Brian Rosner
2008-10-24
[1.0.X] Fixed #7179 -- Changed breadcrumbs on the add page so that a link to ...
Karen Tracey
2008-10-22
[1.0.X] Fixed #9252 -- Moved the try/except protecting against incorrect look...
Karen Tracey
2008-10-21
[1.0.X] Display non_field_errors of inline forms in the admin. This was a pre...
Brian Rosner
2008-10-21
[1.0.X] Fixed #3096 -- Make admin list_filters respect limit_choices_to.
Karen Tracey
2008-10-17
[1.0.X] Fixed #8110 -- Allow for AdminLogNode's render to be called more than...
Karen Tracey
2008-10-08
[1.0.X] Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods...
Karen Tracey
2008-09-27
Fixed #9171 -- Fixed a few places where we were assuming lists instead of
Malcolm Tredinnick
2008-09-21
Fixed #7582: Removed checks that prevented null=True ForeignKey fields from b...
Karen Tracey
2008-09-21
Fixed 8984: Only include a "Documentation" link on change password and change...
Karen Tracey
2008-09-20
Added a generic "button" class to the admin styles to allow applying the stan...
Wilson Miner
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-16
Changed the app-level links on the admin index page to include trailing slash...
Adrian Holovaty
2008-09-16
Fixed #9083 -- Improved get_admin_log template tag so that it doesn't run a s...
Adrian Holovaty
2008-09-16
Fixed #9074: Added overflow: hidden to the submit-row div to clear the floate...
Wilson Miner
2008-09-10
Fixed #8957 -- Fixed incorrect error message when Admin prepopulated_fields r...
Adrian Holovaty
2008-09-10
Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...
Adrian Holovaty
2008-09-08
Fixed #7929 -- Removed some snippets of admin code that weren't doing anythin...
Adrian Holovaty
2008-09-08
Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...
Adrian Holovaty
2008-09-03
Fixed a small initialisation edge-case in the raw_id_fields section of admin.
Malcolm Tredinnick
[next]