summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-03-06Used more precise test assertions.Aymeric Augustin
2013-03-04Fixed #6585 -- Admin relationship widgets: Respect ordering defined by target...Juan Pedro Fisanotti
2013-03-04Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete pro...Javier Mansilla
2013-03-03Removed mentions of modeltests.Ramiro Morales
2013-03-03Fixed #19915 - Made blocktrans tag honor TEMPLATE_STRING_IF_INVALID.matiasb
2013-03-02Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATSClaude Paroz
2013-03-02Fixed #18130 -- Made the isolation level configurable on PostgreSQL.Aymeric Augustin
2013-03-02Add introspection support for BinaryFieldClaude Paroz
2013-03-02Added support for serializing BinaryFieldClaude Paroz
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-03-02Import `CaptureQueriesContext` from its original module.Simon Charette
2013-03-02Fixed #10399 -- Tested that o2o field updates are not constrained by an inner...Simon Charette
2013-03-02Added a context manager to capture queries while testing.Simon Charette
2013-03-01Fixed #18898 -- Added tests with a fix for ModelMultipleChoiceFieldClaude Paroz
2013-03-01Fixed #16612 -- Improved has_changed detection for localized field valuesClaude Paroz
2013-02-28Fixed tests broken in 2ee21d9.Aymeric Augustin
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-28Fixed #5241 -- Kept active transalation in LocaleMiddleware.process_response.Aymeric Augustin
2013-02-28Fixed #12823 -- Was already fixed in master, tests addedAnssi Kääriäinen
2013-02-27use the real path to fix OS X /var/folders vs. /private/var/folders mismatchŁukasz Langa
2013-02-27Made dateformat tests reactivate original languageAnssi Kääriäinen
2013-02-27Fixed a test that relied on database exceptions not being wrapped.Aymeric Augustin
2013-02-27Fixed a PendingDeprecationWarning in template_tests.Aymeric Augustin
2013-02-27Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen
2013-02-27[py3] Always fed hashlib with bytes.Łukasz Langa
2013-02-26Removed a .mo file incorrectly put under Git control.Ramiro Morales
2013-02-26Simplified compilemessages tests a bit.Ramiro Morales
2013-02-26Don't use os.system() in compilemessages.Ramiro Morales
2013-02-26Fixed i18n test to match changed translationClaude Paroz
2013-02-26Fixed discovery of the Django installation during tests.Florian Apolloner
2013-02-26Changed test_runner tests to use full python path for settings files.Florian Apolloner
2013-02-26fixed admin_scripts tests on python 3.3Florian Apolloner
2013-02-26Ensured that we have an absolute path to RUNTESTS_DIR.Florian Apolloner
2013-02-26Renamed a template to be found by the loaders.Florian Apolloner
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Adjusted coveragercFlorian Apolloner
2013-02-26Adjusted runtests to the new layout.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-26Removed __init__.py files.Florian Apolloner
2013-02-26Moved test_templates to templates to prevent issues with regressiontests/temp...Florian Apolloner
2013-02-26Updated an inaccurate comment.Aymeric Augustin
2013-02-25Fixed a caching test on Python 3.Carl Meyer
2013-02-25Fixed #18191 -- Don't consider Accept-Language redundantly in cache key.Łukasz Langa
2013-02-25Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin
2013-02-25Use built-in fixture support rather than calling loaddata in setUp().Carl Meyer
2013-02-25Merge pull request #847 from fhahn/ticket_18176Aymeric Augustin
2013-02-25Fixed #19854 -- Turn Django's own Selenium tests off by default.Carl Meyer
2013-02-25Fixed #18176 -- Added test for year lookups with year < 1000Florian Hahn
2013-02-25Fixed #19903 -- Fixed unbalanced setUp/tearDown calls in LiveServerAddress testClaude Paroz
2013-02-25Changed testing strategy used in 6b03179e.Aymeric Augustin