| Age | Commit message (Expand) | Author |
| 2005-08-01 | Added 'Can I use Django with a pre-existing database?' to the FAQ | Adrian Holovaty |
| 2005-08-01 | Fixed small typo in docs/overview.txt -- thanks, Trent | Adrian Holovaty |
| 2005-08-01 | Fixed duplicate code bug in docs/overview.txt -- thanks, James Kew | Adrian Holovaty |
| 2005-08-01 | Modified custom_methods test to use date() instead of datetime() | 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 #180 -- Removed 'enctype' from FREE_COMMENT_FORM template in contrib.co... | Adrian Holovaty |
| 2005-08-01 | Changed SEND_BROKEN_LINK_EMAILS from True to False in global_settings -- it w... | Adrian Holovaty |
| 2005-08-01 | Removed tests/builddocs in favor of integrating it into the documentation bui... | Jacob Kaplan-Moss |
| 2005-08-01 | Added framework for writing non-model-based tests, and added tests for cache ... | Jacob Kaplan-Moss |
| 2005-08-01 | Additional clarification to [365] | Adrian Holovaty |
| 2005-08-01 | Clarified Tutorial 3 to explain settings have changed -- thanks, Robin Munn | Adrian Holovaty |
| 2005-08-01 | Fixed typo in tutorial03 -- thanks, Robin Munn | Adrian Holovaty |
| 2005-08-01 | Changed custom_methods model test/doc to add explanation of what Article(*row... | 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 | Small formatting improvement to one_to_one model test | Adrian Holovaty |
| 2005-08-01 | Improved error message in urlresolvers (fixes #240) | Jacob Kaplan-Moss |
| 2005-07-31 | Added m2o_recursive and m2o_recursive2 model unit tests/examples | Adrian Holovaty |
| 2005-07-31 | Added one_to_one model unit test/example | Adrian Holovaty |
| 2005-07-30 | Gave comments.FreeComment a get_absolute_url() method | Adrian Holovaty |
| 2005-07-29 | Small formatting tweak to generated model examples | Adrian Holovaty |
| 2005-07-29 | Added 'API reference' section to generated model examples | Adrian Holovaty |
| 2005-07-29 | Changed tests.builddocs to handle ReST double-backquotes (albeit naively) | Adrian Holovaty |
| 2005-07-29 | Changed template in tests.builddocs | Adrian Holovaty |
| 2005-07-29 | Added tests.builddocs, which builds HTML documentation by introspecting the m... | Adrian Holovaty |
| 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-29 | Small addition to m2m_intermediary model test | Adrian Holovaty |
| 2005-07-29 | Added m2m_intermediary model unit test/example | Adrian Holovaty |
| 2005-07-29 | Added equality test to 'basic' model unit test | Adrian Holovaty |
| 2005-07-29 | Changed model test framework to use meta.get_app() instead of a manual import | Adrian Holovaty |
| 2005-07-29 | Added support for sqlite backend to test framework | Jacob Kaplan-Moss |
| 2005-07-29 | Changed admin views to output utf-8 charset explicitly | Adrian Holovaty |
| 2005-07-29 | Added two more model test modules -- get_latest and lookup | Adrian Holovaty |
| 2005-07-29 | Fixed #223 -- Changed breadcrumbs in admin doc templates to use relative, not... | Adrian Holovaty |
| 2005-07-29 | Added first stab at model and DB-API unit tests | Adrian Holovaty |
| 2005-07-28 | Changed docs/install.txt to note SQLite support and requirement for pysqlite ... | Adrian Holovaty |
| 2005-07-28 | Whoop, left in an 'assert False' in [333] | Adrian Holovaty |
| 2005-07-28 | Fixed #218 -- Fixed admin change-list column sorting | Adrian Holovaty |
| 2005-07-27 | Fixed bug for models with a ForeignKey('self') and order_with_respect_to | Adrian Holovaty |
| 2005-07-26 | Fixed #187 -- Made admin view handle one-to-one relationships in which the pa... | 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 #143 -- Clarified the need for an environment variable in tutorial 1. T... | Adrian Holovaty |
| 2005-07-26 | Added breadcrumbs to password-reset and password-change admin templates | Adrian Holovaty |
| 2005-07-26 | Changed admin logged_out template NOT to hard-code /admin/ as the 'Home'. Ref... | Adrian Holovaty |
| 2005-07-26 | Fixed #159 -- Admin users no longer have to log in to go to the 'log out' pag... | Adrian Holovaty |
| 2005-07-26 | Fixed #162 -- Admin log now records repr() before calling delete(), instead o... | 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 |