| Age | Commit message (Expand) | Author |
| 2006-06-19 | multi-auth: Merged to [3151]archive/attic/multi-auth | Joseph Kocherhans |
| 2006-06-06 | multi-auth: Merged to [3085] | Joseph Kocherhans |
| 2006-06-02 | multi-auth: Merged to [3051] | Joseph Kocherhans |
| 2006-05-28 | multi-auth: Merged to [2997] | Joseph Kocherhans |
| 2006-05-22 | multi-auth: Merged to [2964] | Joseph Kocherhans |
| 2006-05-16 | multi-auth: Merged to [2919] | Joseph Kocherhans |
| 2006-05-06 | Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th... | Adrian Holovaty |
| 2006-05-06 | Fixed #1579 - added support for 'Q' objects in limit_choices_to. | Luke Plant |
| 2006-05-02 | Fixed #1745 -- Accessing many-to-many relationships without a PK value now th... | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-13 | Fixed #1632 -- Fixed typo in markup unit tests. Thanks, pb | 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-02-25 | Removed a datetime test in tests/defaultfilters -- it was failing because it'... | Adrian Holovaty |
| 2006-02-23 | Fixed #1385 -- Allowed timesince filter to accept datetime.date objects. Than... | Adrian Holovaty |
| 2006-02-18 | Added usage to unit-test OptionParser | Adrian Holovaty |
| 2006-01-17 | Fixed spaceless template-tag tests in trunk (from magic-removal [2030]) | Adrian Holovaty |
| 2006-01-17 | Improved doctests to normalize long integers in compared output | Adrian Holovaty |
| 2006-01-15 | Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templates | Adrian Holovaty |
| 2006-01-15 | Fixed #1176 -- Changed {% comment %} template tag not to generate a nodelist,... | Adrian Holovaty |
| 2006-01-06 | Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit te... | Adrian Holovaty |
| 2006-01-04 | Changed repr for MultiValueDict | Adrian Holovaty |
| 2006-01-01 | Fixed httpwrappers unit tests to reflect MultiValueDict repr() change | Adrian Holovaty |
| 2006-01-01 | Fixed #1145 -- Added unit tests for default template filters and fixed two bu... | Adrian Holovaty |
| 2005-12-16 | Changed resolve_variable to resolve integers and floats as integers and float... | 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 | Fixed #964 -- Added helpful error message if there's a problem in running the... | 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-30 | Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi... | Adrian Holovaty |
| 2005-11-26 | Fixed #911 -- Made template system scoped to the parser instead of the templa... | Adrian Holovaty |
| 2005-11-25 | Negligible spacing change in tests/othertests/templates.py | Adrian Holovaty |
| 2005-11-23 | Fixed #603 -- Added template debugging errors to pretty error-page output, if... | Adrian Holovaty |
| 2005-11-22 | Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th... | 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-17 | fixed two failing i18n tests - they only failed when using ./runtests, now th... | Georg Bauer |
| 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-09 | Fixed dateformat unit test that was failing -- the test was incorrect. | Adrian Holovaty |
| 2005-11-09 | Changed dateformat unit tests so that they use the en-us language. They were ... | Adrian Holovaty |