index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2005-07-16
Temporarily commented-out the link to 'forgotten your password?' on the defau...
Adrian Holovaty
2005-07-16
Added helpful error message if DATABASE_NAME or DATABASE_USER is blank for po...
Adrian Holovaty
2005-07-16
Fixed formatting in admin css docs
Wilson Miner
2005-07-16
Moved django.core.handler.ImproperlyConfigured into django.core.exceptions
Adrian Holovaty
2005-07-16
One more extra image.
Wilson Miner
2005-07-16
Removed unneeded images
Wilson Miner
2005-07-16
Added missing images, updated copyright on stylesheets
Wilson Miner
2005-07-16
Changed delete_stage admin view to run strip_tags on repr() of object to be d...
Adrian Holovaty
2005-07-16
Fixed bug in template example in docs/overview.txt -- thanks, pbx!
Adrian Holovaty
2005-07-16
Copy-edited docs/faq.txt
Adrian Holovaty
2005-07-16
Fixed #39 -- Thanks for the research, deelan!
Adrian Holovaty
2005-07-16
Rolled comments from template page into FAQ
Jacob Kaplan-Moss
2005-07-16
Rolled comments from install and faq pages into those docs.
Jacob Kaplan-Moss
2005-07-16
Fixed inconsistent capitalization in [109]
Adrian Holovaty
2005-07-16
Changed postgresql DB backend so that it gives a helpful error message if peo...
Adrian Holovaty
2005-07-16
Added ADMIN_MEDIA_PREFIX setting instead of hard-coding /m/
Adrian Holovaty
2005-07-16
Changed docs/install.txt to add a short description of what mod_python is, an...
Adrian Holovaty
2005-07-16
Changed [105] to match our code standards
Jacob Kaplan-Moss
2005-07-16
django.conf.settings now fails loudly if DJANGO_SETTINGS_MODULE is broken in ...
Jacob Kaplan-Moss
2005-07-16
Changed tutorial01 so that it explicitly says: Make sure you've already creat...
Adrian Holovaty
2005-07-16
Broadened scope of admin docs
Wilson Miner
2005-07-16
Set executable bit on django-admin.py
Adrian Holovaty
2005-07-16
Changed django-admin so that it doesn't load django.core.db or django.core.me...
Adrian Holovaty
2005-07-16
Added link to installation guide from docs/tutorial01.txt
Adrian Holovaty
2005-07-16
Renamed docs/tutorial.txt to docs/tutorial01.txt in preparation for the long ...
Adrian Holovaty
2005-07-16
Fixed a bunch of ReST-related bugs in docs/tutorial.txt and made some improve...
Adrian Holovaty
2005-07-16
Added docs/tutorial.txt
Adrian Holovaty
2005-07-16
Added admin media to the Django distribution
Adrian Holovaty
2005-07-16
django-admin.py startproject now automatically points admin TEMPLATE_DIRS set...
Adrian Holovaty
2005-07-16
Moved 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-16
Added default Django admin templates
Adrian Holovaty
2005-07-16
Added ROOT_URLCONF and MIDDLEWARE_CLASSES to project_template.settings.admin
Adrian Holovaty
2005-07-16
Fixed small typo in overview
Adrian Holovaty
2005-07-15
Gave django.core.meta.Model a repr(), as a fallback
Adrian Holovaty
2005-07-15
Changed 'django-admin sqlclear' to output deletion of content_types table now...
Adrian Holovaty
2005-07-15
Changed 'django-admin startapp' so that it try to write to INSTALLED_APPS mag...
Adrian Holovaty
2005-07-15
Fixed tiny formatting bug in install.txt
Adrian Holovaty
2005-07-15
Added clarification about psycopg version 1, not version 2
Adrian Holovaty
2005-07-15
Changed docs/install to point out that you need Python DB bindings
Adrian Holovaty
2005-07-15
Fixed small bug in auto-generated comment in project_template.settings.main
Adrian Holovaty
2005-07-15
Added project_template.settings.admin
Adrian Holovaty
2005-07-15
Added DATABASE_PASSWORD stub to project_template/settings/main
Adrian Holovaty
2005-07-15
Changed DEBUG to be True by default in new projects
Adrian Holovaty
2005-07-15
Changed django-admin startproject so that it doesn't copy .pyc files
Adrian Holovaty
2005-07-15
Fixed typo in install.txt
Adrian Holovaty
2005-07-15
Added a small clarification to doc/install.txt
Adrian Holovaty
2005-07-15
Added some spacing to doc/install.txt
Adrian Holovaty
2005-07-15
Added Apache and DB instructions to doc/install.txt
Adrian Holovaty
2005-07-15
Fixed small indentation error in [73]
Jacob Kaplan-Moss
[next]