summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-31Fixed #18407 -- Made model field's to_python methods fully accept unicode.Claude Paroz
2012-05-31Rewrote test_error_messages with helper test utility.Claude Paroz
2012-05-31Fixed #14681 -- Do not set mode to None on file-like objects.Claude 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 #18387 -- Do not call sys.exit during call_command.Claude Paroz
2012-05-27Fixed #18135 -- Close connection used for db version checkingMichael Newman
2012-05-27Fixed #18343 -- Cleaned up deferred model implementationAnssi Kääriäinen
2012-05-26Removed a duplicate test in fixtures_regress.Claude Paroz
2012-05-26Fixed #5423 -- Made dumpdata output one row at a time.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 #18177 -- Cached known related instances.Aymeric Augustin
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-22Fixed #18304 -- Optimized save() when update_can_self_select=FalseAnssi 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-19Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper classClaude 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
2012-05-17Fixed #17449 -- Added OPTIONS to generic views.Aymeric Augustin
2012-05-17Fixed #17535 -- Optimized list generic views.Aymeric Augustin
2012-05-17Fixed #18326 -- Stripped ending chars in LiveServerViews tests.Claude Paroz
2012-05-16Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be able...Jannis Leidel
2012-05-14Fixed #10890: added prev/next_week in the contextAymeric Augustin
2012-05-12Replaced im_func and im_self by __func__ and __self__.Claude Paroz
2012-05-12Added missing relative imports in test files.Claude Paroz
2012-05-12Avoided test failure on MySQL by skipping a failing testAnssi Kääriäinen
2012-05-12Fixed #4102 -- Allow update of specific fields in model.save()Andrei Antoukh
2012-05-10Fixed #17798 -- Tweaked the CA localflavor.Aymeric Augustin
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-09Fix proxy model Query.remove_inherited_models()Anssi Kääriäinen
2012-05-07Made model fields comparable to other objectsSimon Charette
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-05-05Commented on a line that inadvertantly slipped in commit 865cd35cClaude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Inserted more simplefilter calls to be sure warnings are emitted.Claude Paroz