summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2005-09-11Fixed #486 -- Fixed bug in template filter parsing in edge cases, and added u...Adrian Holovaty
2005-09-02Added unit test that confirms #404Adrian Holovaty
2005-09-01Fixed #365 -- Changed template.resolve_variable to resolve hard-coded strings...Adrian Holovaty
2005-08-29Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} ...Adrian Holovaty
2005-08-26Tiny change to docstring in many_to_one_null model unit testAdrian Holovaty
2005-08-26Removed 'this isn't yet supported' message from custom_pk unit test docstring...Adrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-19Added 'limit' and 'offset' unit tests, one of which fails in MySQL 3 (refs #350)Adrian Holovaty
2005-08-15Added unit test that tests #323 -- currently fails for MySQL and passes for P...Adrian Holovaty
2005-08-11Changed timestamp and time typecasting to preserve microseconds. Added unit t...Adrian Holovaty
2005-08-11Changed markup tests to not fail if required modules are not installedJacob Kaplan-Moss
2005-08-10Fixed #241 -- added django.contrib.markup app with markup templatetags for Te...Jacob Kaplan-Moss
2005-08-10Doctest now uses the ELLIPSIS option, which allows the one_to_one test to pas...Jacob Kaplan-Moss
2005-08-10Added a custom doctest OutputChecker that ignores differences between ints an...Jacob Kaplan-Moss
2005-08-10Fixed #297 -- Added a '--settings' option to runtests.pyAdrian Holovaty
2005-08-10Added more tests to custom_pk unit-test modelAdrian Holovaty
2005-08-10Added custom_pk unit tests, which fail because of #81Adrian Holovaty
2005-08-10Fixed #154 -- Fixed constraint error when deleting an object with a many-to-m...Adrian Holovaty
2005-08-09Improved unit-test framework so that it handles database errors more elegantlyAdrian Holovaty
2005-08-09Added some extra examples to many_to_many unit testAdrian Holovaty
2005-08-09Added some extra examples to many_to_many unit testAdrian Holovaty
2005-08-09Removed period from save_delete_hooks docstring -- it doesn't fit our styleAdrian Holovaty
2005-08-08Companion checkin to [432]Adrian Holovaty
2005-08-08Fixed #280 -- Added _pre_delete() and _post_delete() hooks. Also updated the ...Adrian Holovaty
2005-08-04Fixed typo in one_to_one test docstring. Thanks, FrankAdrian Holovaty
2005-08-01Modified custom_methods test to use date() instead of datetime()Jacob Kaplan-Moss
2005-08-01Removed tests/builddocs in favor of integrating it into the documentation bui...Jacob Kaplan-Moss
2005-08-01Added framework for writing non-model-based tests, and added tests for cache ...Jacob Kaplan-Moss
2005-08-01Changed custom_methods model test/doc to add explanation of what Article(*row...Adrian Holovaty
2005-08-01Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the...Adrian Holovaty
2005-08-01Fixed #214 -- Added get_values() and get_values_iterator() module-level funct...Adrian Holovaty
2005-08-01Small formatting improvement to one_to_one model testAdrian Holovaty
2005-07-31Added m2o_recursive and m2o_recursive2 model unit tests/examplesAdrian Holovaty
2005-07-31Added one_to_one model unit test/exampleAdrian Holovaty
2005-07-29Small formatting tweak to generated model examplesAdrian Holovaty
2005-07-29Added 'API reference' section to generated model examplesAdrian Holovaty
2005-07-29Changed tests.builddocs to handle ReST double-backquotes (albeit naively)Adrian Holovaty
2005-07-29Changed template in tests.builddocsAdrian Holovaty
2005-07-29Added tests.builddocs, which builds HTML documentation by introspecting the m...Adrian Holovaty
2005-07-29Small addition to m2m_intermediary model testAdrian Holovaty
2005-07-29Added m2m_intermediary model unit test/exampleAdrian Holovaty
2005-07-29Added equality test to 'basic' model unit testAdrian Holovaty
2005-07-29Changed model test framework to use meta.get_app() instead of a manual importAdrian Holovaty
2005-07-29Added support for sqlite backend to test frameworkJacob Kaplan-Moss
2005-07-29Added two more model test modules -- get_latest and lookupAdrian Holovaty
2005-07-29Added first stab at model and DB-API unit testsAdrian Holovaty