summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-18Changed django.utils.httpwrappers.parse_file_upload() NOT to be coupled to mo...Adrian Holovaty
2005-07-18Folded django.core.handler.CoreHandler.get_request() into CoreHandler.call()Adrian Holovaty
2005-07-18Fixed #50 -- Fixed small bug in tutorial1 directory-listing example. Thanks, ...Adrian Holovaty
2005-07-18Fixed #53 -- Thanks, Dobbes!Adrian Holovaty
2005-07-17Factored out database-specific date_trunc behavior into dbmod.get_date_trunc_...Adrian Holovaty
2005-07-17Changed core.db to give a friendlier error message if the DATABASE_ENGINE set...Adrian Holovaty
2005-07-17Factored out database-specific date_extract behavior into dbmod.get_date_extr...Adrian Holovaty
2005-07-17Changed models.auth.LogEntry.get_admin_url NOT to be hard-coded with an initi...Adrian Holovaty
2005-07-17Fixed #40 -- Removed legacy code from meta.py method_set_related_many_to_many...Adrian Holovaty
2005-07-17Fixed #42 -- OneToOneField now works with SQL generationAdrian Holovaty
2005-07-17Changed setup.py to include admin_templates. Thanks for the heads-up, Freewhe...Adrian Holovaty
2005-07-17Fixed img paths in css to point to img/adminWilson Miner
2005-07-17Fixed path to icon_searchbox.pngWilson Miner
2005-07-17Moved admin images to correct path specified in views/admin/main.pyWilson Miner
2005-07-17Fixed inevitable ReST bugs in [150]Adrian Holovaty
2005-07-17Fixed inevitable ReST bugs in [149]Adrian Holovaty
2005-07-17Fixed inevitable ReST bugs in [148]Adrian Holovaty
2005-07-17Added notes to documentation that MySQL support has not been comprehensively ...Adrian Holovaty
2005-07-17Fixed #43Wilson Miner
2005-07-17Changed tutorial01 to clarify how to set an environment variable in Windows. ...Adrian Holovaty
2005-07-17Fixed typo in template docs -- Thanks, Nicholas Riley and Robin Munn!Adrian Holovaty
2005-07-17Linked tutorial 2 to the admin CSS guideAdrian Holovaty
2005-07-17Fixed mistake in tutorial01 -- it mentioned expiration date by mistake. Thank...Adrian Holovaty
2005-07-17Finished tutorial02 and added a link to it from tutorial01Adrian Holovaty
2005-07-17Tiny tweaks to tutorial02.txtAdrian Holovaty
2005-07-17Fixed small formatting errors in [139]Adrian Holovaty
2005-07-17Added 'Customize the admin change list' section to docs/tutorial02.txtAdrian Holovaty
2005-07-17Fixed the inevitable ReST bug in [137]Adrian Holovaty
2005-07-17Added 'Adding related objects' section to docs/tutorial02.txtAdrian Holovaty
2005-07-17Copy-edited model-API docsAdrian Holovaty
2005-07-17Added missing admin images (for real this time)Wilson Miner
2005-07-17Improved tutorial02 to discuss login errors, linking to the FAQAdrian Holovaty
2005-07-17Added an example to one of the FAQ answers from [132]Adrian Holovaty
2005-07-17Added two admin login-related questions to the FAQAdrian Holovaty
2005-07-17Changed FAQ 'Who's behind this' to give our locationsAdrian Holovaty
2005-07-17Fixed ReST errors in docs/tutorial02.txtAdrian Holovaty
2005-07-17Added first part of docs/tutorial02.txtAdrian Holovaty
2005-07-16Changed generic admin changelist to order by ID if no other ordering is speci...Adrian Holovaty
2005-07-16More installation streamlining/automation: Added adminapplist templatetag lib...Adrian Holovaty
2005-07-16Added help_text to auth.User.password_md5Adrian Holovaty
2005-07-16Removed an unneeded line of code in django/templatetags/adminmedia.pyAdrian Holovaty
2005-07-16More installation streamlining: Added default urlconfs, for both main and adm...Adrian Holovaty
2005-07-16Temporarily commented-out the link to 'forgotten your password?' on the defau...Adrian Holovaty
2005-07-16Added helpful error message if DATABASE_NAME or DATABASE_USER is blank for po...Adrian Holovaty
2005-07-16Fixed formatting in admin css docsWilson Miner
2005-07-16Moved django.core.handler.ImproperlyConfigured into django.core.exceptionsAdrian Holovaty
2005-07-16One more extra image.Wilson Miner
2005-07-16Removed unneeded imagesWilson Miner
2005-07-16Added missing images, updated copyright on stylesheetsWilson Miner
2005-07-16Changed delete_stage admin view to run strip_tags on repr() of object to be d...Adrian Holovaty