summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
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 #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-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 #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-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-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-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-01-17Fixed #6302. FileField no longer requires a value if one already exists. Than...Joseph Kocherhans
2008-01-06Fixed Python 2.3 problem I introduced all the way back in [6852]. :-(Malcolm Tredinnick
2008-01-06Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel.Malcolm Tredinnick
2008-01-05Reverted 'regroup' template tag changes from [6956], as they caused bug #6271...Adrian Holovaty
2008-01-04Fixed #6254: Made fetchone() in the oracle backend correctly convert Ian Kelly
2008-01-03Middleware regression test fixes:Gary Wilson Jr
2008-01-02Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation and ...Adrian Holovaty
2008-01-02Fixed #6295 -- Made the {% for %} tag a bit more efficient by creating a sing...Adrian Holovaty
2007-12-19Removed some reverse string craziness from the regroup template tag argument ...Gary Wilson Jr
2007-12-19Fixed #5670 -- Changed the validation of the UK postcode widget to allow for ...Malcolm Tredinnick
2007-12-19Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, Smile...Malcolm Tredinnick
2007-12-17Fixed #5596 -- Changed the static view for the development server so that Dja...Malcolm Tredinnick
2007-12-17Fixed a Python 2.3 problem from [6927].Malcolm Tredinnick
2007-12-17Fixed #5956 -- Added a better error description for non-ASCII HTTP headers. ...Malcolm Tredinnick
2007-12-17Fixed #5871 -- Factored out the validation errors in localflavor form fields....Malcolm Tredinnick
2007-12-11Fixed ORA-01461 error when trying to store more than 4000 bytes in a TextFiel...Ian Kelly
2007-12-04Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up...Jacob Kaplan-Moss
2007-12-04Fixed #6099: the filebased cache backend now uses md5 hashes of keys instead ...Jacob Kaplan-Moss
2007-12-04Fixed #6122: Fixed tests broken by [6872]. Thanks, Matt.Jacob Kaplan-Moss
2007-12-02Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the newMalcolm Tredinnick
2007-12-02Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...Malcolm Tredinnick
2007-12-02Fixed #6071 -- Fixed another infinite recursion problem in SafeString andMalcolm Tredinnick
2007-12-02Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran.Malcolm Tredinnick
2007-12-02Fixed a use of `maxlength`, refs #2101.Gary Wilson Jr
2007-12-02Removed unused import.Gary Wilson Jr