summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2010-12-23Fix a security issue in the admin. Disclosure and new release forthcoming.Alex Gaynor
2010-12-21[1.2.X] Fixed #13782 -- Added CSS for errors in textareas and multiple fields...Jannis Leidel
2010-12-13[1.2.X] Fixed #14312 -- Raising an ``IncorrectLookupParameters`` if the page ...Jannis Leidel
2010-12-13[1.2.X] Fixed #13856 -- Float admin's top links on the right for RTL languages.Jannis Leidel
2010-12-13[1.2.X] Reverted [13998] because it never worked.Luke Plant
2010-12-02[1.2.X] Fixed #8342 -- Removed code from the admin that assumed that you can'...Jannis Leidel
2010-10-17[1.2.X] Fixed #13963 -- Use the correct verbose name of a reverse relation fi...Jannis Leidel
2010-10-10[1.2.X] Fixed #14193: prepopulated_fields javascript now concatenates in corr...Andrew Godwin
2010-10-10[1.2.X] Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse...Ramiro Morales
2010-10-09[1.2.X] Fixed #12872 -- Removed vestiges of mythic old template validation ad...Ramiro Morales
2010-10-07[1.2.X] Fixed #5425 - Incorrect plurals in admin pagination template.Luke Plant
2010-10-01[1.2.X] Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set a...Jannis Leidel
2010-10-01[1.2.X] Fixed #14362 -- Made sure all parameters are passed to the ManyToMany...Jannis Leidel
2010-09-11[1.2.X] Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handle...Justin Bronn
2010-09-11[1.2.X] Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList...Justin Bronn
2010-09-07[1.2.X] Fixed #13081 - Admin actions lose get-parameters in changelist viewLuke Plant
2010-08-28[1.2.X] Fixed #13723 -- Improved the legibility of hyperlinks included in adm...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14014 -- Ensure that the "save and add another" button for use...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14012 -- Corrected the handling of the create user popup dialo...Russell Keith-Magee
2010-06-23[1.2.X] Fixed #12803 - Added styling for 'error' and 'warning' messages in ad...Luke Plant
2010-05-21Fixed #13560 -- Fixed localization of widgets.Jannis Leidel
2010-05-12Fixed #13486 -- Corrected handling of %I in admin javascript version of strft...Russell Keith-Magee
2010-05-11Fixed #13521 -- Corrected javascript comparisons determining when to show and...Russell Keith-Magee
2010-05-10Fixed #13168 - Corrected the alignment of the admin inline headers for rtl la...Jannis Leidel
2010-05-08Fixed #1834 -- added docstrings to admin templatetagsBrian Rosner
2010-05-04Fixed #13472 - Fixed minor regression in admin actions template introduced in...Jannis Leidel
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-05-04Fixed #13459 -- Corrected numbering of tr elements in the admin. Reverts the ...Russell Keith-Magee
2010-05-02Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...Jannis Leidel
2010-05-02Fixed #13459 -- Corrected ID numbering of dynamically added inlines in the ad...Russell Keith-Magee
2010-04-30Fixed #13443 -- Added required CSS class to the column headings on admin Tabu...Russell Keith-Magee
2010-04-19Fixed #11967: use a different technique to get `ADMIN_MEDIA_PREFIX` in admin JS.Jacob Kaplan-Moss
2010-04-19Fixed #13361 - Made sure jQuery is always included in the admin changelist an...Jannis Leidel
2010-04-16Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee
2010-04-15Fixed #9427: Allow for autodiscover to load admin modules from apps in eggs. ...Karen Tracey
2010-04-13Fixed #13290 - Added a section about minification of admin JavaScript files t...Jannis Leidel
2010-04-13Fixed #12903 - Made translating the admin action selection text easier. Thank...Jannis Leidel
2010-04-13Also minify the JavaScript file for pre-populated form fields in the admin.Jannis Leidel
2010-04-13Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r...Jannis Leidel
2010-04-12Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner
2010-04-11Fixed #13301 -- Corrected problem with capitalization of changelist row heade...Russell Keith-Magee
2010-04-07Fixed #13068, #9264, #9983, #9784 - regression with pre-populated fields and ...Luke Plant
2010-04-05Fixed #13038 -- Ensured that readonly fields in the admin have their name add...Russell Keith-Magee
2010-04-05Fixed #13129 -- Corrected CSS on RTL layout when a changelist has admin actio...Russell Keith-Magee
2010-04-05Fixed #12260 -- Corrected CSS when using checkbox widgets on a ModelMultipleC...Russell Keith-Magee
2010-04-05Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...Russell Keith-Magee
2010-03-30Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee
2010-03-27Updated jQuery to 1.4.2.Jannis Leidel
2010-03-27Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel
2010-03-27Fixed #13175 - Fixed an off-by-one error in the admin inline JavaScript that ...Jannis Leidel