summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
2005-11-15fixes #804 - updated slovak translationGeorg Bauer
2005-11-15added new danish translationGeorg Bauer
2005-11-14fixes #790 and #791 - updated cs and sk translationsGeorg Bauer
2005-11-14added the missing icenlandic message file (didn't svn add last time and didn'...Georg Bauer
2005-11-13fixes #751, added new icelandic translation (thx Dagur), updated the serbian ...Georg Bauer
2005-11-13added swedish to the global settings LANGUAGESGeorg Bauer
2005-11-13fixes #751 - new swedish translation. thx Robin.Georg Bauer
2005-11-12fixes #109 - added translation possibilities for date and time formats (and u...Georg Bauer
2005-11-12fixed #777 and #775 - updated bn and sk translationsGeorg Bauer
2005-11-12Completely refactored legacy RSS framework to the new django.contrib.syndicat...Adrian Holovaty
2005-11-11Added INSTALLED_APPS to global_settings. It's an empty tuple by default.Adrian Holovaty
2005-11-11updated sk translation and updated all messagefiles for new filenames/linenum...Georg Bauer
2005-11-11updated french translationGeorg Bauer
2005-11-11fixes #765, #767 and #770 - new sk, cs and zh_CN translations. thx vlado, Rad...Georg Bauer
2005-11-11BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...Adrian Holovaty
2005-11-11Entries in INSTALLED_APPS can now be of the form "django.contrib.*", which Jacob Kaplan-Moss
2005-11-10and now the actual translation files for bengali ...Georg Bauer
2005-11-10fixes #762 - new bengali translation. Thx. b.ghoseGeorg Bauer
2005-11-09fixed german translationGeorg Bauer
2005-11-09updated german language fileGeorg Bauer
2005-11-09updated .po/.mo files for new message IDs and new line numbersGeorg Bauer
2005-11-09added ro and cy to the LANGUAGES settingGeorg Bauer
2005-11-09fixes #747 - new welsh translation. Thx Esaj.Georg Bauer
2005-11-09fixes #756 - added new romanian translation (thx. tibimicu).Georg Bauer
2005-11-09Changed RSS urlconf to accept any character for param -- not just slashes and...Adrian Holovaty
2005-11-07Added Slovak (sk) translation. Thanks, VladoAdrian Holovaty
2005-11-06Fixed #109 -- Created DATE_FORMAT, DATETIME_FORMAT and TIME_FORMAT settings.Adrian Holovaty
2005-11-06Reordered MEDIA_ROOT and MEDIA_URL in global_settings so they're not in the C...Adrian Holovaty
2005-11-06Fixed #732 -- Updated de translation. Thanks, lucky@knup.deAdrian Holovaty
2005-11-06Fixed #738 -- Updated cs translation. Thanks, radek svarzAdrian Holovaty
2005-11-04Fixed #728 -- Updated Norwegian translation. Thanks, EspenAdrian Holovaty
2005-11-04Renamed language no_NB to noAdrian Holovaty
2005-11-04Added Norwegian translation -- Thanks EspenAdrian Holovaty
2005-11-04Companion .mo-file checkin to [1077]Adrian Holovaty
2005-11-04Renamed 'Traditional Chinese' to 'Simplified Chinese' and updated po filesAdrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-10-25Changed global_settings.TEMPLATE_LOADERS to be same as default project_templa...Adrian Holovaty
2005-10-19Removed duplicate LANGUAGE_CODE from project_template/settings. Thanks, EspenGAdrian Holovaty
2005-10-19Added TIME_ZONE and LANGUAGE_CODE to stock settings file created by 'django-a...Adrian Holovaty
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty
2005-10-18Moved views.admin.main to contrib.admin.views.main. Refs #627. Note that this...Adrian Holovaty
2005-10-18Removed jsvalidation line in django.conf.urls.admin -- that doesn't existAdrian Holovaty
2005-10-18Moved django.views.admin.template and django.views.admin.doc to django.contri...Adrian Holovaty
2005-10-17Fixed #638 and cleaned up some CSSWilson Miner
2005-10-17Changed global_settings.ADMIN_FOR from [] to ()Adrian Holovaty
2005-10-17Fixed #583 -- Added app_directories template loader, which searches for templ...Adrian Holovaty
2005-10-16Removed django/conf/admin_templates/changelist_generic.html -- a leftover, le...Adrian Holovaty
2005-10-15Fixed #225 -- Added first stab at MS SQL Server support (via ADO). Thanks to ...Adrian Holovaty
2005-10-14Fixed #582 -- Added support for loading templates from Python eggs, and a TEM...Adrian Holovaty
2005-10-14Fixed #618 -- Added DATABASE_PORT setting. Thanks, EsajAdrian Holovaty