summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-21Fixed #114 -- Changed uses of deprecated 'whrandom' module to 'random'Adrian Holovaty
2005-07-21Added 'django-admin createsuperuser' and updated tutorial to use it instead o...Adrian Holovaty
2005-07-21Added 'Serving media files' to docs/modpython.txtAdrian Holovaty
2005-07-21Filled in INSTALL and README filesAdrian Holovaty
2005-07-21Fixed #103 -- Changed docs/install.txt to note there is no official version yetAdrian Holovaty
2005-07-20Added optional rel_name parameter to ManyToManyField, which makes it possible...Adrian Holovaty
2005-07-20Small code cleanup -- changed django.core.management.get_sql_delete to use ge...Adrian Holovaty
2005-07-20Fixed #123 -- thanks jay!Jacob Kaplan-Moss
2005-07-20Added note about ForeignKey("self"); fixes #100Jacob Kaplan-Moss
2005-07-20Added clarification about 'django-admin.py sqlclear' to docs/tutorial01Adrian Holovaty
2005-07-20Fixed small bug in print_error() calls in django-adminAdrian Holovaty
2005-07-20Fixed small problem in [250]Jacob Kaplan-Moss
2005-07-20Added "philosophy" sections to tutorials so they can be styled differentlyJacob Kaplan-Moss
2005-07-20Added '--settings' option to django-admin. This specifies which settings modu...Adrian Holovaty
2005-07-20Argh: fixed another bug in [244]Jacob Kaplan-Moss
2005-07-20Fixed really dumb bug in [244]Jacob Kaplan-Moss
2005-07-20Added "reversed" option to get_comment_list templatetag to return comments in...Jacob Kaplan-Moss
2005-07-20Fixed #97 -- Refactored django-admin.py so that it only contains command-line...Adrian Holovaty
2005-07-20Fixed #102 -- Now using text/plain mimetype for exceptions displayed in the b...Adrian Holovaty
2005-07-20'django-admin runserver' now displays the settings module you're using when i...Adrian Holovaty
2005-07-20Cleaned up code in django.conf.settings to move DJANGO_SETTINGS_MODULE into a...Adrian Holovaty
2005-07-20Fixed ForeignKey('self') so that extra cruft parameters aren't necessary. Als...Adrian Holovaty
2005-07-20Added 'How can I customize the functionality of the admin interface?' to FAQAdrian Holovaty
2005-07-20Fixed typos and tightened up docs/url_dispatch.txtAdrian Holovaty
2005-07-20Changed models.auth.Session.get_session_from_cookie to raise SessionDoesNotEx...Adrian Holovaty
2005-07-20Changed django.views.defaults to use template.Context instead of core.extensi...Adrian Holovaty
2005-07-20Made ModPythonHandler.get_response() tolerant of repr(request) that has an ex...Adrian Holovaty
2005-07-20Added missing import to [230]Adrian Holovaty
2005-07-20Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are sh...Adrian Holovaty
2005-07-19Fixed #59 -- Changed hard-coded references to password_change and logout in a...Adrian Holovaty
2005-07-19Fixed #84 -- CREATE TABLE foreign keys now work in MySQLAdrian Holovaty
2005-07-19Fixed inevitable ReST bug in [224]Adrian Holovaty
2005-07-19Added better description of SlugFieldAdrian Holovaty
2005-07-19Changed docs/cache to add docs for site-wide caching, via the cache middlewareAdrian Holovaty
2005-07-19Added 'Running a development server with mod_python' to docs/modpython.txtAdrian Holovaty
2005-07-19Added note about 'PythonDebug Off' to docs/modpython.txtAdrian Holovaty
2005-07-19Added some more to docs/modpython.txtAdrian Holovaty
2005-07-19Removed redundant word from docs/modpython.txtAdrian Holovaty
2005-07-19Added note to tutorial02 on how to stop the development server on Unix vs. Wi...Adrian Holovaty
2005-07-19Added 'How can I see the raw SQL queries Django is running?' to the FAQAdrian Holovaty
2005-07-19Added 'How to use Django with mod_python' -- docs/modpython.txtAdrian Holovaty
2005-07-19Fixed the annoying login error that happens in some cases when REGISTRATION_C...Adrian Holovaty
2005-07-19Improved error message when DATABASE_ENGINE is invalid. It now displays a lis...Adrian Holovaty
2005-07-19Fixed bug in example exception in tutorial03 -- thanks, Amit UpadhyayAdrian Holovaty
2005-07-19Fixed #88 -- settings are now forgiving of single-element INSTALLED_APPS and ...Adrian Holovaty
2005-07-19Fixed #67 -- Human-readable name is now optional in model fields. If a second...Adrian Holovaty
2005-07-19Fixed ReST formatting bug in db-api.txtAdrian Holovaty
2005-07-19Added screenshots to admin css docsWilson Miner
2005-07-19Fixed error in instructions for form labels.Wilson Miner
2005-07-19Quick bugfix to [207] -- MySQL doesn't have ILIKEAdrian Holovaty