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
/
indexes
Age
Commit message (
Expand
)
Author
2019-10-24
[3.0.x] Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Inde...
Hannes Ljungberg
2019-09-10
Fixed #30754 -- Prevented inclusion of aliases in partial index conditions.
Simon Charette
2019-01-29
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2018-12-26
Refs #29547 -- Skipped an unsupported partial index test on older versions of...
Tim Graham
2018-12-22
Refs #29547 -- Corrected SQLite's supports_partial_indexes feature flag.
Simon Charette
2018-12-15
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-06-29
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2017-06-21
Refs #25530 -- Tracked references of deferred SQL statements.
Simon Charette
2017-06-20
Refs #25530 -- Changed _create_index_name to take a table as first parameter.
Simon Charette
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-12-15
Refs #27558 -- Isolated indexes test on MySQL.
Tim Graham
2016-12-01
Refs #27558 -- Added test for no index on InnoDB ForeignKey.
Ed Morley
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-08-16
Fixed reverse accessor check failures in indexes tests.
Adam Chainz
2016-08-11
Fixed #24442 -- Improved SchemaEditor's index name truncation.
Akshesh
2016-07-15
Refs #26889 -- Refactored SchemaEditor to allow backend specific indexes.
Jon Dufresne
2016-06-28
Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...
Aaron Elliot Ross
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-03-03
Fixed Oracle build failure introduced by refs #24390.
Shai Berger
2015-03-02
Fixed MySQL build failure introduced by refs #24390.
Tim Graham
2015-03-02
Fixed #24390 -- Made migration index names deterministic.
László Károlyi
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed obsolete SQL generation methods.
Tim Graham
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-27
Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB
Claude Paroz
2014-12-24
Ignored deprecation warnings for CreationIndexesTests
Claude Paroz
2014-12-24
Moved test correction from 5b1fb0a75
Claude Paroz
2014-12-18
Forward-ported test and release note from f46a16614
Claude Paroz
2014-12-04
Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations
Claude Paroz
2014-06-20
Fixed #22514 -- Prevented indexes on virtual fields [postgres].
Vlastimil Zíma
2014-05-08
Simplified indexes tests.
Aymeric Augustin
2014-03-01
Fixed #22172 -- Allowed index_together to be a single list (rather than list ...
Anubhav Joshi
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner