summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-19Fixed bug in [191]Adrian Holovaty
2005-07-19Fixed #54 -- Corrected typos in urlconfs in docs/overview. Thanks, james!Adrian Holovaty
2005-07-19Fixed #69 -- Implemented dictfetchone(), dictfetchmany() and dictfetchall() f...Adrian Holovaty
2005-07-18Added scary warning about not using the development server in production envi...Adrian Holovaty
2005-07-18Changed tutorial2 to use 'django-admin runserver' instead of mod_python. Also...Adrian Holovaty
2005-07-18Fixed #76 -- development server now serves images, too, at whatever relative ...Adrian Holovaty
2005-07-18Moved default admin from media to django/conf/admin_media, so Django is able ...Adrian Holovaty
2005-07-18Fixed #52 -- Corrected and clarified some things in docs/model-api. Thanks, D...Adrian Holovaty
2005-07-18Fixed #71 -- Changed default admin base_site template to use example.com inst...Adrian Holovaty
2005-07-18Fixed bug in dynamically-generated docs -- ForeignKeys were throwing an excep...Adrian Holovaty
2005-07-18Changed core.handlers.modpython.populate_apache_request NOT to have side effe...Adrian Holovaty
2005-07-18Added django.middleware.cache, which lets you cache an entire Django-powered ...Adrian Holovaty
2005-07-18Added link to compiled Windows psycopg in docs/install.txtAdrian Holovaty
2005-07-18Fixed #68 -- Changed reference to deprecated mod_python config in tutorial 2....Adrian Holovaty
2005-07-18Moved django.views.decorators.cache.compress_string into django.utils.textAdrian Holovaty
2005-07-18Added 'django-admin.py runserver', which starts a lightweight development ser...Adrian Holovaty
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