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-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
2010-04-13
Fixed #12903 - Made translating the admin action selection text easier. Thank...
Jannis Leidel
2010-04-13
Also minify the JavaScript file for pre-populated form fields in the admin.
Jannis Leidel
2010-04-13
Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r...
Jannis Leidel
2010-04-12
Fixed #11957 -- exceptions in admin.py are no longer hidden after second request
Brian Rosner
2010-04-11
Fixed #13301 -- Corrected problem with capitalization of changelist row heade...
Russell Keith-Magee
2010-04-07
Fixed #13068, #9264, #9983, #9784 - regression with pre-populated fields and ...
Luke Plant
2010-04-05
Fixed #13038 -- Ensured that readonly fields in the admin have their name add...
Russell Keith-Magee
2010-04-05
Fixed #13129 -- Corrected CSS on RTL layout when a changelist has admin actio...
Russell Keith-Magee
2010-04-05
Fixed #12260 -- Corrected CSS when using checkbox widgets on a ModelMultipleC...
Russell Keith-Magee
2010-04-05
Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...
Russell Keith-Magee
2010-03-30
Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...
Russell Keith-Magee
2010-03-27
Updated jQuery to 1.4.2.
Jannis Leidel
2010-03-27
Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...
Jannis Leidel
2010-03-27
Fixed #13175 - Fixed an off-by-one error in the admin inline JavaScript that ...
Jannis Leidel
2010-03-26
Fixed #13174 -- Fixed missing field label for `readonly_fields` when used in ...
Gary Wilson Jr
2010-03-23
Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomu...
Russell Keith-Magee
2010-03-21
Fixed #13004: Ensure the add page for a model with a ManyToManyField specified
Karen Tracey
2010-03-21
Fixed #12778 - Added media handling abilities to admin inlines. Thanks for th...
Jannis Leidel
2010-03-20
Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavi...
Karen Tracey
2010-03-16
Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks mar...
Karen Tracey
2010-03-15
Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...
Russell Keith-Magee
2010-03-15
Fixed #13026 - Also update the index of lookup links when adding inlines dynm...
Jannis Leidel
2010-03-10
Ensure that NullBooleanField displays the appropriate icon for null values in...
James Bennett
2010-03-09
Fixed #12689: Fixed admin validation to report an error on invalid exclude sp...
Karen Tracey
2010-03-08
Fixed #12481: Updated admin validation code to not reject non-editable fields...
Karen Tracey
2010-03-08
Fixed #12024: Changed admin code to avoid raising an exception when a field l...
Karen Tracey
2010-03-02
Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do not
Karen Tracey
2010-03-01
Fixed #11791: Put hidden input elements in the change list inside td elements...
Karen Tracey
2010-03-01
Fixed #12966 - Force unicode of verbose labels in admin change messages.
Jannis Leidel
2010-03-01
Fixed #12903 - Added plural forms to a few strings in the admin actions templ...
Jannis Leidel
2010-02-27
Fixed #12933 - AdminSite.admin_view disables @csrf_view_exempt
Luke Plant
2010-02-26
Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...
Russell Keith-Magee
2010-02-23
Fixed #11681. Fixed display of non_field_errors and non_form_errors in the ad...
Joseph Kocherhans
2010-02-23
Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.
Joseph Kocherhans
2010-02-23
Fixed #12707. Admin action messages are no longer displayed when submitting l...
Joseph Kocherhans
[next]