summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-18Removed the mysql_old backend. It smells bad and has no friends.Malcolm Tredinnick
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 #7696: fixed model_form tests on Windows after [7814]. Thanks, Marty Al...Jacob Kaplan-Moss
2008-07-12Fixed #7613: fixed file_upload tests when LANG=C. Thanks, eddymul.Jacob Kaplan-Moss
2008-07-12Fixed #7583 -- Corrected the testing docs that referred to the defunct header...Russell Keith-Magee
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-08Fixed test suite after [7687].Malcolm Tredinnick
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-02Made legacy `ObjectPaginator` truly backwards-compatible by catching both `At...Gary Wilson Jr
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
2008-06-29Removed a stray debugging print that slipped in.Malcolm Tredinnick
2008-06-29Fixed #7246 -- Pull in the all the necessary data when using select_related()...Malcolm Tredinnick
2008-06-29Use create() to create objects in the query regression tests, like all the CoolMalcolm Tredinnick
2008-06-29Added a test to show that #7227 was also fixed by [7778].Malcolm Tredinnick
2008-06-29Fixed handling of multiple fields in a model pointing to the same related model.Malcolm Tredinnick
2008-06-28Fixed the fix from [7775].Malcolm Tredinnick
2008-06-27Fixed #7559 -- Updated newforms unit tests to reflect the fact that http://ww...Adrian Holovaty
2008-06-27Reorganised the internals of the Where node a bit to fix some copying problems.Malcolm Tredinnick
2008-06-26EmptyQuerySet classes can now be merged with normal querysets.Malcolm Tredinnick