summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-17Added 'Adding related objects' section to docs/tutorial02.txtAdrian Holovaty
2005-07-17Copy-edited model-API docsAdrian Holovaty
2005-07-17Added missing admin images (for real this time)Wilson Miner
2005-07-17Improved tutorial02 to discuss login errors, linking to the FAQAdrian Holovaty
2005-07-17Added an example to one of the FAQ answers from [132]Adrian Holovaty
2005-07-17Added two admin login-related questions to the FAQAdrian Holovaty
2005-07-17Changed FAQ 'Who's behind this' to give our locationsAdrian Holovaty
2005-07-17Fixed ReST errors in docs/tutorial02.txtAdrian Holovaty
2005-07-17Added first part of docs/tutorial02.txtAdrian Holovaty
2005-07-16Changed generic admin changelist to order by ID if no other ordering is speci...Adrian Holovaty
2005-07-16More installation streamlining/automation: Added adminapplist templatetag lib...Adrian Holovaty
2005-07-16Added help_text to auth.User.password_md5Adrian Holovaty
2005-07-16Removed an unneeded line of code in django/templatetags/adminmedia.pyAdrian Holovaty
2005-07-16More installation streamlining: Added default urlconfs, for both main and adm...Adrian Holovaty
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