summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2005-11-27Fixed #931 -- Fixed unordered_list template filterAdrian 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 robots meta tag to views.static.serve to block robots from indexing and...Adrian 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 #913 -- Made more helpful error for list_filter error. Thanks, Tom TobinAdrian 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-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
2005-11-25Tiny formatting changes to templatetags/i18n.pyAdrian Holovaty
2005-11-25Converted django.contrib.admin.templatetags.adminmedia to use simple_tag deco...Adrian Holovaty
2005-11-25Fixed #625 -- Added template-tag decorators simple_tag and inclusion_tag. Tak...Adrian Holovaty
2005-11-25and another little fix to the email sending stuff on password_reset - using C...Georg Bauer
2005-11-25now really fixed the source formatting. brought to you by the magics of IRC-b...Georg Bauer
2005-11-24just another small fix to the template_debug layoutGeorg Bauer
2005-11-24fixed debug view for templates so it starts counting with 1Georg Bauer
2005-11-24mail sending used Template.render, but passed only a dictionary, not a Contex...Georg Bauer
2005-11-24small fix to the template_debug stuff, it was dropping last characters and di...Georg Bauer
2005-11-24Fixed #896 -- Fixed error in filesystem serve view in Windows. Thanks, Petar ...Adrian Holovaty
2005-11-24Converted django/models/__init__.py to use unix newlines, not DOSAdrian Holovaty
2005-11-24Fixed #892 -- TemplateDoesNotExist errors now get a 'Template-loader postmort...Adrian Holovaty
2005-11-24Added a get_template_sources generator function to filesystem and app_directo...Adrian Holovaty
2005-11-24fixes #898 - updated 'sk' translation. Additional a small fix in the 'de' tra...Georg Bauer
2005-11-24fixed a typo in a trans template tag. Thx David Ascher (on IRC)Georg Bauer
2005-11-24Fixed small typo in User object; thanks David AscherJacob Kaplan-Moss
2005-11-24Updated django.utils.translation due to template changes from [1379]. From ne...Adrian Holovaty
2005-11-24changed the linebreaks_iter function to use str.find instead of re.finditer, ...Georg Bauer
2005-11-23Added Wilson's HTML tweaks to the template error screenAdrian Holovaty
2005-11-23Added Wilson's CSS tweaks to the template error screenAdrian Holovaty
2005-11-23Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty
2005-11-23Fixed missing {% load i18n %} tag in comments FREE_COMMENT_FORM templateAdrian Holovaty