Simon Charette
|
3b429c9673
|
Refs #25530 -- Tracked references of deferred SQL statements.
|
2017-06-21 00:03:31 -04:00 |
Simon Charette
|
ea91ad4c13
|
Refs #25530 -- Changed _create_index_name to take a table as first parameter.
|
2017-06-20 22:59:22 -04:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Tim Graham
|
f94475e526
|
Refs #27558 -- Isolated indexes test on MySQL.
MySQL schema changes must be done in TransactionTestCase.
|
2016-12-15 13:31:08 -05:00 |
Ed Morley
|
dd2e4d7b5d
|
Refs #27558 -- Added test for no index on InnoDB ForeignKey.
The refactor in 3f76d1402d fixed the creation
of redundant indexes.
Forwardport of 82ce55dbbe from stable/1.10.x
|
2016-12-01 13:25:48 -05:00 |
Ramin Farajpour Cami
|
967be82443
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
Adam Chainz
|
4f5b7eeb53
|
Fixed reverse accessor check failures in indexes tests.
|
2016-08-16 16:10:59 -04:00 |
Akshesh
|
324c1b432a
|
Fixed #24442 -- Improved SchemaEditor's index name truncation.
|
2016-08-11 14:36:31 -04:00 |
Jon Dufresne
|
3f76d1402d
|
Refs #26889 -- Refactored SchemaEditor to allow backend specific indexes.
|
2016-07-15 10:34:37 -04:00 |
Aaron Elliot Ross
|
6bf7964023
|
Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=False.
Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f )
to avoid setting db_index=False.
|
2016-06-28 08:22:20 -04:00 |
Tim Graham
|
92053acbb9
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
Flavio Curella
|
c2e70f0265
|
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
2015-07-27 18:28:13 -04:00 |
Shai Berger
|
8ca35d7c6a
|
Fixed Oracle build failure introduced by refs #24390.
Used shorter column names to make the generated index name
fit within Oracle's limit of 30 characters
|
2015-03-03 00:01:21 +02:00 |
Tim Graham
|
4e8b167e4d
|
Fixed MySQL build failure introduced by refs #24390.
Added table_name back to _create_index_sql() to prevent
duplicate index names on MySQL.
|
2015-03-02 13:07:34 -05:00 |
László Károlyi
|
f37c11eea3
|
Fixed #24390 -- Made migration index names deterministic.
|
2015-03-02 09:25:19 -05:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Tim Graham
|
2b039d966f
|
Removed obsolete SQL generation methods.
|
2015-01-18 15:58:06 -05:00 |
Claude Paroz
|
51890ce889
|
Applied ignore_warnings to Django tests
|
2014-12-30 18:16:25 +01:00 |
Claude Paroz
|
2ceb10f3b0
|
Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB
Thanks zimnyx for the report and Simon Charette, Tim Graham for
the reviews.
|
2014-12-27 12:52:44 +01:00 |
Claude Paroz
|
b3ebcb22a9
|
Ignored deprecation warnings for CreationIndexesTests
|
2014-12-24 10:45:53 +01:00 |
Claude Paroz
|
9699d8446e
|
Moved test correction from 5b1fb0a75
|
2014-12-24 10:42:24 +01:00 |
Claude Paroz
|
5b1fb0a75d
|
Forward-ported test and release note from f46a16614
Refs #24015.
|
2014-12-18 21:17:17 +01:00 |
Claude Paroz
|
8d7a48027e
|
Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations
Thanks adityagupta104 for the report and Tim Graham for the review.
|
2014-12-04 21:27:42 +01:00 |
Vlastimil Zíma
|
78c32f1caa
|
Fixed #22514 -- Prevented indexes on virtual fields [postgres].
|
2014-06-20 11:59:02 -04:00 |
Aymeric Augustin
|
43a80f4812
|
Simplified indexes tests.
|
2014-05-08 21:50:21 +02:00 |
Anubhav Joshi
|
bb2ca9fe6c
|
Fixed #22172 -- Allowed index_together to be a single list (rather than list of lists)..
Thanks EmilStenstrom for the suggestion.
|
2014-03-01 15:44:42 -05:00 |
Aymeric Augustin
|
cfcf4b3605
|
Stopped using django.utils.unittest in the test suite.
Refs #20680.
|
2013-07-01 14:29:33 +02:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |