summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-25Negligible spacing change in tests/othertests/templates.pyAdrian 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 TEMPLATE_DEBUG to docs/settings.txtAdrian Holovaty
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
2005-11-23Added better error handling for trailing periods in URLconf include()sAdrian Holovaty
2005-11-23Fixed #886 -- timesince utility now supports microseconds. Thanks, Aaron SwartzAdrian Holovaty
2005-11-23updated all message files for translation hooks from [1368]Georg Bauer
2005-11-23another update for the german translations fileGeorg Bauer
2005-11-23updated message files for new translation targets (comments) and updated 'de'...Georg Bauer
2005-11-23Applied translation strings from new-admin to contrib.admin.views.docAdrian Holovaty
2005-11-23made the message when locale/ or conf/locale/ could not be found a bit more c...Georg Bauer
2005-11-23Added translation strings to django.contrib.comments. Taken from new-admin.Adrian Holovaty
2005-11-22updated 'sk' translations. Fixes #881Georg Bauer
2005-11-22added translation hooks to timesince and updated message files to reflect the...Georg Bauer
2005-11-22preliminary fix for DATE_FORMAT and friends in 'cs' translationGeorg Bauer
2005-11-22Fixed grammar error in error message from [1355]Adrian Holovaty
2005-11-22Fixed #879 -- Middleware loader now throws a better error for MIDDLEWARE_CLAS...Adrian Holovaty
2005-11-22Added docs/add_ons.txt -- small documentation of contribAdrian Holovaty
2005-11-22Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhangAdrian Holovaty
2005-11-22Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtekAdrian Holovaty
2005-11-22Fixed #874 -- Changed debug views to use text/html mime-type instead of DEFAU...Adrian Holovaty
2005-11-22Changed views.defaults page_not_found and server_error to pass in optional te...Adrian Holovaty
2005-11-22Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th...Adrian Holovaty
2005-11-22Changed package_data formatting in setup.py to match that of new-adminAdrian Holovaty
2005-11-22Tiny logic tightening in core.template.loader -- taken from new-adminAdrian Holovaty
2005-11-22Removed trailing slash in PROFILE_DATA_DIR in profiler-hotshot to match new-a...Adrian Holovaty
2005-11-22Fixed bug in docs/templates.txtAdrian Holovaty
2005-11-22Beefed up docs for floatformat template filterAdrian Holovaty