summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
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 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-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-21Fixed #527 -- Changed method_get_related() to use rel.get_related_field() ins...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
2005-11-20Fixed #484 -- Model validator now raises an error for FloatFields without max...Adrian Holovaty
2005-11-20Fixed #527 and #768 -- Fixed longstanding bug with OneToOneFields. All unit t...Adrian Holovaty
2005-11-20Added SESSION_SAVE_EVERY_REQUEST setting.Adrian Holovaty
2005-11-20Fixed #842 -- 500 error view no longer breaks for local variable named 'items...Adrian Holovaty
2005-11-20Fixed #845 -- flatpages middleware no longer throws 404 exception for DEBUG=T...Adrian Holovaty
2005-11-18fixes #837: updated 'ru' translationGeorg Bauer
2005-11-18Added feed configurations for django.contrib.commentsJacob Kaplan-Moss
2005-11-17fixes #821 - updated slovak translationGeorg Bauer
2005-11-17Fixed #825; thanks for the suggestions, aaronswJacob Kaplan-Moss
2005-11-17Fixed #827 -- For admin list_display functions without a short_description, D...Adrian Holovaty
2005-11-17Fixed #815 -- 'select' keyword in DB API calls is now quoted correctly. Thank...Adrian Holovaty
2005-11-17Fixed #823 - cleaned up invalid HTML in debug error template. Thanks, SuneJacob Kaplan-Moss
2005-11-17Fixed #822 -- Changed 500 view to use disclosure triangles instead of up/down...Adrian Holovaty
2005-11-16fixes #728, updated no translationGeorg Bauer
2005-11-16fixes #807, #809 and #818 - updated translations for fr, zh_CN and ru.Georg Bauer
2005-11-16fixed a bug that happened only if the very first gettext call was an ngettextGeorg Bauer
2005-11-16Changed 'django-admin.py startapp' application template to use views.py inste...Adrian Holovaty
2005-11-16Changed FormWrapper.fields (from [1253]) to be a property, so that it's only ...Adrian Holovaty
2005-11-15Fixed #587 - iteration through formfields in a FormWrapper is now allowed (th...Jacob Kaplan-Moss
2005-11-15fixes #804 - updated slovak translationGeorg Bauer
2005-11-15added new danish translationGeorg Bauer
2005-11-15Added django.views.generic.simple.redirect_to view for issuing simple redirec...Jacob Kaplan-Moss
2005-11-15Added django.views.generic.simple.direct_to_template which renders a given te...Jacob Kaplan-Moss
2005-11-15Fixed #796 -- Gave AnonymousUser a has_module_perms method.Adrian Holovaty
2005-11-15Fixed #799: any setting with "SECRET" or "PASSWORD" in the name is escaped in...Jacob Kaplan-Moss
2005-11-15added missing docstring to the blocktrans template tagGeorg Bauer
2005-11-15Fixed bug in postgresql backend that prevented the user of passwords with spa...Jacob Kaplan-Moss
2005-11-14Added NOINDEX tag to debug 500 page (for robots)Jacob Kaplan-Moss
2005-11-14Added "pretty" error pages to be used when DEBUG is True.Jacob Kaplan-Moss
2005-11-14fixes #790 and #791 - updated cs and sk translationsGeorg Bauer
2005-11-14fixes bug with blocktrans and parameters not actually doing the translation (...Georg Bauer
2005-11-14added the missing icenlandic message file (didn't svn add last time and didn'...Georg Bauer
2005-11-14Fixed #787 -- High-level syndication framework now picks up author details. A...Adrian Holovaty
2005-11-14Improved Atom feed-generating framework to output <link rel='self'>. Added a ...Adrian Holovaty
2005-11-14Fixed #784 -- Atom feeds now use RFC3339 datetime formatAdrian Holovaty