summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-05-16Fixed #16245 -- Included traceback in send_robust()'s responseUnai Zalakain
2014-05-16Optimized make_aware/naive by removing redundant checks. Refs #22625.Aymeric Augustin
2014-05-16Fixed #22625 -- Normalized make_aware/naive errors.Aymeric Augustin
2014-05-16Fix storing of binary fields and unicode textfields for Oracle/Python3Shai Berger
2014-05-16Fixed #22266 - quote PK before redirecting away from add_view (django.contrib...Stas Rudakou
2014-05-16Fixed #18389 -- Fixed the way contribute_to_class is calledVlad Starostin
2014-05-16Refs #21798 - Modified error number to provide room for future expansion.Russell Keith-Magee
2014-05-16Fixed #22531 -- Added tree.Node.__repr__ and tests for the class.Moayad Mardini
2014-05-16Removed an unused importAlex Gaynor
2014-05-16Fixed #22490 -- removed obsolete ComplexFeed class from syndication_testsNikolaus Schlemm
2014-05-16Fixed #22579 -- Corrected validation for email to reject trailing slashErik Romijn
2014-05-16Fixed #22628 -- Took initial forms into account when combining FormSet.min_nu...Stephen Burrows
2014-05-16Merge pull request #2657 from nschlemm/20140516-test_testcase_orderingMarc Tamlyn
2014-05-16cater for running tests from another directory than tests - applying existing...Nikolaus Schlemm
2014-05-16Fixed #21634 -- Prevented hiding ImproperlyConfigured when command not foundClaude Paroz
2014-05-16Fixed #21798 -- Added check for DateTime mutually exclusive optionsDaniel Pyrathon
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-15Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein
2014-05-14Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn
2014-05-14Dropped fix_IE_for_vary/attach.Aymeric Augustin
2014-05-13Fixed #22533 -- Added label_suffix parameter to form fields.Julen Ruiz Aizpuru
2014-05-12Fixed flake8 error.Tim Graham
2014-05-11Completed long overdue sqlinitialdata deprecation.Ramiro Morales
2014-05-11Fixed some test models' natural_key() methods.Ramiro Morales
2014-05-11Unneeded, Python 3 incompatible code in a75324c6 tests.Ramiro Morales
2014-05-11Fixed #14226 -- Dependency calculation for complex M2M relations.Rainer Koirikivi
2014-05-10Fixed #21685 -- Displayed app verbose name in admindocs model indexClaude Paroz
2014-05-10Minor cleanup in select_related_regress tests.Aymeric Augustin
2014-05-10Fixed #22508 -- Avoided overwriting select_related.Aymeric Augustin
2014-05-10Adjusted refactoring of vendor checks.Aymeric Augustin
2014-05-10Fixed #22502 -- Fixed microseconds/default/form interactionStephen Burrows
2014-05-09Used more precise assertions in cache testsClaude Paroz
2014-05-09Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiryMalcolm Box
2014-05-08Tests for #22325Andrew Godwin
2014-05-08Fixed #22588 -- Fix RegexValidator __eq__David Szotten
2014-05-08Added feature flags for introspection capabilities.Aymeric Augustin
2014-05-08Split ignores_nulls_in_unique_constraints feature.Aymeric Augustin
2014-05-08Replaced vendor checks by three feature flags.Aymeric Augustin
2014-05-08Simplified indexes tests.Aymeric Augustin
2014-05-08Reorganized backends tests.Aymeric Augustin
2014-05-08Appeased flake8.Aymeric Augustin
2014-05-08Fixed #22476: Couldn't alter attributes on M2Ms with through= setAndrew Godwin
2014-05-07Fixed #22496: Data migrations get transactions again!Andrew Godwin
2014-05-07Fixed #22581: Pass default values for schema through get_db_prep_save()Andrew Godwin
2014-05-06Fixed #22337: FileSystemStorage marked as deconstructible and tested.Andrew Godwin
2014-05-06Fixed #22564 -- Prevented unneeded bytestrings in migrationsClaude Paroz
2014-05-05Fixed #22570 -- Made Form.__getitem__ KeyError more descriptive.Ben Davis
2014-05-05Fixed #22572 -- override_settings(ROOT_URLCONF) didn't clear urlresolvers._ur...Loic Bistuer
2014-05-05Fixed #22466 -- ordering by reverse foreign keyAnssi Kääriäinen
2014-05-05Fixed #22489 -- missing implemenation for search lookupJakub Roztocil