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
2018-07-30
Fixed #26819 -- Fixed BaseModelFormSet.validate_unique() "unhashable type: li...
Demur Nodia
2018-07-30
Fixed nonexistent field reference in test model __str__() method.
Demur Nodia
2018-07-30
Fixed #29467 -- Made override_settings handle errors in setting_changed signa...
Sławek Ehlert
2018-07-27
Moved yesno filter test to its file.
Hasan Ramezani
2018-07-27
Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.
Melvyn Sopacua
2018-07-27
Fixed #29595 -- Allowed using timedelta in migrations questioner.
Tim Graham
2018-07-27
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
vinay karanam
2018-07-26
Refs #29600 -- Added test for datetime_safe usage in localize_input().
Tim Graham
2018-07-26
Refs #29600 -- Added test for datetime_safe usage in SelectDateWidget.value_f...
Tim Graham
2018-07-25
Refs #13091 -- Added test for commit=False idiom with partial unique_together...
Carlton Gibson
2018-07-25
Refs #29563 -- Fixed SQLCompiler.execute_sql() to respect DatabaseFeatures.ca...
Andrew Brown
2018-07-25
Refs #24424 -- Added regression tests for MTI-inheritance model removal.
Simon Charette
2018-07-25
Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.
Mariusz Felisiak
2018-07-24
Fixed #24336 -- Made django.conf.urls.static() ignore all absolute URLs
Claude Paroz
2018-07-23
Fixed #29528 -- Made URLValidator reject invalid characters in the username a...
Tim Bell
2018-07-22
Fixed test_migrate_syncdb_deferred_sql_executed_with_schemaeditor() on Oracle.
Mariusz Felisiak
2018-07-21
Fixed #29582 -- Fixed a crash when using SearchVector with non text-fields.
Simon Charette
2018-07-21
Fixed #29576 -- Corrected the test client's HTTP_COOKIE header.
Thng Kai Yuan
2018-07-20
Added tests for migrate logging and error messages.
Tim Graham
2018-07-20
Fixed #29412 -- Stopped marking slugify() result as HTML safe.
Claude Paroz
2018-07-20
Fixed #29568 -- Prevented unnecessary UPDATE queries creating child models.
François Dupayrat
2018-07-19
Fixed #27731 -- Implemented CreateModel/AlterFooOperation reduction.
Simon Charette
2018-07-19
Fixed #28862 -- Disabled optimization of AlterFooTogether and RemoveField.
Simon Charette
2018-07-19
Completed test coverage for django.urls.utils.get_callable().
Hasan Ramezani
2018-07-19
Fixed #29578 -- Made numberformat.format() honor forced l10n usage.
Claude Paroz
2018-07-16
Fixed #29413 -- Prevented evaluation of QuerySet.get_or_create()/update_or_cr...
Viktor Danyliuk
2018-07-16
Fixed #28917 -- Prevented Paginator's unordered warning on EmptyQuerySet.
Josh Schneier
2018-07-14
Fixed #29542 -- Fixed invalid SQL if a Subquery from the HAVING clause is use...
Mariusz Felisiak
2018-07-13
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...
Peter Inglesby
2018-07-13
Fixed #28566 -- Added path matching to collectstatic ignore patterns.
Daniel Wiesmann
2018-07-13
Refs #29548 -- Fixed GIS tests on MariaDB
Claude Paroz
2018-07-11
Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...
Oliver Sauder
2018-07-11
Refs #9804 -- Fixed test for sequence reset of M2M with inherited through model.
Tim Graham
2018-07-11
Fixed #27845 -- Allowed both right and left optimizations of operations.
Simon Charette
2018-07-11
Allowed RemoveField operations to be optimized through.
Simon Charette
2018-07-11
Relaxed FieldOperation.references_field remote field checking.
Simon Charette
2018-07-11
Fixed #26720 -- Prevented invalid CreateModel optimizations of related fields.
Simon Charette
2018-07-11
Fixed #27768 -- Allowed migration optimization of CreateModel order.
Simon Charette
2018-07-11
Refs #27768 -- Reversed order of optimized and in-between operations.
Simon Charette
2018-07-11
Silenced warnings in deprecation tests.
Jon Dufresne
2018-07-10
Refs #22875 -- Fixed an optimizer test to use a valid scenario.
Simon Charette
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-07-10
Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types.
Jon Dufresne
2018-07-10
Simplified a couple test docstrings.
Tim Graham
2018-07-10
Fixed ResourceWarning from unclosed test files.
Jon Dufresne
2018-07-09
Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.
Sergey Fedoseev
2018-07-09
Refs #29548 -- Fixed non-GIS test failures on MariaDB.
Tom Forbes
2018-07-09
Fixed #29553 -- Made test client set Content-Length header to a string rather...
Tim Graham
2018-07-09
Fixed some assertTrue() that were intended to be assertEqual().
Sergey Fedoseev
2018-07-09
Refs #27472 -- Fixed crash during pickling of empty GEOS point.
Sergey Fedoseev
[prev]
[next]