summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2006-01-04Changed repr for MultiValueDictAdrian Holovaty
2006-01-01Fixed httpwrappers unit tests to reflect MultiValueDict repr() changeAdrian Holovaty
2006-01-01Fixed #1145 -- Added unit tests for default template filters and fixed two bu...Adrian Holovaty
2005-12-16Changed resolve_variable to resolve integers and floats as integers and float...Adrian Holovaty
2005-12-09Moved custom unit-test templatetag library into the unit test module itself, ...Adrian Holovaty
2005-12-05Added two more unit tests for #982 (which still pass under Python 2.4). Refs ...Adrian Holovaty
2005-12-05Added unit tests for #982, but they're passing for me on Python 2.4. Maybe th...Adrian Holovaty
2005-12-01Fixed #964 -- Added helpful error message if there's a problem in running the...Adrian Holovaty
2005-12-01Added unit tests to confirm #452. Refs #452.Adrian Holovaty
2005-12-01Fixed bug in basic.py model unit tests caused by [1511] -- the special-case M...Adrian Holovaty
2005-12-01Fixed #757: manually set AutoField values are now respected; also added unit ...Jacob Kaplan-Moss
2005-11-30Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo...Adrian Holovaty
2005-11-30Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi...Adrian Holovaty
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-25Negligible spacing change in tests/othertests/templates.pyAdrian Holovaty
2005-11-23Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty
2005-11-22Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th...Adrian Holovaty
2005-11-21Added unit tests to verify OneToOne deletion worksAdrian Holovaty
2005-11-21Added unit tests to verify #800. Refs #800Adrian Holovaty
2005-11-20Added an EmailField to the many_to_one API testsAdrian Holovaty
2005-11-20Changed one_to_one unit test to use %r instead of %s in repr methodAdrian Holovaty
2005-11-17fixed two failing i18n tests - they only failed when using ./runtests, now th...Georg Bauer
2005-11-14Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes...Adrian Holovaty
2005-11-10Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don...Adrian Holovaty