| Age | Commit message (Expand) | Author |
| 2005-08-04 | Improved 'django-admin inspectdb' so that it doesn't raise an exception for u... | Adrian Holovaty |
| 2005-08-04 | Fixed #257 -- Empty model modules no longer cause an error. Thanks, Bill de h... | Adrian Holovaty |
| 2005-08-02 | Improved 'django-admin inspectdb' so that it detects ForeignKey relationships... | Adrian Holovaty |
| 2005-08-02 | Made a bunch of fixes to auto-generated admin documentation: | Jacob Kaplan-Moss |
| 2005-08-02 | Fixed a subtle bug with the {% load %} tag: if a tag/filter was removed from ... | Jacob Kaplan-Moss |
| 2005-08-02 | Added first stab at 'django-admin.py inspectdb', which takes a database name ... | Adrian Holovaty |
| 2005-08-01 | Fixed #227 -- the sqlite backend now correctly typecasts unicode objects to b... | Jacob Kaplan-Moss |
| 2005-08-01 | Refactored meta.py -- created a django.core.meta package, with init.py and fi... | Adrian Holovaty |
| 2005-08-01 | Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the... | Adrian Holovaty |
| 2005-08-01 | Fixed #214 -- Added get_values() and get_values_iterator() module-level funct... | Adrian Holovaty |
| 2005-08-01 | Improved error message in urlresolvers (fixes #240) | Jacob Kaplan-Moss |
| 2005-07-29 | Fixed #228 -- Better handling of timezones. Thanks, rmunn | Adrian Holovaty |
| 2005-07-29 | Fixed #219 and #188 -- Database timestamp typecast no longer assumes '-' deli... | Adrian Holovaty |
| 2005-07-27 | Fixed bug for models with a ForeignKey('self') and order_with_respect_to | Adrian Holovaty |
| 2005-07-26 | Changed django.core.management.get_sql_delete to be more robust when many-to-... | Adrian Holovaty |
| 2005-07-26 | Fixed #186 -- Refactored meta.py to remove duplicate code between function_ge... | Adrian Holovaty |
| 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 |