summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2006-06-20Fixed #2195 -- Fixed spelling error in generic_relations model test. Other er...Adrian Holovaty
2006-06-20Fixed #1857 -- Fixed get_previous_by_FIELD and get_next_by_FIELD to workMalcolm Tredinnick
2006-06-19Fixed some small typos in generic_relations model testsAdrian Holovaty
2006-06-19Fixed #1683 -- Permit initialising models using settable properties as well asMalcolm Tredinnick
2006-06-18Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}.Malcolm Tredinnick
2006-06-16Added generic foreign key support to Django. Much thanks to Ian Holsman and Jacob Kaplan-Moss
2006-06-16Test harness actually now installs contrib apps so they can be used in tests.Jacob Kaplan-Moss
2006-06-15Fixed #2164 -- Create correct SQL when pk column name is not the same as theMalcolm Tredinnick
2006-06-12Fixed the empty model saving case so that it retrieves the primary key id. AlsoMalcolm Tredinnick
2006-06-08Tests to avoid regressions for ticket #2108. See also r3115.Malcolm Tredinnick
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-08Added django.template.Token.split_contents() and used it to add support for s...Adrian Holovaty
2006-06-08Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of...Adrian Holovaty
2006-06-08Fixed #2108 -- do not try to save an empty model.Malcolm Tredinnick
2006-06-07Fix test output as a result of the change in r3094.Malcolm Tredinnick
2006-06-07Added Manager.get_or_create()Adrian Holovaty
2006-06-04Changed all model unit tests to use __str__() instead of __repr__(). Also sli...Adrian Holovaty
2006-06-03Changed 'transactions' model unit test NOT to be executed for MySQLAdrian Holovaty
2006-06-03Fixed #2077 -- Renamed 'repr' model tests to 'str'Adrian Holovaty
2006-06-01Fixed unit-test output error in m2m_and_m2o unit tests, due to a change in th...Adrian Holovaty
2006-06-01Fixed #720 -- Added first_on_page() and last_on_page() methods to ObjectPagin...Adrian Holovaty
2006-05-31Cleaned up numbering with model unit testsAdrian Holovaty
2006-05-31Small formatting changes to model unit tests to make them look better in the ...Adrian Holovaty
2006-05-31Added blurbs to the model unit tests that didn't have themAdrian Holovaty
2006-05-26Fixed bug with QuerySet.exclude() failing to do negations on Q objects, andLuke Plant
2006-05-26Django's tests now include models from django.contrib; this will allow testin...Jacob Kaplan-Moss
2006-05-26Made negative indexing on QuerySet instances raise an assertion error (previo...Luke Plant
2006-05-23Fixed bug with Meta.ordering being ignored when slicing a single item off a Q...Luke Plant
2006-05-18The tests now run correctly with the new psycopg2 backend. There's 4 failure...Jacob Kaplan-Moss
2006-05-18Fixed whitespace in tests/runtests.pyJacob Kaplan-Moss
2006-05-16Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....Adrian Holovaty
2006-05-14Fixed #1530 -- make count() respect distinct() on QuerySets. Create someMalcolm Tredinnick
2006-05-11Updated tests in line with changed exception messages, fixing 2 failures.Luke Plant
2006-05-11Updated 'or_lookup' tests to give example of more compact syntax, for the sak...Luke Plant
2006-05-06Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...Adrian Holovaty
2006-05-06Fixed #1579 - added support for 'Q' objects in limit_choices_to.Luke Plant
2006-05-02Fixed #1745 -- Accessing many-to-many relationships without a PK value now th...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-13Fixed #1632 -- Fixed typo in markup unit tests. Thanks, pbAdrian Holovaty
2006-04-12Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, DexterAdrian Holovaty
2006-03-01Added model unit tests for get_DATEFIELD_list(). Refs #1423Adrian Holovaty
2006-02-25Changed get_object() not to use 'ordering' parameter from the model. Thanks, ...Adrian Holovaty
2006-02-25Removed a datetime test in tests/defaultfilters -- it was failing because it'...Adrian Holovaty
2006-02-23Fixed #1385 -- Allowed timesince filter to accept datetime.date objects. Than...Adrian Holovaty
2006-02-18Added usage to unit-test OptionParserAdrian Holovaty
2006-01-17Fixed spaceless template-tag tests in trunk (from magic-removal [2030])Adrian Holovaty
2006-01-17Improved doctests to normalize long integers in compared outputAdrian Holovaty
2006-01-15Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templatesAdrian Holovaty
2006-01-15Fixed #1176 -- Changed {% comment %} template tag not to generate a nodelist,...Adrian Holovaty
2006-01-06Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit te...Adrian Holovaty