| Age | Commit message (Expand) | Author |
| 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 |
| 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 | Removed Adrian's note in the docstring of django.utils.feedgenerator -- it's ... | Adrian Holovaty |
| 2005-07-26 | Fixed #166 -- Added an 'in' lookup type to the database API | Adrian Holovaty |
| 2005-07-26 | Added 'ne' lookup type to docs/db-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 #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@iki.fi | Adrian Holovaty |
| 2005-07-26 | Fixed #204 -- Changed 'django-admin createsuperuser' to disallow blank passwords | Adrian Holovaty |
| 2005-07-26 | Fixed #207 -- thanks, Mathieu. | Jacob Kaplan-Moss |
| 2005-07-26 | Removed 'use_numeric_months' parameter in generic date views (from [308]) in ... | Adrian Holovaty |
| 2005-07-25 | Fixed #193 -- thanks (again), steadicat | Jacob Kaplan-Moss |
| 2005-07-25 | Fixed #194 -- thanks, steadicat! | Jacob Kaplan-Moss |
| 2005-07-25 | Fixed #197 -- thanks for finding that, mmarshall | Jacob Kaplan-Moss |
| 2005-07-25 | Fixed #196: date-based generic views now have a "use_numeric_months" option i... | Jacob Kaplan-Moss |
| 2005-07-25 | Fixed #195: generic views now allow callables in extra_context dicts -- thank... | Jacob Kaplan-Moss |
| 2005-07-25 | Copy-edited docs from [303] and [304] | Adrian Holovaty |
| 2005-07-25 | Cleaned up FAQ changes from [303] | Adrian Holovaty |
| 2005-07-24 | A bunch of generics: documentation of generic views; cleaned up existing gene... | Jacob Kaplan-Moss |
| 2005-07-24 | Added formfields/manipulators docs; added a few notes to the FAQ | Jacob Kaplan-Moss |
| 2005-07-23 | Fixed #168 -- admin object history was assuming primary key was named 'id'. T... | Adrian Holovaty |