summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-05-22Added array field support for PostgreSQL.Marc Tamlyn
2014-05-21Merge pull request #2498 from ramiro/move-serverhandlerRamiro Morales
2014-05-21Merge pull request #2679 from ramiro/t22421Ramiro Morales
2014-05-21Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus
2014-05-21Skipped a migrations test that's not supported on MySQL + Python 3.Tim Graham
2014-05-21Fixed the ordering of prefetch lookups so that latter lookups can refer to fo...Loic Bistuer
2014-05-21Fixed #22650 -- Fixed regression on prefetch_related.Loic Bistuer
2014-05-20Merge pull request #2692 from fcurella/patch-5Alex Gaynor
2014-05-20replaced occurrences of master/slave terminology with leader/followerFlavio Curella
2014-05-20Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files.Denis Cornehl
2014-05-20Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.Andrew Godwin
2014-05-20Merge pull request #2634 from loic/ticket22424Andrew Godwin
2014-05-19Fixed #22661 -- Move makemigrations tests to the proper classHuu Nguyen
2014-05-19Fix a2dd618 for mysql.Marc Tamlyn
2014-05-19Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of mod...Tim Graham
2014-05-19Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.Martin Brochhaus
2014-05-18Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.Esau Rodriguez
2014-05-18Refs #21230 -- removed direct settings manipulation from staticfile testsHuu Nguyen
2014-05-18Failing testcases for #22649.Loic Bistuer
2014-05-18Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on...Loic Bistuer
2014-05-17Fixed #22421 -- Regression in fixtures loading.Ramiro Morales
2014-05-17Moved wordwrap test to their own functionMarkus Amalthea Magnuson
2014-05-17Fixed several flake8 errors, including one where a test wouldn't be runAlex Gaynor
2014-05-17Fixed #22648 -- Transform.output_type should respect overridden custom_lookup...Marc Tamlyn
2014-05-17Merge pull request #2346 from Markush2010/ticket21905Florian Apolloner
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 #21905 -- Add info message if DateField or TimeField use a fixed valueMarkus Holtermann
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