summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2010-01-26Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel
2010-01-23Fixed #12564 - Use locale-aware date format in admin object history overviewJannis Leidel
2010-01-23ModelAdmin.fields wasn't able to refer to fields only on a custom formBrian Rosner
2010-01-12Make use of new ability to override admin add form templates and removed a li...Jannis Leidel
2010-01-12Fixed #8933 - Allow more admin templates to be overridden.Jannis Leidel
2010-01-12Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.Jannis Leidel
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-10Fixed #10887 -- Fixed a possible gotcha in admin.autodiscover() by moving imp...Adrian Holovaty
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-10Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...Adrian Holovaty
2010-01-10Fixed #12455 -- corrected an oversight in result_headers not honoring admin_o...Brian Rosner
2010-01-09Fixed #11697 - Allow shift clicking for selecting multiple action checkboxes ...Jannis Leidel
2010-01-09Fixed #11600 -- Fixed placement of 'View on site' in stacked inline admin tem...Adrian Holovaty
2010-01-09Fixed #12550 -- better handling with choices and null fields when displaying ...Brian Rosner
2010-01-09Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...Adrian Holovaty
2010-01-09Fixed #10717 - Escape result of admin_media_prefix template tag.Jannis Leidel
2010-01-09Fixed #11478 - Use namespacing for URLs to i18n JavaScript in admin.Jannis Leidel
2010-01-05Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...Jannis Leidel
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2010-01-04Fixed #11314 - Highlight the current date in the admin calendar widget.Jannis Leidel
2010-01-04Fixed #12492 - Refactored JavaScript format localization by separating it fro...Jannis Leidel
2010-01-01Fixed #12443 - Don't use thousand separators on year numbers.Jannis Leidel
2010-01-01Fixed #12477 - Fields specified in ModelAdmin.readonly_fields now respect Fie...Jannis Leidel
2010-01-01Adding trailing semicolons to admin date and time widgets JavaScript (Refs [1...Jannis Leidel
2009-12-30Fixed #12454 - Added support for localized formats to admin date and time wid...Jannis Leidel
2009-12-30Fixed #12444 - Date based widgets now correctly handle input values when usin...Jannis Leidel
2009-12-28Fixed #11191 - Admin throws 500 instead of 404 for PK of incorrect typeLuke Plant
2009-12-22Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...Brian Rosner
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-18Fixed #9749 - Added hook to ModelAdmin for specifying custom ChangeLists. Tha...Jannis Leidel
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-12-14Made the message strings added in r11837 visible to makemessages. Refs #12281.Karen Tracey
2009-12-12Fixed #12218: Added some helpful messages when Go is pressed in admin actions...Karen Tracey
2009-12-10Fixed #12349: Added missing unquote in admin history view. Thanks for the rep...Karen Tracey
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-12-03Updated all PendingDeprecationWarning from 1.1 to DeprecationWarning ready fo...Luke Plant
2009-11-19Corrected a regression in validation of admin fieldsets with nested definitio...Russell Keith-Magee
2009-11-18Fixed #12237 -- Improved the error message for m2m fields with an explicit th...Russell Keith-Magee
2009-11-13Refs #12203 -- Improved error handling for the case where a user manually spe...Russell Keith-Magee
2009-11-03Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...Russell Keith-Magee
2009-10-30Allow CsrfResponseMiddleware to be used if templates cannot be updated.Luke Plant
2009-10-27Fixed #11057: having no actions in the admin (`actions=None`) no longer messe...Jacob Kaplan-Moss
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-10-24Fixed #12067 - check_dependencies in contrib.admin.sites not triggered using ...Luke Plant
2009-10-23Moved _get_foreign_key call after testing for fk_name fixing a broken test.Brian Rosner
2009-10-19Moved the call to _get_foreign_key to run in all cases catching incorrect inl...Brian Rosner
2009-10-19Fixed #11709 — Pass inline fk_name attribute when grabbing foreign key to t...Brian Rosner