summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-07-15Clarified template documentationWilson Miner
2005-07-15Fixed a few small errors in the install docJacob Kaplan-Moss
2005-07-15Added docs/install.txtAdrian Holovaty
2005-07-15Added URL config documentationJacob Kaplan-Moss
2005-07-15Fixed small error in overview docJacob Kaplan-Moss
2005-07-15Changed setup.py author and added django-admin to distutils 'scripts'Adrian Holovaty
2005-07-15Yes yes yes -- more documentation improvementsJacob Kaplan-Moss
2005-07-15Added ez_setup.py -- companion to [65]Adrian Holovaty
2005-07-15Moved django.bin.setup to root level and converted it to use setuptools. Stil...Adrian Holovaty
2005-07-15Removed the vestigal get_choices_from from ManyToMany relations.Jacob Kaplan-Moss
2005-07-15Linked-up Apache, Python and PostgreSQL in the FAQAdrian Holovaty
2005-07-15Changed name on LICENSE to be lawyerrifficJacob Kaplan-Moss
2005-07-15Fixed typo in FAQ -- Thanks, nathancolgateAdrian Holovaty
2005-07-15Removed gunk from legacy django.bin.setup, although distutils installation is...Adrian Holovaty
2005-07-15Fixed #3 -- Made OneToOneField act like ForeignKey and ManyToManyField. This ...Adrian Holovaty
2005-07-15Changed faq to add 'What does Django mean'Adrian Holovaty
2005-07-15Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...Adrian Holovaty
2005-07-15Added cache documentationJacob Kaplan-Moss
2005-07-15Changed mentions of CMS to Django in django.core xheaders and exceptionsAdrian Holovaty