summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-12-13Removed obsolete code for running test_loaders.py.Aymeric Augustin
2014-12-13Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall
2014-12-12Refs #23943 -- Removed an invalid generic_views test.Tim Graham
2014-12-12Fixed #23455 -- Accept either bytes or text for related_name, convert to text.Carl Meyer
2014-12-12Revert "Fixed #23455 -- Forced related_name to be a unicode string during dec...Carl Meyer
2014-12-12Fixed #23857 -- Fixed admin crash with "save as new" and deleting inline.Tim Graham
2014-12-12Fixed #23941 -- Removed implicit decimal formatting from expressions.Josh Smeaton
2014-12-12Fixed template tag braces spacing.Kevin Marsh
2014-12-12Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.Grzegorz Slusarek
2014-12-11Refs #18586 -- Refactored expressions tests.Shabda Raaj
2014-12-11Readded test inadvertently removed in last commit.Tim Graham
2014-12-11Refs #18586 -- Split custom manager tests.Shabda Raaj
2014-12-11Refs #18586 -- Split custom_pk test.Shabda Raaj
2014-12-11Cleanup cache in contrib.sites to prevent test interference -- refs #11505Thomas Chaumeny
2014-12-11Fixed #23977 -- Added setdefault() method to HttpResponseSergey Parkhomenko
2014-12-11Fixed #23956 -- Fixed migration creation for multiple table inheritanceMarkus Holtermann
2014-12-09Refs #23947 -- Prevented staticfiles tests from having side effects.Diego Guimarães
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-06Refs #23947 -- Worked around a bug in Python that prevents deprecation warnin...Diego Guimarães
2014-12-06Moved misplaced comment.Aymeric Augustin
2014-12-06Refs #23947 -- Isolated some cache tests.Tim Graham
2014-12-06Refs #23947 -- Fixed introspection test that had a side effect.Diego Guimarães
2014-12-06Refs #23947 -- Isolated a mail test.Diego Guimarães
2014-12-06Refs #23890 -- Restored silencing of numpy DeprecationWarnings in template te...Tim Graham
2014-12-06Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons
2014-12-05Refs #23947 -- Made a modeladmin test cleanup after itself.Diego Guimarães
2014-12-05Fixed #23957 -- Started deprecation toward requiring session verification.Tim Graham
2014-12-04Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrationsClaude Paroz
2014-12-04Converted a SimpleTestCase that creates data to TestCase.Thomas Chaumeny
2014-12-04Refs #18586 -- Split up order_with_respect_to testsHelen ST
2014-12-04Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.Tim Graham
2014-12-04Fixed #23911 -- Added support for buffer file uploads in the test clientThomas Tanner
2014-12-03Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales
2014-12-03Refs #18586 -- Split up model_inheritance.ModelInheritanceTestAlexander Shchapov
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-12-03Added a test to verify headers set by default middleware; refs #23939.Tim Graham
2014-12-03Refactored some tests to take advantage of refs #20392.Thomas Chaumeny
2014-12-03Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny
2014-12-03Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.Gavin Wahl
2014-12-03Fixed #23935 -- Converted decimals to fixed point in utils.numberformat.formatEric Rouleau
2014-12-03Fixed "no such test method" error in template_tests.Berker Peksag
2014-12-02Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons
2014-12-03Marked some tests as expected failures on Oracle/cx_Oracle<=5.1.3/Python3Shai Berger
2014-12-02Fixed #23934 -- Fixed regression in admin views obj parameter.Kamil Braun
2014-12-02Ensured foreign_object tests reset language properly.Preston Timmons
2014-12-01Fixed #23807 -- Ignored non-digits in psycopg2 versionAndriy Sokolovskiy
2014-12-01Fixed selenium test failure of JavascriptI18nTests.Tim Graham
2014-12-01Fixed #23289 -- Added mock as a test dependency.Tim Graham
2014-12-01Fixed admin_views test from refs #7361 (name was too long).Tim Graham