summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-05-29Fixed #6430 -- Corrected the loading of templates from eggs, which was broken...Russell Keith-Magee
2008-05-29Fixed #7173 -- Corrected the caching of objects in reverse OneToOne relations...Russell Keith-Magee
2008-04-28Changed Query.get_columns() to quote the 'AS' column names in an extra_select...Adrian Holovaty
2008-04-28Renamed a field in the queries test schema that was preventing the tests from...Ian Kelly
2008-04-28Added a test to demonstrate the remaining problem in #7095.Malcolm Tredinnick
2008-04-28Fixed #7096 -- The simplifications in [7461] weren't complete. They brokeMalcolm Tredinnick
2008-04-28Fixed #7098 -- Old-style related-model order_by() syntax was being incorrectlyMalcolm Tredinnick
2008-04-28Added some tests to modeltests/many_to_one that demonstrate a post-queryset-r...Adrian Holovaty
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2008-03-29Comment correction, `get_list` is now `filter`.Gary Wilson Jr
2008-03-24Added a test for month selection under SQLite in case an old possible bug everMalcolm Tredinnick
2008-03-24Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned Batchelder.Malcolm Tredinnick
2008-03-20Fixed #5917 -- More error robustness in date parsing in SelectDateWidget, plusMalcolm Tredinnick
2008-03-20Fixed #6825 -- Fixed the model_forms tests to also work on Windows by makingMalcolm Tredinnick
2008-03-20Forgot to commit a new file from [7328].Malcolm Tredinnick
2008-03-20Fixed #6445 -- Allow model instances to be used as a default for ForeignKeysMalcolm Tredinnick
2008-03-20Fixed #5982 -- Changed test client's URL processing to match core's (everythingMalcolm Tredinnick
2008-03-20Merged the tests and documentation from #4720 to support the changes in [7295].Malcolm Tredinnick
2008-03-19Fixed #4620: you can now easily add custom labels to ModelChoiceFields via su...Jacob Kaplan-Moss
2008-03-19Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor.Jacob Kaplan-Moss
2008-03-19Replaced dict reprs in tests with explicit looks at each key. This should fix...Jacob Kaplan-Moss
2008-03-18Changed pagination tests to suppress the DeprecationWarningAdrian Holovaty
2008-03-18Added a new and improved Paginator class, which allows you to pass a Page obj...Adrian Holovaty
2008-03-18Fixed #6230: Fixed the addition of id values to the select widgets inMalcolm Tredinnick
2008-03-17Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca...Gary Wilson Jr
2008-03-17Tweaked an i18n test that is a bit sensitive to Python versions. It returnsMalcolm Tredinnick
2008-03-17Fixed #6492 -- Added bullet-proofing to isValidFloat validator. Thanks, Basti...Malcolm Tredinnick
2008-03-17Fixed #6764 -- Added some error checking around cookie decoding. Thanks,Malcolm Tredinnick
2008-03-08Fixed tests added in [7200] to not depend on unpredictable key order of dict,...Gary Wilson Jr
2008-03-08Fixed #5595 -- Made `ModPythonRequest.__repr__` return a string instead of a ...Gary Wilson Jr
2008-02-26Re-enable substring lookups for IP address fields in Postgres using HOST() Th...Jacob Kaplan-Moss
2008-02-26Reverted [7151] since it breaks exact IP lookups on PostgreSQL. Reopens #708Jacob Kaplan-Moss
2008-02-26Beefed up support for "lazy" related objects. Now, in addition to ForeignKey(...Jacob Kaplan-Moss
2008-02-26Fixed a missing __init__.py from [7153]Jacob Kaplan-Moss
2008-02-25Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...Gary Wilson Jr
2008-02-23Fixed #708 -- Fixed searching within IP fields on PostgreSQL.Malcolm Tredinnick
2008-02-23Fixed #3689, #5223 -- Fixed "1st of January" comparisons for SQLite without b...Malcolm Tredinnick
2008-02-22Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures sp...Russell Keith-Magee
2008-02-21Fixed #6627 -- Made dict.clear() work for SortedDicts.Malcolm Tredinnick
2008-02-19Fixed #2936, #6500 -- Added a __hash__() method to Models (since we implement...Malcolm Tredinnick
2008-02-18Fixed #6611 -- When copying a SortedDict, make a new copy of the keys list.Malcolm Tredinnick
2008-02-15Removed a portion of the test suite that was a pain on Python 2.3.Malcolm Tredinnick
2008-02-15Made a bunch of tiny documentation formatting and typo fixes.Malcolm Tredinnick
2008-02-14Modified [7112] to make things behave more in line with Python subclassing wh...Malcolm Tredinnick
2008-02-14Fixed #6337. Refs #3632 -- Fixed ModelForms subclassing, to the extent that i...Malcolm Tredinnick
2008-02-06Fixed #6409 -- Unbreak compound locale name parsing (e.g. zh-cn).Malcolm Tredinnick
2008-02-03Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize filter.Malcolm Tredinnick
2008-02-03Fixed #6465 -- Tweaked MergeDict.getlist() to work with Django's MultiValueDi...Malcolm Tredinnick
2008-02-03Fixed #6326 -- Made the test for translations of filter arguments test someth...Malcolm Tredinnick
2008-02-01Fixed #5422 -- Added a `raw` parameter to model `pre_save` and `post_save` si...Gary Wilson Jr