summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2006-11-02Added ChoiceField, MultipleChoiceField to django.newformsAdrian Holovaty
2006-11-02Implemented SelectMultiple in django.newforms.widgetsAdrian Holovaty
2006-11-01Updated forms unit tests to reflect new fields and widgets from [3955] and [3...Adrian Holovaty
2006-10-28Changed forms unit tests to reflect the fact that render() does not use the t...Adrian Holovaty
2006-10-28Split django.newforms into forms, fields, widgets, util. Also moved unit test...Adrian Holovaty
2006-10-27Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet...Adrian Holovaty
2006-10-24Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ...Adrian Holovaty
2006-10-14Fixes #2737 -- Added code to allow None as a query value for __exact queries,...Russell Keith-Magee
2006-09-26Fixed #2099 -- Allow timezone tests to be ignored on Windows systems, due toMalcolm Tredinnick
2006-09-26Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc.Malcolm Tredinnick
2006-09-26Fixed #2783 -- Fixed one-to-one fields to work with any primary key data typeMalcolm Tredinnick
2006-09-25Made ``pk`` a generic expansion for the primary key, rather than just an expa...Russell Keith-Magee
2006-09-25Fixed #2729 -- Handle initial SQL with different line-ending styles (WindowsMalcolm Tredinnick
2006-09-23Fixed #2454 -- Make "ifchanged" tag work more predictably inside nestedMalcolm Tredinnick
2006-09-23Fixed #2456 -- Added backslash escaping to addslashes, which is necessary onceMalcolm Tredinnick
2006-09-21Fixed #2743 -- Made the value of a cycle tag accessible through the context.Malcolm Tredinnick
2006-09-07Fixes #2653 -- Modified related field utility methods to return None as the r...Russell Keith-Magee
2006-09-04Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w...Russell Keith-Magee
2006-09-02Refs #2333 - Added model test for the test Client. Russell Keith-Magee
2006-09-01Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ...Russell Keith-Magee
2006-08-31Fixed typo in docstring of get_latest model unit testAdrian Holovaty
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee
2006-08-12Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, ...Adrian Holovaty
2006-08-11Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to ...Adrian Holovaty
2006-08-10Fixed #2512 -- Fixed SQL error when saving existing empty models.Malcolm Tredinnick
2006-07-28Added urlpatterns_reverse unit tests, which test the reverse lookup of URLsAdrian Holovaty
2006-07-27Fixed #1650: the {% extends %} tag now can extend a Template object passed in...Jacob Kaplan-Moss
2006-07-22Fixed #2397 -- fixed markdown test to be a bit more lenient in what counts as aMalcolm Tredinnick
2006-07-15Fixed the timeuntil and timesince filter tests to not fail if the system clockMalcolm Tredinnick
2006-07-11Small formatting change to m2m_and_m2o model unit testAdrian Holovaty
2006-07-11Changed runtests.py to set USE_I18N=True for testingAdrian Holovaty
2006-07-04Fixed #1578 -- fixed a corner-case where we still wanting core=True attributesMalcolm Tredinnick
2006-07-04Fixes #2202 -- Added ability to customize output of pluralize filter to handl...Russell Keith-Magee
2006-07-04Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ...Russell Keith-Magee
2006-07-01Fixes #2271 -- Added code to imply !__exact on any query argument that doesn'...Russell Keith-Magee
2006-07-01Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms...Russell Keith-Magee
2006-06-29Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss
2006-06-28Added initial cut at serialization framework, along with some basic tests and...Jacob Kaplan-Moss
2006-06-28Fixed #1754, #2211, #2192 -- allow date filtering comparisons to use strings asMalcolm Tredinnick
2006-06-27Added {{{Manager.create()}}} method to create and save an object in a single ...Jacob Kaplan-Moss
2006-06-27Fixes #2216 -- Added extra tests for model validity, and cleaned up warning m...Russell Keith-Magee
2006-06-23Fixed #1661 -- Added logic for string-form model references in the 'to' argum...Russell Keith-Magee
2006-06-23Fixed #1662 -- Added resolver for string-form model references for models tha...Russell Keith-Magee
2006-06-21Fixed the "timeuntil" and "timesince" tests so that they don't fail on aMalcolm Tredinnick
2006-06-21Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...Malcolm Tredinnick
2006-06-21Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick
2006-06-20Fixed runtests.py problem from [3177] where it assumed you were running the t...Adrian Holovaty
2006-06-20Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sqlAdrian Holovaty
2006-06-20Fixed #2119 -- fixed problems with splitting SQL statements into separateMalcolm Tredinnick
2006-06-20Fixed #2161 -- handle trailing newlines in initial SQL data. IncludesMalcolm Tredinnick