| Age | Commit message (Expand) | Author |
| 2005-11-03 | i18n: readded constant string translations, needed for template tags with str... | Georg Bauer |
| 2005-11-03 | i18n: updated unittests and fixed bugs in the tags, removed the old tags and ... | Georg Bauer |
| 2005-11-02 | i18n: updated documentation and unittests for the new get_available_languages... | Georg Bauer |
| 2005-10-31 | i18n: merged to [1025] from trunk | Georg Bauer |
| 2005-10-25 | Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ... | Adrian Holovaty |
| 2005-10-23 | i18n: merged to [992] from trunk | Georg Bauer |
| 2005-10-22 | Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, Sune | Adrian Holovaty |
| 2005-10-22 | Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also add... | Adrian Holovaty |
| 2005-10-14 | i18n: merged to [873] from trunk | Georg Bauer |
| 2005-10-14 | Changed template unit test runner to use new template-loader framework from [... | Adrian Holovaty |
| 2005-10-14 | i18n: merged up to r868 | Georg Bauer |
| 2005-10-14 | Fixed #626 -- Moved template modules to django.core.template package. django.... | Adrian Holovaty |
| 2005-10-11 | i18n: added two additional unit tests for i18n (filter related) | Georg Bauer |
| 2005-10-09 | i18n: merged r787:r814 from trunk | Georg Bauer |
| 2005-10-08 | Fixed bug in tests/runtests.py -- some versions of MySQLdb require an argumen... | Adrian Holovaty |
| 2005-10-04 | i18n: merged r722:774 from trunk | Georg Bauer |
| 2005-10-01 | i18n: i18n string resolution now does string interpolation against the contex... | Georg Bauer |
| 2005-10-01 | i18n: changed resolve_variable and resolve_variable_with_filters to allways | Georg Bauer |
| 2005-10-01 | i18n: the i18n tag now supports gettext_noop. unittests updated. | Georg Bauer |
| 2005-10-01 | i18n now has support for ngettext and has unittests | Georg Bauer |
| 2005-09-29 | Fixed #295 - added {{{forloop.revcounter}}} and {{{forloop.revcounter0}}} var... | Jacob Kaplan-Moss |
| 2005-09-29 | Fixed #501 -- Fixed block.super in multi-level templates, and added unit test... | 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-19 | Fixed #506 -- runtests.py now allows models to be tested individually. Thanks... | Adrian Holovaty |
| 2005-09-11 | Fixed #486 -- Fixed bug in template filter parsing in edge cases, and added u... | Adrian Holovaty |
| 2005-09-02 | Added unit test that confirms #404 | Adrian Holovaty |
| 2005-09-01 | Fixed #365 -- Changed template.resolve_variable to resolve hard-coded strings... | Adrian Holovaty |
| 2005-08-29 | Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} ... | 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-11 | Changed markup tests to not fail if required modules are not installed | Jacob Kaplan-Moss |
| 2005-08-10 | Fixed #241 -- added django.contrib.markup app with markup templatetags for Te... | Jacob Kaplan-Moss |
| 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 a custom doctest OutputChecker that ignores differences between ints an... | Jacob Kaplan-Moss |
| 2005-08-10 | Fixed #297 -- Added a '--settings' option to runtests.py | Adrian Holovaty |
| 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 | Improved unit-test framework so that it handles database errors more elegantly | 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 |