summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-07-19Added support for istartswith and iendswith in database APIAdrian Holovaty
2005-07-19Fixed typo in tutorial03 -- thanks, Robin MunnAdrian Holovaty
2005-07-19Improved error message in urlresolvers.RegexURLResolver.resolve to use repr i...Adrian Holovaty
2005-07-19Fixed #83 -- Fixed spelling error in django.conf.settings. Nice catch, Manuzhai!Adrian Holovaty
2005-07-19Changed tutorial03 to match the new error message from [193]Adrian Holovaty
2005-07-19Small formatting fix to tutorial03Adrian Holovaty
2005-07-19Word-wrapped some code examples in tutorial03Adrian Holovaty
2005-07-19Small formatting fix to tutorial03Adrian Holovaty
2005-07-19Small clarification to tutorial03Adrian Holovaty
2005-07-19Fixed stupid error in tutorial03Adrian Holovaty
2005-07-19Added a more helpful error message to django.core.urlresolvers.RegexURLResolv...Adrian Holovaty
2005-07-19Added docs/tutorial03Adrian Holovaty
2005-07-19Improved TemplateDoesNotExist error message in django.core.template_fileAdrian Holovaty
2005-07-19Improved ViewDoesNotExist error messages in django.core.urlresolversAdrian Holovaty
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