| Age | Commit message (Expand) | Author |
| 2005-07-26 | Fixed #206 -- 'django-admin sqlclear' now deletes from admin log to prevent r... | Adrian Holovaty |
| 2005-07-26 | Fixed #93 -- Fixed 'django-admin startproject' to use os.path.join instead of... | Adrian Holovaty |
| 2005-07-26 | Fixed #198 -- istartswith and iendswith weren't working properly. Thanks, bra... | Adrian Holovaty |
| 2005-07-26 | Fixed #161 -- Log output for 'django-admin runserver' no longer includes admi... | Adrian Holovaty |
| 2005-07-26 | Fixed #166 -- Added an 'in' lookup type to the database API | Adrian Holovaty |
| 2005-07-26 | Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima... | Adrian Holovaty |
| 2005-07-26 | Fixed #204 -- Changed 'django-admin createsuperuser' to disallow blank passwords | Adrian Holovaty |
| 2005-07-25 | Fixed #193 -- thanks (again), steadicat | Jacob Kaplan-Moss |
| 2005-07-25 | Fixed #197 -- thanks for finding that, mmarshall | Jacob Kaplan-Moss |
| 2005-07-22 | Fixed #63 -- Refactored django.core.handlers into subclasses to remove duplic... | Adrian Holovaty |
| 2005-07-22 | Fixed #112 -- WSGI handler now displays proper text status. Thanks, sune.kirk... | Adrian Holovaty |
| 2005-07-22 | Django now outputs a warning if you use old ordering syntax | Adrian Holovaty |
| 2005-07-22 | Fixed #146 -- Changed order_by and ordering parameters to be less verbose. Th... | Adrian Holovaty |
| 2005-07-22 | Fixed a legacy ordering_tuple --> order_by renaming in core.paginator | Adrian Holovaty |
| 2005-07-22 | Added sqlite3 database backend -- somewhat tested, but probably not 100% perf... | Jacob Kaplan-Moss |
| 2005-07-21 | Refactor dictfetch* methods from mysql backend out into a seperate module; th... | Jacob Kaplan-Moss |
| 2005-07-21 | Cleaned up [269] a tiny bit | Adrian Holovaty |
| 2005-07-21 | Fixed #132 -- thanks anonymous user | Jacob Kaplan-Moss |
| 2005-07-21 | fixes #133 -- thanks Joeri | Jacob Kaplan-Moss |
| 2005-07-21 | Added auto-reload to standalone server! Fixes #113. Thanks very much to Jason... | Adrian Holovaty |
| 2005-07-21 | Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given... | Adrian Holovaty |
| 2005-07-21 | Improved 'django-admin runserver' so that it explicitly tells you how to stop... | Adrian Holovaty |
| 2005-07-21 | Fixed #114 -- Changed uses of deprecated 'whrandom' module to 'random' | Adrian Holovaty |
| 2005-07-21 | Added 'django-admin createsuperuser' and updated tutorial to use it instead o... | Adrian Holovaty |
| 2005-07-20 | Added optional rel_name parameter to ManyToManyField, which makes it possible... | Adrian Holovaty |
| 2005-07-20 | Small code cleanup -- changed django.core.management.get_sql_delete to use ge... | Adrian Holovaty |
| 2005-07-20 | Fixed #97 -- Refactored django-admin.py so that it only contains command-line... | Adrian Holovaty |
| 2005-07-20 | Fixed #102 -- Now using text/plain mimetype for exceptions displayed in the b... | Adrian Holovaty |
| 2005-07-20 | Fixed ForeignKey('self') so that extra cruft parameters aren't necessary. Als... | Adrian Holovaty |
| 2005-07-20 | Made ModPythonHandler.get_response() tolerant of repr(request) that has an ex... | Adrian Holovaty |
| 2005-07-19 | Improved error message when DATABASE_ENGINE is invalid. It now displays a lis... | Adrian Holovaty |
| 2005-07-19 | Fixed #67 -- Human-readable name is now optional in model fields. If a second... | Adrian Holovaty |
| 2005-07-19 | Quick bugfix to [207] -- MySQL doesn't have ILIKE | Adrian Holovaty |
| 2005-07-19 | Added support for istartswith and iendswith in database API | Adrian Holovaty |
| 2005-07-19 | Improved error message in urlresolvers.RegexURLResolver.resolve to use repr i... | Adrian Holovaty |
| 2005-07-19 | Added a more helpful error message to django.core.urlresolvers.RegexURLResolv... | Adrian Holovaty |
| 2005-07-19 | Improved TemplateDoesNotExist error message in django.core.template_file | Adrian Holovaty |
| 2005-07-19 | Improved ViewDoesNotExist error messages in django.core.urlresolvers | Adrian Holovaty |
| 2005-07-19 | Fixed #69 -- Implemented dictfetchone(), dictfetchmany() and dictfetchall() f... | Adrian Holovaty |
| 2005-07-18 | Fixed #76 -- development server now serves images, too, at whatever relative ... | Adrian Holovaty |
| 2005-07-18 | Moved default admin from media to django/conf/admin_media, so Django is able ... | Adrian Holovaty |
| 2005-07-18 | Changed core.handlers.modpython.populate_apache_request NOT to have side effe... | Adrian Holovaty |
| 2005-07-18 | Added 'django-admin.py runserver', which starts a lightweight development ser... | Adrian Holovaty |
| 2005-07-18 | Fixed #56 -- MySQL id columns are now UNSIGNED. Thanks, Manuzhai! | Adrian Holovaty |
| 2005-07-18 | Moved django.bin.profiling.handler to django.core.handlers.profiler-hotshot | Adrian Holovaty |
| 2005-07-18 | Added WSGI support. Created core.handlers package. Moved ALL mod_python-speci... | Adrian Holovaty |
| 2005-07-18 | Renamed django.core.handler.CoreHandler to ModPythonHandler, in preparation f... | Adrian Holovaty |
| 2005-07-18 | Rolled django.core.extensions.DjangoRequest into django.utils.httpwrappers.Mo... | Adrian Holovaty |
| 2005-07-18 | Removed legacy CMSContext and CMSRequest from django.core.extensions, because... | Adrian Holovaty |
| 2005-07-18 | Folded django.core.handler.CoreHandler.get_request() into CoreHandler.call() | Adrian Holovaty |