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
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-20
Fixed #14389, #9666 -- Started the migration path to make the first argument ...
Russell Keith-Magee
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-11-01
Removed dead compatibility code for removed AdminSite.root() method for mount...
Carl Meyer
2010-10-29
Remove several uses of the deprecated dict.has_key in favor of the in operato...
Alex Gaynor
2010-10-27
Revert the removal of an unused import (in [14175]) that was referenced in do...
Chris Beaven
2010-10-19
Fixed #14407 -- Simplified ManyToManyRawIdWidget.value_from_datadict, Thanks ...
Honza Král
2010-10-17
Fixed #13963 -- Use the correct verbose name of a reverse relation field in t...
Jannis Leidel
2010-10-14
Fixed reference to removed function root() in AdminSite docstring.
Luke Plant
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-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-10
Fixed #14193: prepopulated_fields javascript now concatenates in correct orde...
Andrew Godwin
2010-10-10
Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps when
Ramiro Morales
2010-10-09
Fixed #12872 -- Removed vestiges of mythic old template validation admin app ...
Ramiro Morales
2010-10-07
Fixed #5425 - Incorrect plurals in admin pagination template.
Luke Plant
2010-10-01
Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set attrs to ...
Jannis Leidel
2010-10-01
Fixed #14362 -- Made sure all parameters are passed to the ManyToManyRawIdWid...
Jannis Leidel
2010-10-01
Fixed tabs introduced in r13968.
Jannis Leidel
2010-10-01
Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...
Jannis Leidel
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-09-11
Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handles non-in...
Justin Bronn
2010-09-11
Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList` that c...
Justin Bronn
2010-09-10
Fixed date parsing of 31st dates when current month has 30 days (!!).
Malcolm Tredinnick
2010-09-10
Admin changelist page now has consistent width with or without filter
Malcolm Tredinnick
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-28
Fixed #13723 -- Improved the legibility of hyperlinks included in admin valid...
Russell Keith-Magee
2010-08-06
Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...
Russell Keith-Magee
2010-08-06
Fixed #14014 -- Ensure that the "save and add another" button for users actua...
Russell Keith-Magee
2010-08-06
Fixed #14012 -- Corrected the handling of the create user popup dialog in the...
Russell Keith-Magee
2010-06-23
Fixed #12803 - Added styling for 'error' and 'warning' messages in admin.
Luke Plant
2010-05-21
Fixed #13560 -- Fixed localization of widgets.
Jannis Leidel
2010-05-12
Fixed #13486 -- Corrected handling of %I in admin javascript version of strft...
Russell Keith-Magee
2010-05-11
Fixed #13521 -- Corrected javascript comparisons determining when to show and...
Russell Keith-Magee
2010-05-10
Fixed #13168 - Corrected the alignment of the admin inline headers for rtl la...
Jannis Leidel
2010-05-08
Fixed #1834 -- added docstrings to admin templatetags
Brian Rosner
2010-05-04
Fixed #13472 - Fixed minor regression in admin actions template introduced in...
Jannis Leidel
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-05-04
Fixed #13459 -- Corrected numbering of tr elements in the admin. Reverts the ...
Russell Keith-Magee
2010-05-02
Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...
Jannis Leidel
2010-05-02
Fixed #13459 -- Corrected ID numbering of dynamically added inlines in the ad...
Russell Keith-Magee
2010-04-30
Fixed #13443 -- Added required CSS class to the column headings on admin Tabu...
Russell Keith-Magee
2010-04-19
Fixed #11967: use a different technique to get `ADMIN_MEDIA_PREFIX` in admin JS.
Jacob Kaplan-Moss
2010-04-19
Fixed #13361 - Made sure jQuery is always included in the admin changelist an...
Jannis Leidel
2010-04-16
Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...
Russell Keith-Magee
2010-04-15
Fixed #9427: Allow for autodiscover to load admin modules from apps in eggs. ...
Karen Tracey
2010-04-13
Fixed #13290 - Added a section about minification of admin JavaScript files t...
Jannis Leidel
[prev]
[next]