summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-16Temporarily commented-out the link to 'forgotten your password?' on the defau...Adrian Holovaty
2005-07-16Added helpful error message if DATABASE_NAME or DATABASE_USER is blank for po...Adrian Holovaty
2005-07-16Fixed formatting in admin css docsWilson Miner
2005-07-16Moved django.core.handler.ImproperlyConfigured into django.core.exceptionsAdrian Holovaty
2005-07-16One more extra image.Wilson Miner
2005-07-16Removed unneeded imagesWilson Miner
2005-07-16Added missing images, updated copyright on stylesheetsWilson Miner
2005-07-16Changed delete_stage admin view to run strip_tags on repr() of object to be d...Adrian Holovaty
2005-07-16Fixed bug in template example in docs/overview.txt -- thanks, pbx!Adrian Holovaty
2005-07-16Copy-edited docs/faq.txtAdrian Holovaty
2005-07-16Fixed #39 -- Thanks for the research, deelan!Adrian Holovaty
2005-07-16Rolled comments from template page into FAQJacob Kaplan-Moss
2005-07-16Rolled comments from install and faq pages into those docs.Jacob Kaplan-Moss
2005-07-16Fixed inconsistent capitalization in [109]Adrian Holovaty
2005-07-16Changed postgresql DB backend so that it gives a helpful error message if peo...Adrian Holovaty
2005-07-16Added ADMIN_MEDIA_PREFIX setting instead of hard-coding /m/Adrian Holovaty
2005-07-16Changed docs/install.txt to add a short description of what mod_python is, an...Adrian Holovaty
2005-07-16Changed [105] to match our code standardsJacob Kaplan-Moss
2005-07-16django.conf.settings now fails loudly if DJANGO_SETTINGS_MODULE is broken in ...Jacob Kaplan-Moss
2005-07-16Changed tutorial01 so that it explicitly says: Make sure you've already creat...Adrian Holovaty
2005-07-16Broadened scope of admin docsWilson Miner
2005-07-16Set executable bit on django-admin.pyAdrian Holovaty
2005-07-16Changed django-admin so that it doesn't load django.core.db or django.core.me...Adrian Holovaty
2005-07-16Added link to installation guide from docs/tutorial01.txtAdrian Holovaty
2005-07-16Renamed docs/tutorial.txt to docs/tutorial01.txt in preparation for the long ...Adrian Holovaty
2005-07-16Fixed a bunch of ReST-related bugs in docs/tutorial.txt and made some improve...Adrian Holovaty
2005-07-16Added docs/tutorial.txtAdrian Holovaty
2005-07-16Added admin media to the Django distributionAdrian Holovaty
2005-07-16django-admin.py startproject now automatically points admin TEMPLATE_DIRS set...Adrian Holovaty
2005-07-16Moved default admin templates from templates.admin to django.conf.admin_templ...Adrian Holovaty
2005-07-16'django-admin.py init' now creates a site in the sites table, and project_tem...Adrian Holovaty
2005-07-16Added default Django admin templatesAdrian Holovaty
2005-07-16Added ROOT_URLCONF and MIDDLEWARE_CLASSES to project_template.settings.adminAdrian Holovaty
2005-07-16Fixed small typo in overviewAdrian Holovaty
2005-07-15Gave django.core.meta.Model a repr(), as a fallbackAdrian Holovaty
2005-07-15Changed 'django-admin sqlclear' to output deletion of content_types table now...Adrian Holovaty
2005-07-15Changed 'django-admin startapp' so that it try to write to INSTALLED_APPS mag...Adrian Holovaty
2005-07-15Fixed tiny formatting bug in install.txtAdrian Holovaty
2005-07-15Added clarification about psycopg version 1, not version 2Adrian Holovaty
2005-07-15Changed docs/install to point out that you need Python DB bindingsAdrian Holovaty
2005-07-15Fixed small bug in auto-generated comment in project_template.settings.mainAdrian Holovaty
2005-07-15Added project_template.settings.adminAdrian Holovaty
2005-07-15Added DATABASE_PASSWORD stub to project_template/settings/mainAdrian Holovaty
2005-07-15Changed DEBUG to be True by default in new projectsAdrian Holovaty
2005-07-15Changed django-admin startproject so that it doesn't copy .pyc filesAdrian Holovaty
2005-07-15Fixed typo in install.txtAdrian Holovaty
2005-07-15Added a small clarification to doc/install.txtAdrian Holovaty
2005-07-15Added some spacing to doc/install.txtAdrian Holovaty
2005-07-15Added Apache and DB instructions to doc/install.txtAdrian Holovaty
2005-07-15Fixed small indentation error in [73]Jacob Kaplan-Moss