summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-07-22Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lackingAdrian Holovaty
2008-07-22Fixed #6755: model inheritance now works in the admin. Thanks, sloonz and Mic...Jacob Kaplan-Moss
2008-07-21Fixed #7825 - modeltests/delete tests failing after NFA merge, and improved d...Luke Plant
2008-07-21FIxed #7666: use a bare queryset when accessing single related objects so tha...Jacob Kaplan-Moss
2008-07-21Fixed #7727 -- Improved the checks for import failure when using PIL. Under P...Russell Keith-Magee
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-19Reverted [7986].Malcolm Tredinnick
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 #5619 -- Return the same path in get_FOO_filename() before and after aMalcolm 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-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