index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2014-01-12
Fixed a test that was failing with PostGIS.
Aymeric Augustin
2014-01-12
Restored a test broken by overzealous PEP8 cleanup
Aymeric Augustin
2014-01-12
Fixed flake8 issues.
Simon Charette
2014-01-12
Merge pull request #2163 from apollo13/signals
Florian Apolloner
2014-01-12
Fixed #21452 -- Non-autocommit connections to PostgreSQL.
Aymeric Augustin
2014-01-12
Fixed a test isolation issue. Refs #17062.
Aymeric Augustin
2014-01-12
Fixed #21413 -- resolve_columns fields misalignment
Anssi Kääriäinen
2014-01-12
Fixed #21756 -- Skipped two timezone-related tests on Windows.
Aymeric Augustin
2014-01-11
Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField
Claude Paroz
2014-01-11
Fixed #21752 -- Prevented custom widget step attribute to be overwritten
Claude Paroz
2014-01-10
Deprecated importing a model before loading its application.
Aymeric Augustin
2014-01-10
Fixed #21513 -- Added method_decorator support for argumented decorator
dpwrussell
2014-01-09
Fixed #12571 -- Attached originating WSGIRequest to test client responses.
Unai Zalakain
2014-01-09
Fixed removal of signal receivers in Python 3.4
Florian Apolloner
2014-01-08
Make test stronger to hopefully fix odd Jenkins failure
Andrew Godwin
2014-01-08
Merge pull request #2151 from manfre/ticket-21746
Anssi Kääriäinen
2014-01-08
Fixed #21746 - Fixed test_get_reverse_on_unsaved_object test.
Michael Manfre
2014-01-08
Fixed #21745 - Feature check UniqueTest.test_unique_null
Michael Manfre
2014-01-08
Fixed #21142: Dependency failures on unmigrated apps.
Andrew Godwin
2014-01-06
Fixed #21718 -- Renamed has_app to is_installed.
Aymeric Augustin
2014-01-05
Renamed a couple models to prevent duplicate names.
Aymeric Augustin
2014-01-05
Fixed app registry cleanup in app-loading tests.
Aymeric Augustin
2014-01-05
Fixed test for models in non-installed apps.
Aymeric Augustin
2014-01-05
Removed useless model definitions.
Aymeric Augustin
2014-01-03
Suppressed ResourceWarning in files tests
Claude Paroz
2014-01-03
Fixed selenium failure.
Florian Apolloner
2014-01-03
Revert "Fixed #21227 -- Added workaround for selenium test failures"
Florian Apolloner
2014-01-03
Fixed a few flaky selenium tests.
Florian Apolloner
2014-01-01
Prevented calling setup() inside catch_warnings
Claude Paroz
2014-01-01
Fixed #21018 -- Reversed precedence order for management commands.
Aymeric Augustin
2014-01-01
Removed unused function in test_runner tests
Preston Timmons
2014-01-01
Fixed #21206 -- Fixed test discovery without labels
Preston Timmons
2013-12-31
Fixed #21581 -- Fixed a number of issues with collectstatic.
Loic Bistuer
2013-12-31
Fixed #21714 -- Moved logging configuration to global setup()
Claude Paroz
2013-12-31
Enforced unicity of app labels.
Aymeric Augustin
2013-12-31
Made it possible to change an application's label in its configuration.
Aymeric Augustin
2013-12-31
Removed an obsolete unicity check.
Aymeric Augustin
2013-12-31
Made DeprecationDisplayTest more robust
Claude Paroz
2013-12-31
Finished renaming syndication to syndication_tests
Claude Paroz
2013-12-31
Renamed syndication tests
Claude Paroz
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-30
Merge pull request #2126 from apollo13/email_bytes
Florian Apolloner
2013-12-30
Changed console and filebackend to use msg.as_bytes to output the data as it ...
Florian Apolloner
2013-12-30
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-30
Populated Apps instances immediately by default.
Aymeric Augustin
2013-12-29
Deprecated the app argument of apps.get_models.
Aymeric Augustin
2013-12-29
Changed get_validation_errors to use an app config.
Aymeric Augustin
2013-12-29
Changed sql_* to use an app config instead of a models module.
Aymeric Augustin
2013-12-29
Used Apps.clear_cache() in tests that alter the app registry.
Aymeric Augustin
[prev]
[next]