summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2008-07-21FIxed #7666: use a bare queryset when accessing single related objects so tha...Jacob Kaplan-Moss
2008-07-21Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (orMalcolm Tredinnick
2008-07-21Corrected typo.Gary Wilson Jr
2008-07-20Fixed #6450 -- Improved the checking of errors when creating the directories ...Russell Keith-Magee
2008-07-20Made the test case for doctest comparison of XML fragments a little more rigo...Russell Keith-Magee
2008-07-20Fixed #7339 -- Added manual calls to the garbage collector. This is required ...Russell Keith-Magee
2008-07-20Fixed #7441 -- Removed some of the shortcuts in the doctest output comparator...Russell Keith-Magee
2008-07-19Fixed #7763 -- Added a Romanian localflavor. Thanks, MihaiD.Malcolm Tredinnick
2008-07-19Fixed #6009 -- Added regression tests to show that uploading non-ASCIIMalcolm Tredinnick
2008-07-19Fixed #7441 - Improved the doctest OutputChecker to be more lenient with JSON...Russell Keith-Magee
2008-07-19Fixed #4412 -- Added support for optgroups, both in the model when defining c...Russell Keith-Magee
2008-07-19Fixed #7773 -- Added some simple tests for EmailMessage. Thanks to serialx fo...Russell Keith-Magee
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-07-18Fixed #3639: updated generic create_update views to use newforms. This is a b...Jacob Kaplan-Moss
2008-07-18Added missing files form [7946]Jacob Kaplan-Moss
2008-07-18Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to...Adrian Holovaty
2008-07-17Refs #7745 -- Modified use of assertTrue to failUnless, because assertTrue is...Russell Keith-Magee
2008-07-16Fixed #7786 -- Removed some tests from running when using Python 2.3.Malcolm Tredinnick
2008-07-16Fixed #7759 -- Fixed QuerySet.count() when the results cache was only partiallyMalcolm Tredinnick
2008-07-15Fixed #7411 -- worked around some possible transaction conflicts in SQLite.Malcolm Tredinnick
2008-07-14Removed a Python2.3 incompatible generator construct. Thanks to Karen Tracey ...Russell Keith-Magee
2008-07-13Fixed #7728 -- Modified the output check in the admin script tests. Checking ...Russell Keith-Magee
2008-07-13Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...Russell Keith-Magee
2008-07-12Fixed #7613: fixed file_upload tests when LANG=C. Thanks, eddymul.Jacob Kaplan-Moss
2008-07-11Fixed #7303 -- Clarified a test case that was dependent on dict ordering. Tha...Russell Keith-Magee
2008-07-11Fixed #6017 -- Modified the Lax parser to allow --settings and the other core...Russell Keith-Magee
2008-07-11Fixed #7715 -- Modified the admin_scripts tests to do an app level import, ra...Russell Keith-Magee
2008-07-11Fixed #7698 -- Handle '0' correctly when used as the upper bound of a slice.Malcolm Tredinnick
2008-07-11Fixed #7448 -- Convert "in" filters to pass in the correct values for datetimesMalcolm Tredinnick
2008-07-10Corrected a bug in [7876] picked up by the buildbot: depending on the order i...Russell Keith-Magee
2008-07-10Refs #5943, #6107 -- Added framework and tests to check for the correct opera...Russell Keith-Magee
2008-07-07Fixed #7614: the quickening has come, and there now is only one UploadedFile....Jacob Kaplan-Moss
2008-07-07Fixed #7651: uploading multiple files with the same name now work. Also, in o...Jacob Kaplan-Moss
2008-07-06Revert [7849] and [7850]. Brain failure on my part.Malcolm Tredinnick
2008-07-06Some tests for the new features. These pretty much fail at the moment. Based onMalcolm Tredinnick
2008-07-03Fixed a test case using extra sql that didnt fit Oracle syntax.Ian Kelly
2008-07-02Renamed a field in a test case that was preventing the tests from Ian Kelly
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-06-30Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...Russell Keith-Magee
2008-06-30Fixed #7572 -- Force the closure of the database connection at the end of fi...Russell Keith-Magee
2008-06-30Fixed #5957 -- Enforce the "required" attribute on BooleanField in newforms.Malcolm Tredinnick
2008-06-30Fixed #2170 -- "exact" lookups in MySQL are now case-sensitive (the same as o...Malcolm Tredinnick
2008-06-30Fixed #4485 -- Allow nullable DecimalFields to store NULLs.Malcolm Tredinnick
2008-06-30Fixed #7314 -- Changed the way extra() bits are handled when QuerySets are me...Malcolm Tredinnick
2008-06-30Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in loaddata.Malcolm Tredinnick
2008-06-29Fixed #7323 -- Fixed a count() edge-case.Malcolm Tredinnick
2008-06-29Fixed #7371 -- Fixed an edge case when ordering on related models.Malcolm Tredinnick
2008-06-29Fixed #7378 -- Use the "to_field" where appropriate on reverse relations.Malcolm Tredinnick
2008-06-29Fixed #7276 -- Delete multi-table objects correctly.Malcolm Tredinnick