summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2008-01-18Fixed #6302 for ImageFields.Jacob Kaplan-Moss
2008-01-17Fixed #6302. FileField no longer requires a value if one already exists. Than...Joseph Kocherhans
2008-01-13Fixed #6365 -- Added `blank=True` to parent attribute of `m2o_recursive` mode...Gary Wilson Jr
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 #6200 -- Made the core tests independent of the value of LOGIN_URL, sin...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-13Changed ModelForms to allow inheritance as long as their model attributes are...Joseph Kocherhans
2007-12-13Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac...Joseph Kocherhans
2007-12-11Fixed ORA-01461 error when trying to store more than 4000 bytes in a TextFiel...Ian Kelly
2007-12-09Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749.Malcolm Tredinnick
2007-12-04Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up...Jacob Kaplan-Moss
2007-12-04Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the plain ...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 #6042 -- ModelForms implementation from Joseph Kocherhans. Still mightMalcolm Tredinnick
2007-12-02Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran.Malcolm Tredinnick
2007-12-02Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc...Malcolm Tredinnick
2007-12-02Fixed #3323 -- More robust error handling for related objetcs. Thanks, GregMalcolm Tredinnick
2007-12-02Fixed a use of `maxlength`, refs #2101.Gary Wilson Jr
2007-12-02Removed unused import.Gary Wilson Jr
2007-12-02Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem".Malcolm Tredinnick
2007-12-01Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, r...Malcolm Tredinnick
2007-12-01Fixed #5979 -- Always use SITE_ID=1 when running Django's core tests. ThisMalcolm Tredinnick
2007-12-01Fixed #6068 -- Updated docstrings in model tests to make the documentationMalcolm Tredinnick