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