summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-11-22Fixed formatting bug in docs/templates.txtAdrian Holovaty
2005-11-22Fixed use of "_" in RelaxNGCompact validator which was conflicting with gette...Jacob Kaplan-Moss
2005-11-21fixes #869 - updated 'sk' translationGeorg Bauer
2005-11-21Fixed #866: static.serve view no longer opens files in text mode -- thanks, E...Jacob Kaplan-Moss
2005-11-21fixed a bug with some validators that used parameterized gettext_lazy strings...Georg Bauer
2005-11-21fixed a bug that prevented the unique validation to workGeorg Bauer
2005-11-21fixes #753 - ValidationError and CriticalValidationError now accept both stri...Georg Bauer
2005-11-21Fixed #273 -- BACKWARDS-INCOMPATIBLE CHANGE -- Changed auth.User.password fie...Adrian Holovaty
2005-11-21Fixed #800 -- Fixed bug in treatement of underscores and percent signs in SQL...Adrian Holovaty
2005-11-21Added unit tests to verify OneToOne deletion worksAdrian Holovaty
2005-11-21Added unit tests to verify #800. Refs #800Adrian Holovaty
2005-11-21Fixed #861 -- Model validator now validates unique_togetherAdrian Holovaty
2005-11-21Fixed bug for OneToOneFields in the admin -- the manipulator_validator_unique...Adrian Holovaty
2005-11-21Added clarification to TIME_ZONE setting docsAdrian Holovaty
2005-11-21Fixed #527 -- Changed method_get_related() to use rel.get_related_field() ins...Adrian Holovaty
2005-11-20Added 'Should I use the official version or development version?' question to...Adrian Holovaty
2005-11-20Gave formfields.EmailField a maxlength kwargAdrian Holovaty
2005-11-20Gave EmailField a get_internal_type() method and removed it from DATA_TYPES i...Adrian Holovaty