summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-01-22Added some missing whitespace around arithmetic operatorsAlex Gaynor
2014-01-22Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or ...Loic Bistuer
2014-01-22Fixed #21852 -- Make migration writer serialize iteratorsMarkus Holtermann
2014-01-20Removed some stray newlines which caused flake8 issuesAlex Gaynor
2014-01-20Fix a check_framework test so it doesn't fail when TEST_RUNNER is set (e.g. o...Carl Meyer
2014-01-20Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.Carl Meyer
2014-01-20Added ManifestStaticFilesStorage to staticfiles contrib app.Jannis Leidel
2014-01-20Removed a stray new line which upset flake8Alex Gaynor
2014-01-20Added warning silencers to some noisy tests.Russell Keith-Magee
2014-01-20Fixed two test failures under OracleShai Berger
2014-01-20Fixed custom_lookups tests for OracleAnssi Kääriäinen
2014-01-20Removed an inactive system check for upload_to.Russell Keith-Magee
2014-01-19Fixed a small collection of flake8 violations that had snuck inAlex Gaynor
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-19Remove other unicode literalAndrew Godwin
2014-01-19Remove unicode prefix that snuck inAndrew Godwin
2014-01-19Fixed #21638: Validators are now comparable, stops infinite user mig'nsAndrew Godwin
2014-01-19Fixed #21664: Multi-table inheritance was duplicating _ptr fieldsAndrew Godwin
2014-01-19Fixed #21783: (again) Found second source of bug, also squashed it.Andrew Godwin
2014-01-19Merge pull request #1681 from loic/migrations.formatAndrew Godwin
2014-01-20Fixed #21323 -- Improved readability of serialized Operation.Loic Bistuer
2014-01-19Fixed #21783: Use defaults for adding NOT NULL on sqliteAndrew Godwin
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2014-01-19Refs #21628 -- removed one usage of the imp module in the tests. It is deprec...Alex Gaynor
2014-01-18Stopped assuming that INSTALLED_APPS only contains app names.Aymeric Augustin
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-17Adjusted inspectdb management command to yield PEP 8-compliant output barring...JustinTArthur
2014-01-17Fixed #21785: Bad handling of both auto_now and _add on deconstructAndrew Godwin
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2014-01-12Be more careful about closing connections in mail tests.Marc Tamlyn
2014-01-12Undelete the `return True` removed in 4e0a2fe.Marc Tamlyn
2014-01-12Fixed #21477 -- Renamed db to using in pre/post_migrate signals.Aymeric Augustin
2014-01-12Fixed a test that was failing with PostGIS.Aymeric Augustin
2014-01-12Restored a test broken by overzealous PEP8 cleanupAymeric Augustin
2014-01-12Fixed flake8 issues.Simon Charette
2014-01-12Merge pull request #2163 from apollo13/signalsFlorian Apolloner
2014-01-12Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin
2014-01-12Fixed a test isolation issue. Refs #17062.Aymeric Augustin
2014-01-12Fixed #21413 -- resolve_columns fields misalignmentAnssi Kääriäinen
2014-01-12Fixed #21756 -- Skipped two timezone-related tests on Windows.Aymeric Augustin
2014-01-11Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeFieldClaude Paroz
2014-01-11Fixed #21752 -- Prevented custom widget step attribute to be overwrittenClaude Paroz
2014-01-10Deprecated importing a model before loading its application.Aymeric Augustin
2014-01-09Fixed #12571 -- Attached originating WSGIRequest to test client responses.Unai Zalakain
2014-01-09Fixed removal of signal receivers in Python 3.4Florian Apolloner
2014-01-08Make test stronger to hopefully fix odd Jenkins failureAndrew Godwin
2014-01-08Merge pull request #2151 from manfre/ticket-21746Anssi Kääriäinen
2014-01-08Fixed #21746 - Fixed test_get_reverse_on_unsaved_object test.Michael Manfre
2014-01-08Fixed #21745 - Feature check UniqueTest.test_unique_nullMichael Manfre
2014-01-08Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin