| Age | Commit message (Expand) | Author |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-12 | Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter | Adrian Holovaty |
| 2006-03-01 | Added model unit tests for get_DATEFIELD_list(). Refs #1423 | Adrian Holovaty |
| 2006-02-25 | Changed get_object() not to use 'ordering' parameter from the model. Thanks, ... | Adrian Holovaty |
| 2006-01-06 | Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit te... | Adrian Holovaty |
| 2005-12-09 | Moved custom unit-test templatetag library into the unit test module itself, ... | Adrian Holovaty |
| 2005-12-05 | Added two more unit tests for #982 (which still pass under Python 2.4). Refs ... | Adrian Holovaty |
| 2005-12-05 | Added unit tests for #982, but they're passing for me on Python 2.4. Maybe th... | Adrian Holovaty |
| 2005-12-01 | Added unit tests to confirm #452. Refs #452. | Adrian Holovaty |
| 2005-12-01 | Fixed bug in basic.py model unit tests caused by [1511] -- the special-case M... | Adrian Holovaty |
| 2005-12-01 | Fixed #757: manually set AutoField values are now respected; also added unit ... | Jacob Kaplan-Moss |
| 2005-11-30 | Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo... | Adrian Holovaty |
| 2005-11-26 | Fixed #911 -- Made template system scoped to the parser instead of the templa... | Adrian Holovaty |
| 2005-11-21 | Added unit tests to verify OneToOne deletion works | Adrian Holovaty |
| 2005-11-21 | Added unit tests to verify #800. Refs #800 | Adrian Holovaty |
| 2005-11-20 | Added an EmailField to the many_to_one API tests | Adrian Holovaty |
| 2005-11-20 | Changed one_to_one unit test to use %r instead of %s in repr method | Adrian Holovaty |
| 2005-11-14 | Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes... | Adrian Holovaty |
| 2005-11-10 | Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don... | Adrian Holovaty |
| 2005-11-10 | Added unit tests to disprove #724 | Adrian Holovaty |
| 2005-11-09 | Added unit tests to confirm #683 -- a new custom_columns model example | Adrian Holovaty |
| 2005-11-01 | Added model unit tests for year, month and day lookup. Refs #659 | Adrian Holovaty |
| 2005-10-22 | Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also add... | Adrian Holovaty |
| 2005-09-26 | Added unit test to confirm #558 | Adrian Holovaty |
| 2005-09-25 | Fixed #556 -- ManyToManyField join tables no longer assume the primary keys o... | Adrian Holovaty |
| 2005-09-20 | Added unit test to one_to_one model that confirms #527 | Adrian Holovaty |
| 2005-09-02 | Added unit test that confirms #404 | Adrian Holovaty |
| 2005-08-26 | Tiny change to docstring in many_to_one_null model unit test | Adrian Holovaty |
| 2005-08-26 | Removed 'this isn't yet supported' message from custom_pk unit test docstring... | Adrian Holovaty |
| 2005-08-25 | Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use... | Adrian Holovaty |
| 2005-08-19 | Added 'limit' and 'offset' unit tests, one of which fails in MySQL 3 (refs #350) | Adrian Holovaty |
| 2005-08-15 | Added unit test that tests #323 -- currently fails for MySQL and passes for P... | Adrian Holovaty |
| 2005-08-11 | Changed timestamp and time typecasting to preserve microseconds. Added unit t... | Adrian Holovaty |
| 2005-08-10 | Doctest now uses the ELLIPSIS option, which allows the one_to_one test to pas... | Jacob Kaplan-Moss |
| 2005-08-10 | Added more tests to custom_pk unit-test model | Adrian Holovaty |
| 2005-08-10 | Added custom_pk unit tests, which fail because of #81 | Adrian Holovaty |
| 2005-08-10 | Fixed #154 -- Fixed constraint error when deleting an object with a many-to-m... | Adrian Holovaty |
| 2005-08-09 | Added some extra examples to many_to_many unit test | Adrian Holovaty |
| 2005-08-09 | Added some extra examples to many_to_many unit test | Adrian Holovaty |
| 2005-08-09 | Removed period from save_delete_hooks docstring -- it doesn't fit our style | Adrian Holovaty |
| 2005-08-08 | Companion checkin to [432] | Adrian Holovaty |
| 2005-08-08 | Fixed #280 -- Added _pre_delete() and _post_delete() hooks. Also updated the ... | Adrian Holovaty |
| 2005-08-04 | Fixed typo in one_to_one test docstring. Thanks, Frank | Adrian Holovaty |
| 2005-08-01 | Modified custom_methods test to use date() instead of datetime() | 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 | 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-07-31 | Added m2o_recursive and m2o_recursive2 model unit tests/examples | Adrian Holovaty |