3
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Nov 18, 2024 — Nov 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More installation streamlining: Added default urlconfs, for both main and admin, to project_template. Changed ROOT_URLCONF in default main and admin settings to point at their respective default urlconfs More... over 20 years ago
Temporarily commented-out the link to 'forgotten your password?' on the default admin login.html template More... over 20 years ago
Added helpful error message if DATABASE_NAME or DATABASE_USER is blank for postgresql More... over 20 years ago
Fixed formatting in admin css docs More... over 20 years ago
Moved django.core.handler.ImproperlyConfigured into django.core.exceptions More... over 20 years ago
One more extra image. More... over 20 years ago
Removed unneeded images More... over 20 years ago
Added missing images, updated copyright on stylesheets More... over 20 years ago
Changed delete_stage admin view to run strip_tags on repr() of object to be deleted More... over 20 years ago
Fixed bug in template example in docs/overview.txt -- thanks, pbx! More... over 20 years ago
Copy-edited docs/faq.txt More... over 20 years ago
Fixed #39 -- Thanks for the research, deelan! More... over 20 years ago
Rolled comments from template page into FAQ More... over 20 years ago
Rolled comments from install and faq pages into those docs. More... over 20 years ago
Fixed inconsistent capitalization in [109] More... over 20 years ago
Changed postgresql DB backend so that it gives a helpful error message if people are using psycopg 2 instead of version 1 More... over 20 years ago
Added ADMIN_MEDIA_PREFIX setting instead of hard-coding /m/ More... over 20 years ago
Changed docs/install.txt to add a short description of what mod_python is, and a link to the WSGI PEP More... over 20 years ago
Changed [105] to match our code standards More... over 20 years ago
django.conf.settings now fails loudly if DJANGO_SETTINGS_MODULE is broken in any way. More... over 20 years ago
Changed tutorial01 so that it explicitly says: Make sure you've already created the database More... over 20 years ago
Broadened scope of admin docs More... over 20 years ago
Set executable bit on django-admin.py More... over 20 years ago
Changed django-admin so that it doesn't load django.core.db or django.core.meta unless it needs to. As a result, 'django-admin startproject' works even if the database parameters are set incorrectly More... over 20 years ago
Added link to installation guide from docs/tutorial01.txt More... over 20 years ago
Renamed docs/tutorial.txt to docs/tutorial01.txt in preparation for the long list of extremely helpful tutorials More... over 20 years ago
Fixed a bunch of ReST-related bugs in docs/tutorial.txt and made some improvements More... over 20 years ago
Added docs/tutorial.txt More... over 20 years ago
Added admin media to the Django distribution More... over 20 years ago
django-admin.py startproject now automatically points admin TEMPLATE_DIRS setting at the location of the default admin templates More... over 20 years ago