summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-11-26Fixed #903 -- Added login_url argument to user_passes_test view decorator. Di...Adrian Holovaty
2005-11-26Fixed bug in Python 2.3 example of user_passes_test decorator in docs/authent...Adrian Holovaty
2005-11-26Fixed #913 -- Made more helpful error for list_filter error. Thanks, Tom TobinAdrian Holovaty
2005-11-26Added 'Error handling' section to docs/modpython.txtAdrian Holovaty
2005-11-25updated all message files for the new_admin mergeGeorg Bauer
2005-11-25Merged mo/po files from new-admin branchAdrian Holovaty
2005-11-25MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...Adrian Holovaty
2005-11-25Fixed #906 - thanks, EsajJacob Kaplan-Moss
2005-11-25Fixed #882 -- Fixed bug when doing django-admin.py sqlclear with SQLite. Than...Adrian Holovaty
2005-11-25Fixed #830 -- Added an AUTHORS file, which is inevitably incompleteAdrian Holovaty
2005-11-25Fixed typo in docs/model-api.txtAdrian Holovaty
2005-11-25Added translation strings to django/core/meta/fields.py. Taken from new-admin.Adrian Holovaty
2005-11-25Added translation strings to core/formfields.py. Taken from new-admin.Adrian Holovaty
2005-11-25new-admin and trunk: Normalized spacing differences in bin/validate.py betwee...Adrian Holovaty
2005-11-25Added translation strings to django/contrib/admin/views/decorators.py. Taken ...Adrian Holovaty