summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-05-30Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` packageMoayad Mardini
2014-05-29Making SQL management commands migration aware.Víðir Valberg Guðmundsson
2014-05-29Fixed #20401 -- ContentTypeManager.get_for_model reads from db_for_read.Antonis Christofides
2014-05-29Implement Migration.run_beforeChris Beaven
2014-05-28Fixed a typo that Tim Graham noticedAlex Gaynor
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-28Merge pull request #2734 from valberg/double_order_troubleAndrew Godwin
2014-05-29Adding test to fix of duplicate _order fields (#22720)Víðir Valberg Guðmundsson
2014-05-28Set straight the sense of 'uppercases_column_names' feature flagShai Berger
2014-05-28Fixed #22684 -- Added `empty_label` option on `django.forms.extras.widets.Sel...Guillaume Pannatier
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-05-27Fixed #22699 -- Configure default settings in some management commands.Aymeric Augustin
2014-05-27Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.Moayad Mardini
2014-05-26Restored Python 2 compatibility.Florian Apolloner
2014-05-25Removed executeable bit from a few files.Florian Apolloner
2014-05-25Fixed a few warnings in the testsuite.Florian Apolloner
2014-05-26Fixed a ResourceWarning that wasn't properly fixed by the previous commit.Loic Bistuer
2014-05-26Fixed a few ResourceWarning in the test suite. Refs #22680.Loic Bistuer
2014-05-24Fixed #22676 -- makemigrations --dry-run should not ask for defaultsMoayad Mardini
2014-05-24Fixed #22510 -- Harden field removal to only None.Marc Tamlyn
2014-05-24Moved some imports in runtests.pyClaude Paroz
2014-05-24Made runtests.py use 'set_installed_apps' APIClaude Paroz
2014-05-23Fixed tuple serialization test.Baptiste Mispelon
2014-05-23Fixed #22602 -- Improved code coverage of makemigrations command tests.Huu Nguyen
2014-05-22Fixed #21357 -- Fixed test client session initialization.Preston Timmons
2014-05-22Fixed #21598 -- cleaned up template loader overrides in testsUnai Zalakain
2014-05-22Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella
2014-05-22Fixed #22679 -- Fixed empty tuple serialization in MigrationWriter.Moayad Mardini
2014-05-22Fix a test dependent on json ordering.Marc Tamlyn
2014-05-22Made nested deconstruction support both forms of deconstruct()Marc Tamlyn
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