summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2012-06-19Fixed #14502 again -- saner verbatim closing tokenChris Beaven
2012-06-14Fixed #12140 -- Fixed http.urlencode result for empty listsClaude Paroz
2012-06-13Removed escaping test of query contentClaude Paroz
2012-06-13Fixed connection.queries encoding handling on OracleAnssi Kääriäinen
2012-06-13Fixed #18461 -- Ensured that last_executed_query returns UnicodeClaude Paroz
2012-06-12Added missing encoding prefix in localflavor testClaude Paroz
2012-06-12Cleaned up locale-related encoding issuesClaude Paroz
2012-06-11Fixed #18463 -- Forced type() argument to be a byte stringClaude Paroz
2012-06-09Removed test of connection features before setting up databasesClaude Paroz
2012-06-09Reverted 905e33f, now that DatabaseFeatures does not need confirmClaude Paroz
2012-06-09Fixed #17760 -- Implemented callable database features as cached propertiesClaude Paroz
2012-06-09Fixed #16418 -- Made generic views work with ModelFormsAnssi Kääriäinen
2012-06-08Merge pull request #123 from apollo13/ticket18381Aymeric Augustin
2012-06-07Fixed #18433 -- Fixed "View on Site" link in inline admin for models with cus...Daniel Hepper
2012-06-07Fixed #18432 -- Prevented the ForeignKey field from creating an invalid query...Jann Kleen
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Don't escape object ids when passing to the contenttypes.shortcut view.Florian Apolloner
2012-06-07Fixed #10200 -- Raised CommandError when errors happen in loaddata.Claude Paroz
2012-06-07Fixed #14502 -- Added a verbatim template tag.Aymeric Augustin
2012-06-03Fixed #17138 -- Made the sensitive_variables decorator work with object methods.Julien Phalip
2012-06-03Changed FilePathField tests to use it's own directory with test files.Honza Kral
2012-06-03Unittest2 style assertTrue instead of assert_Honza Kral
2012-06-03Fixed incorrect assert in test_filepathfield_foldersHonza Kral
2012-06-02Fixed override_settings usage in test_client_regressClaude Paroz
2012-06-02Fixed settings override in mail regression testsClaude Paroz
2012-06-01Removed debugging code added in last commit.Ramiro Morales
2012-06-01Made inspectdb tests deal with a smaller generated models.py file.Ramiro Morales
2012-05-31Fixed #18409 -- Made RegexField work with unicode characters.Julien Phalip
2012-05-31Cleaned up test_client_regress testsClaude Paroz
2012-05-31Moved test_client_regress tests from models.py to tests.pyClaude Paroz
2012-05-28Fixed #18393 -- Prevented blocktrans to crash when a variable name is badly f...Julien Phalip
2012-05-28Used call_command stdout parameter to capture output in staticfiles tests.Claude Paroz
2012-05-27Used call_command in i18n compilation tests.Claude Paroz
2012-05-27Used CommandError in createcachetable command.Claude Paroz
2012-05-27Fixed #18135 -- Close connection used for db version checkingMichael Newman
2012-05-26Removed a duplicate test in fixtures_regress.Claude Paroz
2012-05-25Specified when open should use binary mode.Claude Paroz
2012-05-25Fixed #17371 -- Made the test client more flexibleAymeric Augustin
2012-05-25Added tests for nested exclude/negate queriesAnssi Kääriäinen
2012-05-24Fixed qs.order_by() join promotion for already existing joinsAnssi Kääriäinen
2012-05-24Fixed #18353 -- Inconsistency in date-based CBVs.Aymeric Augustin
2012-05-22Fixed #18319 -- Added 'supports_sequence_reset' DB featureAnssi Kääriäinen
2012-05-22Fixed #18318 -- Changed some tests to be 3rd party DB friendlyAnssi Kääriäinen
2012-05-22Fixed #18317 -- Removed db specific raw SQL function from testsAnssi Kääriäinen
2012-05-20Fixed #18354 -- Performance issue in CBV.Aymeric Augustin
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-18Fixed broken ES localflavor test after 4774875.Claude Paroz
2012-05-18Fixed #18334 -- Fixed detection of supports_stddev backend feature.Claude Paroz
2012-05-17Added a test for DayArchiveView. Refs #17192.Aymeric Augustin
2012-05-17Fixed #9893 -- Validated the length of file namesAymeric Augustin