summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-02-06Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...Vajrasky Kok
2014-02-06Fixed #21731 -- Made javascript_quote escapes '</'.Vajrasky Kok
2014-02-05Removed import which is now unusedAlex Gaynor
2014-02-05Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"Baptiste Mispelon
2014-02-05Fixed #21952 -- signals deadlock due to locking + weakref interactionAnssi Kääriäinen
2014-02-04Fixed #21929 - Fixed test regression on Windows.Carl Meyer
2014-02-04Removed the this_is_the_login_form hackClaude Paroz
2014-02-04Fixed #21911 -- Made admin views redirect to login when neededClaude Paroz
2014-02-04Made staff_member_required redirect to loginClaude Paroz
2014-02-04Fixed #21748 -- join promotion for negated AND conditionsAnssi Kääriäinen
2014-02-02Fixed typo in 3ffeb931.Aymeric Augustin
2014-02-02Make mysql's CursorWrapper a contextmanager.Michael Manfre
2014-02-02Fix regress added to migrations.test_operations.test_alter_field_pk_fkMichael Manfre
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-02-02Made SQLCompiler.execute_sql(result_type) more explicit.Michael Manfre
2014-02-01Silenced a spurious warning.Aymeric Augustin
2014-01-31Updated some tests to use the check framework and silenced a PendingDeprecati...Tim Graham
2014-01-30Made Oracle introspect FloatFields correctlyShai Berger
2014-01-28Added tests for m2m queries with custom pk on the end modelsAnssi Kääriäinen
2014-01-28Fixed #21849 -- Included the count of silenced system checks in output.Tim Graham
2014-01-28Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models...Loic Bistuer
2014-01-27Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer
2014-01-27Removed TransRealMixin.Aymeric Augustin
2014-01-27Removed superfluous uses of TransRealMixin.Aymeric Augustin
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-26Fixed some missing/extraneous new line warnings.Simon Charette
2014-01-26Fixed #21702 -- get_model('app_label.ModelName').Aymeric Augustin
2014-01-25Moved sys.path-extending decorator to django.test.utils and used throughout t...Carl Meyer
2014-01-25Fixed #17304 -- Allow single-path and configured-path namespace packages as a...Carl Meyer
2014-01-25Fixed a failing schema assertion.Simon Charette
2014-01-25Merge pull request #2211 from carljm/t21867Jannis Leidel
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-24Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label.Carl Meyer
2014-01-25Fixed #21783: More SQLite default fun with nulls.Andrew Godwin
2014-01-24Fixed #21867 -- Removed AppStaticStorage; app paths are now AppConfig's job.Carl Meyer
2014-01-24Fixed typo in error message.Arne Brodowski
2014-01-24Fixed #21870 -- Admin check for list_editable_itemArne Brodowski
2014-01-24Fixed #21787 -- regression in MTI .exclude() queriesAnssi Kääriäinen
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