summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-11-20Added an EmailField to the many_to_one API testsAdrian 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-20Changed one_to_one unit test to use %r instead of %s in repr methodAdrian Holovaty
2005-11-20Another change to docs/model-api.txtAdrian Holovaty
2005-11-20Small improvement to docs/model-api.txtAdrian Holovaty
2005-11-20Added 'Executing custom SQL' section to docs/model-api.txtAdrian Holovaty
2005-11-20Added note to docs/sessions.txt about only being available in development ver...Adrian Holovaty
2005-11-20Added SESSION_SAVE_EVERY_REQUEST setting.Adrian Holovaty
2005-11-20Fixed #848 -- Made auth docs more clear on permission handling.Adrian Holovaty
2005-11-20Fixed #850 -- Made clarification in docs/tutorial02.txt. Thanks, DanielAdrian Holovaty
2005-11-20Fixed #839 -- Fixed typo in docs/cache.txtAdrian 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-20Fixed #846 -- Fixed bug in docs/syndication_feeds.txt. Thanks, dericAdrian Holovaty
2005-11-19Fixed typo in docs/model-api.txt. Thanks, anlAdrian Holovaty
2005-11-19Fixed ReST bugs in [1291]Adrian Holovaty
2005-11-19Beefed up docs/url_dispatch.txtAdrian Holovaty
2005-11-18Fixed #838 -- Removed unused link in tutorial01.txt. Thanks, paoloAdrian 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 two failing i18n tests - they only failed when using ./runtests, now th...Georg 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-16Added official-version information to docs/install.txtAdrian Holovaty
2005-11-16Fixed #808 -- Fixed typo in docs/forms.txt. Thanks, limodouAdrian Holovaty
2005-11-16Changed tutorial02 not to say redirects and flatpages are includedAdrian Holovaty
2005-11-16Added links to auth docs in docs/templates_python.txtAdrian Holovaty
2005-11-16Updated setup.py to include locales and *.TXT in package_data. Changed versio...Adrian Holovaty
2005-11-16Upgraded ez_setup.py from 0.6a5 to 0.6a7Adrian Holovaty
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-16Small style cleanup of docs/generic_views.txtAdrian Holovaty
2005-11-15Fixed #587 - iteration through formfields in a FormWrapper is now allowed (th...Jacob Kaplan-Moss