index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
/
views
Age
Commit message (
Expand
)
Author
2005-11-27
Moved parts/admin/doc.py to contrib/admin/utils.py, where it belongs. Also ca...
Adrian Holovaty
2005-11-27
Fixed #928 -- Fixed admin documentation breakage after [1443]. Thanks for rep...
Adrian Holovaty
2005-11-26
Fixed #911 -- Made template system scoped to the parser instead of the templa...
Adrian Holovaty
2005-11-26
Fixed #913 -- Made more helpful error for list_filter error. Thanks, Tom Tobin
Adrian Holovaty
2005-11-25
MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...
Adrian Holovaty
2005-11-25
Added translation strings to django/contrib/admin/views/decorators.py. Taken ...
Adrian Holovaty
2005-11-23
Applied translation strings from new-admin to contrib.admin.views.doc
Adrian Holovaty
2005-11-21
Fixed bug for OneToOneFields in the admin -- the manipulator_validator_unique...
Adrian Holovaty
2005-11-17
Fixed #827 -- For admin list_display functions without a short_description, D...
Adrian Holovaty
2005-11-12
fixes #109 - added translation possibilities for date and time formats (and u...
Georg Bauer
2005-11-11
Fixed #766 -- Custom methods in admin.list_display can now have an allow_tags...
Adrian Holovaty
2005-11-09
Fixed #683 -- Lightly refactored meta.fields.Field to add an attname attribute.
Adrian Holovaty
2005-11-06
Fixed #109 -- Created DATE_FORMAT, DATETIME_FORMAT and TIME_FORMAT settings.
Adrian Holovaty
2005-11-05
Added meta.Admin list_select_related option, which specifies to use select_re...
Adrian Holovaty
2005-10-28
Fixed #701 -- contrib.admin.views.doc now uses get_internal_type()
Adrian Holovaty
2005-10-25
Fixed #679 -- 'collapse' admin row class is now processed correctly when more...
Adrian Holovaty
2005-10-19
Fixed template-name bug for admin doc templates in [948]
Adrian Holovaty
2005-10-19
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...
Adrian Holovaty
2005-10-18
Changed contrib.admin.views.main to use staff_member_required_decorator. Refs...
Adrian Holovaty
2005-10-18
Changed django.contrib.admin.views.main to use template.loader instead of tem...
Adrian Holovaty
2005-10-18
Changed contrib.admin.views.template and doc to use staff_member_required dec...
Adrian Holovaty
2005-10-18
Moved views.admin.main to contrib.admin.views.main. Refs #627. Note that this...
Adrian Holovaty
2005-10-18
Moved django.views.admin.template and django.views.admin.doc to django.contri...
Adrian Holovaty
2005-10-18
Added django.contrib.admin, with a staff_member_required decorator and code f...
Adrian Holovaty