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-02-06
Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...
Vajrasky Kok
2014-02-06
Fixed #21731 -- Made javascript_quote escapes '</'.
Vajrasky Kok
2014-02-05
Removed import which is now unused
Alex Gaynor
2014-02-05
Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"
Baptiste Mispelon
2014-02-05
Fixed #21952 -- signals deadlock due to locking + weakref interaction
Anssi Kääriäinen
2014-02-04
Fixed #21929 - Fixed test regression on Windows.
Carl Meyer
2014-02-04
Removed the this_is_the_login_form hack
Claude Paroz
2014-02-04
Fixed #21911 -- Made admin views redirect to login when needed
Claude Paroz
2014-02-04
Made staff_member_required redirect to login
Claude Paroz
2014-02-04
Fixed #21748 -- join promotion for negated AND conditions
Anssi Kääriäinen
2014-02-02
Fixed typo in 3ffeb931.
Aymeric Augustin
2014-02-02
Make mysql's CursorWrapper a contextmanager.
Michael Manfre
2014-02-02
Fix regress added to migrations.test_operations.test_alter_field_pk_fk
Michael Manfre
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-02-02
Made SQLCompiler.execute_sql(result_type) more explicit.
Michael Manfre
2014-02-01
Silenced a spurious warning.
Aymeric Augustin
2014-01-31
Updated some tests to use the check framework and silenced a PendingDeprecati...
Tim Graham
2014-01-30
Made Oracle introspect FloatFields correctly
Shai Berger
2014-01-28
Added tests for m2m queries with custom pk on the end models
Anssi Kääriäinen
2014-01-28
Fixed #21849 -- Included the count of silenced system checks in output.
Tim Graham
2014-01-28
Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models...
Loic Bistuer
2014-01-27
Fixed #21874 -- Require Django applications to have a filesystem path.
Carl Meyer
2014-01-27
Removed TransRealMixin.
Aymeric Augustin
2014-01-27
Removed superfluous uses of TransRealMixin.
Aymeric Augustin
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2014-01-26
Fixed some missing/extraneous new line warnings.
Simon Charette
2014-01-26
Fixed #21702 -- get_model('app_label.ModelName').
Aymeric Augustin
2014-01-25
Moved sys.path-extending decorator to django.test.utils and used throughout t...
Carl Meyer
2014-01-25
Fixed #17304 -- Allow single-path and configured-path namespace packages as a...
Carl Meyer
2014-01-25
Fixed a failing schema assertion.
Simon Charette
2014-01-25
Merge pull request #2211 from carljm/t21867
Jannis Leidel
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-24
Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label.
Carl Meyer
2014-01-25
Fixed #21783: More SQLite default fun with nulls.
Andrew Godwin
2014-01-24
Fixed #21867 -- Removed AppStaticStorage; app paths are now AppConfig's job.
Carl Meyer
2014-01-24
Fixed typo in error message.
Arne Brodowski
2014-01-24
Fixed #21870 -- Admin check for list_editable_item
Arne Brodowski
2014-01-24
Fixed #21787 -- regression in MTI .exclude() queries
Anssi Kääriäinen
2014-01-22
Added some missing whitespace around arithmetic operators
Alex Gaynor
2014-01-22
Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or ...
Loic Bistuer
2014-01-22
Fixed #21852 -- Make migration writer serialize iterators
Markus Holtermann
2014-01-20
Removed some stray newlines which caused flake8 issues
Alex Gaynor
2014-01-20
Fix a check_framework test so it doesn't fail when TEST_RUNNER is set (e.g. o...
Carl Meyer
2014-01-20
Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.
Carl Meyer
2014-01-20
Added ManifestStaticFilesStorage to staticfiles contrib app.
Jannis Leidel
2014-01-20
Removed a stray new line which upset flake8
Alex Gaynor
2014-01-20
Added warning silencers to some noisy tests.
Russell Keith-Magee
2014-01-20
Fixed two test failures under Oracle
Shai Berger
2014-01-20
Fixed custom_lookups tests for Oracle
Anssi Kääriäinen
2014-01-20
Removed an inactive system check for upload_to.
Russell Keith-Magee
[next]