summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-18Improved docs/install.txt to say you don't have to run 'setup.py install' if ...Adrian Holovaty
2005-07-18Fixed #57 -- Added some more helpful mod_python information to tutorial 2 -- ...Adrian Holovaty
2005-07-18Fixed #56 -- MySQL id columns are now UNSIGNED. Thanks, Manuzhai!Adrian Holovaty
2005-07-18Moved django.bin.profiling.handler to django.core.handlers.profiler-hotshotAdrian Holovaty
2005-07-18Added WSGI support. Created core.handlers package. Moved ALL mod_python-speci...Adrian Holovaty
2005-07-18Renamed django.core.handler.CoreHandler to ModPythonHandler, in preparation f...Adrian Holovaty
2005-07-18Rolled django.core.extensions.DjangoRequest into django.utils.httpwrappers.Mo...Adrian Holovaty
2005-07-18Removed legacy CMSContext and CMSRequest from django.core.extensions, because...Adrian Holovaty
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