| Age | Commit message (Expand) | Author |
| 2005-08-02 | Improved 'django-admin inspectdb' so that it detects ForeignKey relationships... | Adrian Holovaty |
| 2005-08-02 | Changed faq to say explicitly that db.queries includes all SQL statements | Adrian Holovaty |
| 2005-08-02 | Fixed #252 -- Updated shared-hosting FAQ. Thanks, Matt Croydon | Adrian Holovaty |
| 2005-08-02 | Added doc view for templates that will show the search path for a given templ... | Jacob Kaplan-Moss |
| 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 | Fixed #249 -- Added our IRC nicks to docs/faq.txt. Good idea, espen | Adrian Holovaty |
| 2005-08-02 | Removed redundant verbose names from auth and core models, because they're no... | Adrian Holovaty |
| 2005-08-02 | Fixed #105 -- collapsable fieldsets now work in both ways (thanks, Simon) | Jacob Kaplan-Moss |
| 2005-08-02 | Removed id field from auth.Message model -- it's implied | Adrian Holovaty |
| 2005-08-02 | Calendar next/prev popups now work in Safari (fixed #2) | 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 | 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 |