summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-29Fixed typo in docs/admin_css.txt. Thanks, DanielAdrian Holovaty
2005-11-29Fixed #954 -- Many-to-many raw_id_admin change page now displays original obj...Adrian Holovaty
2005-11-29Added a GOTCHA comment in django/core/template/init.pyAdrian Holovaty
2005-11-29Negligible spacing fix to admin/templates/widget/foreign.htmlAdrian Holovaty
2005-11-29Negligible spacing fix to admin.templatetags.admin_modifyAdrian Holovaty
2005-11-29Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they were...Adrian Holovaty
2005-11-29Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, S...Adrian Holovaty
2005-11-29Fixed #490 -- Fixed incorrect handling of cursor.rowcount in yet-unused datab...Adrian Holovaty
2005-11-29Fixed some tiny typos in docs/contributing.txtAdrian Holovaty
2005-11-28Restored {% debug %} template tag, which was inadvertently removed in [1443]Adrian Holovaty
2005-11-28Added "how to contribute to Django" documentJacob Kaplan-Moss
2005-11-28Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, neshAdrian Holovaty
2005-11-28Fixed #947 -- Corrected is_paginated variable in list_detail generic view. Th...Adrian Holovaty
2005-11-28Fixed #943 -- Restored django-admin createsuperuser functionality with no arg...Adrian Holovaty
2005-11-28fixes #946 - updated 'cs' translationGeorg Bauer
2005-11-28added a new translation tag for the search "go" buttonGeorg Bauer
2005-11-28Fixed #798 and #715 -- Added optional arguments to createsuperuser, for each ...Adrian Holovaty
2005-11-27Fixed #938 -- Fixed bug in admin model docs with OneToOneFieldAdrian Holovaty
2005-11-27Fixed bug in contrib/admin/templates/admin_doc/model_detail.htmlAdrian Holovaty
2005-11-27Updated middleware.txt and url_dispatch.txt docs to reflect [1470] (support f...Adrian Holovaty
2005-11-27Fixed #878 -- URLconf regex captures no longer have to be named groups. Old U...Adrian Holovaty
2005-11-27Removed unnecessary load_template_source() function in django/core/template/l...Adrian Holovaty
2005-11-27Fixed #917 -- Made admin change_list view overridable by custom templatesAdrian Holovaty
2005-11-27Moved {% extends %} tag to top of template for admin/change_list.htmlAdrian Holovaty
2005-11-27Fixed #931 -- Fixed unordered_list template filterAdrian Holovaty
2005-11-27Fixed #933 -- Updated 'django-admin.py sql polls' output in tutorial01. Thank...Adrian Holovaty
2005-11-27fixes #932 - updated 'cs' translationGeorg Bauer
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-27Changed template library system so that it looks for a module-level variable ...Adrian Holovaty
2005-11-27Fixed missing {% load i18n %} in admin/templates/admin_doc/bookmarklets.htmlAdrian Holovaty
2005-11-27fixes #929 - updated 'sr' translationGeorg Bauer
2005-11-27Added nesh's full name to AUTHORSAdrian Holovaty
2005-11-27Added a 'Directory listings' section to docs/static_files.txtAdrian Holovaty
2005-11-27Fixed ReST error in [1455]Adrian Holovaty
2005-11-27Added note to docs/static_files.txt about serving static files in productionAdrian Holovaty
2005-11-27Added docs/static_files.txtAdrian Holovaty
2005-11-27Fixed several bugs in docs/url_dispatch.txt, and made several clarificationsAdrian Holovaty
2005-11-27Added robots meta tag to views.static.serve to block robots from indexing and...Adrian Holovaty
2005-11-27Improved docs/modpython.txt to add note about debugging under mod_python with...Adrian Holovaty
2005-11-27Fixed ReST error in docs/templates_python.txt. Thanks, EABinGAAdrian Holovaty
2005-11-27Fixed bug in [1443] -- slice filter was registered as 'slice_'Adrian Holovaty
2005-11-27loading of templates in includes now reraises the template loading exception ...Georg Bauer
2005-11-27unknown sources are now shown correctly as <unknown source> (before it was sh...Georg Bauer
2005-11-26Fixed bug in [1443] -- Missing Context import in django.core.template.loaderAdrian Holovaty
2005-11-26Fixed bug in [1443] -- renamed compile_filters call to compile_filterAdrian Holovaty
2005-11-26Fixed bug in [1443] -- a decorator call was left inAdrian Holovaty
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-26Fixed #923 -- Made WSGI handler tolerant of no QUERY_STRING in os.environ. Th...Adrian Holovaty
2005-11-26fixes #910, #918 and #922 - updated 'sk', 'ru' and 'zh_CN' translationsGeorg Bauer