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