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
/
doc.py
Age
Commit message (
Expand
)
Author
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-09-15
Added a get_host() method to HttpRequest. There is still an http.get_host() v...
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-03-12
Fixed #3410 -- Edited a few i18n markups for completeness and to remove some
Malcolm Tredinnick
2007-02-11
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
Malcolm Tredinnick
2007-02-11
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...
Russell Keith-Magee
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-08-31
Made extract_views_from_urlpatterns() in admin.views.doc tolerant of URLconfs...
Adrian Holovaty
2006-08-31
Fixed #2529 -- Fixed TypeError in admin/doc/views. Thanks for the report and ...
Adrian Holovaty
2006-08-18
Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, dumm...
Adrian Holovaty
2006-08-11
Fixed #2506 -- Added more i18n translation strings for admin docs. Thanks, du...
Adrian Holovaty
2006-07-21
Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...
Jacob Kaplan-Moss
2006-07-07
Fixed #2267 -- Admin docs now show help text for fields. Thanks, vidar
Adrian Holovaty
2006-06-26
Fixed #2157 -- Admin doc views now work if django.contrib.sites isn't installed
Adrian Holovaty
2006-05-22
Fixed #1959 -- Fixed typo in django/contrib/admin/views/doc.py
Adrian Holovaty
2006-05-22
Fixed #1835 -- FilePathField no longer breaks admin model documentation. Than...
Adrian Holovaty
2006-05-18
Made a few small tweaks to admin doc pages.
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-02-27
Negligible formatting change to [2417] -- changed colon use to be consistent
Adrian Holovaty
2006-02-27
Exposed model __doc__ in admin docs views which fixes #1408. Thanks, poelzi
Jacob Kaplan-Moss
2006-02-17
Fixed #1296 -- Made SlugField maxlength configurable. Thanks, Matt
Adrian Holovaty
2005-12-01
Fixed #951 -- Admin bookmarklets no longer assume admin is rooted at '/'
Adrian Holovaty
2005-11-27
Fixed #938 -- Fixed bug in admin model docs with OneToOneField
Adrian Holovaty
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-23
Applied translation strings from new-admin to contrib.admin.views.doc
Adrian Holovaty
2005-10-28
Fixed #701 -- contrib.admin.views.doc now uses get_internal_type()
Adrian Holovaty
2005-10-19
Fixed template-name bug for admin doc templates in [948]
Adrian Holovaty
2005-10-18
Changed contrib.admin.views.template and doc to use staff_member_required dec...
Adrian Holovaty
2005-10-18
Moved django.views.admin.template and django.views.admin.doc to django.contri...
Adrian Holovaty