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