summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-09-29Fixed #18993 -- 'django' logger logs to console when DEBUG=TrueClaude Paroz
2012-09-29Merge branch 'ticket15695'Florian Apolloner
2012-09-28Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen
2012-09-28Added a way to check if a signal has listenersAnssi Kääriäinen
2012-09-28Used get_current_site in comments feed classClaude Paroz
2012-09-27Fixed #18881 -- Made the context option in {% trans %} and {% blocktrans %} a...Julien Phalip
2012-09-27Added complementary regression test for commit c1729510Eduardo Cereto Carvalho
2012-09-27Fixed #15695 -- Added `ResolverMatch` to the request object.Florian Apolloner
2012-09-26Fixed #18675 -- Fixed was_modified_since with floating-point mtimeClaude Paroz
2012-09-26Fixed parse_http_date docstring and moved related testsClaude Paroz
2012-09-26Fixed #18845 -- Do not swallow AttributeErrors when running commandsClaude Paroz
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-24Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...Ramiro Morales
2012-09-24Called parent __init__ in test logging handlerClaude Paroz
2012-09-24Fixed #14861 -- Moved logging config outside of Settings.__init__Claude Paroz
2012-09-24Replaced a deprecated assertEqualsClaude Paroz
2012-09-24Fix PostgreSQL failing on a testAndrew Godwin
2012-09-24Only swallow table-does-not-exist errors in testsAndrew Godwin
2012-09-24Fix nullability changing codeAndrew Godwin
2012-09-23Fixed #18982 - Caught TypeError in DateField.cleanAymeric Augustin
2012-09-22Fixed #18861 -- Triggered message validation with locmem email backendClaude Paroz
2012-09-22Fixed #18951 -- Formatting of microseconds.Aymeric Augustin
2012-09-22Fixed #16218 -- date_list order in generic CBVs.Aymeric Augustin
2012-09-22Remove AppCache state handling, replace with swappable cachesAndrew Godwin
2012-09-20Imported getLogger directly from logging moduleClaude Paroz
2012-09-19Revert "Fixed #16865 -- Made get_or_create use read database for initial get ...Carl Meyer
2012-09-19Fixed #16865 -- Made get_or_create use read database for initial get query.Carl Meyer
2012-09-18Fixed #18980 -- Fixed assertContains regression when passed an objectJeremy Dunck
2012-09-18Fixed #18800 -- Support numbers bigger than max float in `numberformat`.Florian Apolloner
2012-09-18Dropping pointless self.fail callsAndrew Godwin
2012-09-17Python 3 compatability. 2.6 was a while back, I should learn ' as '.Andrew Godwin
2012-09-17Merge branch 'lotheac-fix_uploaded_file_exec'Florian Apolloner
2012-09-17Fixed #18947 -- Don't make uploaded files executeable by default.Florian Apolloner
2012-09-17More schema test fixingAndrew Godwin
2012-09-17Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2012-09-17Fix app loading/test interactionAndrew Godwin
2012-09-16Merge pull request #360 from calebsmith/add-permalink-wraps-testFlorian Apolloner
2012-09-16Fixed #17485 regression -- only + select_related interactionAnssi Kääriäinen
2012-09-15Fixed #18530 -- Fixed a small regression in the admin filters where wrongly f...Julien Phalip
2012-09-15Modernized views.DebugViewTestsClaude Paroz
2012-09-12Fixed #18790 -- Encoded database password on Python 2Claude Paroz
2012-09-10Document and test 'type' usage in Widget attrsClaude Paroz
2012-09-09Fixed a couple of test failures on Windows.Karen Tracey
2012-09-08Remove an outdated import inadvertently introduced in tests.Carl Meyer
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-09-08Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...Carl Meyer
2012-09-08Moved the admin inline JS to new JS files for cleanliness.Travis Swicegood
2012-09-08refs #12836 - Added a test to assure permalink wraps method attributesCaleb Smith
2012-09-08Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)Travis Swicegood