Commit History

Author SHA1 Message Date
  Ville Skyttä 575a9a791e Normalized "an SQL" spelling. 9 years ago
  Michal Petrucha d81d02d449 Refs #26384, #24995 -- Avoided a module-level MySQL query in the schema tests. 9 years ago
  Tim Graham f3595b2549 Refs #26384, #24995 -- Skipped a schema test on older MySQL versions. 9 years ago
  Alex Hill 4b2cf1cd27 Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK on SQLite. 9 years ago
  Hasan 3d0dcd7f5a Refs #26022 -- Used context manager version of assertRaises in tests. 9 years ago
  Tim Graham b49cc86643 Fixed #26116 -- Corrected schema's test_alter_implicit_id_to_explicit. 9 years ago
  Tim Graham 56aaae58a7 Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/TextField with unique=True and db_index=True. 9 years ago
  Tim Graham 54d3ba8406 Added a helper function in schema tests. 9 years ago
  Federico Frenguelli 3a36c80795 Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using AlterField. 9 years ago
  Simon Charette 64240263f2 Refs #25745 -- Avoided multiple registration of the same model in schema tests. 9 years ago
  Tim Graham 4dcc2a1955 Used SchemaEditor.delete_model() for teardown in schema tests. 9 years ago
  Simon Charette 8e8c0792c0 Refs #18081 -- Asserted db constraints are created for fk to proxy models. 9 years ago
  Ville Skyttä 4d933ad418 Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable default. 9 years ago
  Dražen Odobašić b1e33ceced Fixed #23395 -- Limited line lengths to 119 characters. 9 years ago
  Simon Charette 12f91f6ebd Used skipUnlessDBFeature where appropriate. 9 years ago
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 years ago
  Tim Graham c52822e750 Fixed #25128 -- Fixed SQLite SchemaEditor crash when adding a ForeignObject field. 9 years ago
  Simon Charette bdb382b2a4 Refs #25002 -- Supported textual to temporal column alteration on Oracle. 9 years ago
  Simon Charette 73040e584a Fixed #25002 -- Used PostgreSQL column type alteration USING clause. 9 years ago
  Adam Brenecki 65296b3be3 Fixed #24972 -- Fixed removing unique_together indexes on MySQL. 9 years ago
  Tim Graham 7c637a3aae Applied db_table conversion to fix schema tests on Oracle. 9 years ago
  Tim Graham e1e6399c2c Fixed #24893 -- Fixed lack of unique constraint when changing a field from primary_key=True to unique=True 9 years ago
  Tim Graham 5ab8680983 Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoField in PostgreSQL 9 years ago
  Adam Chainz e60cce4e40 Fixed #24846 -- Added support to MySQL SchemaEditor for all blob/text data types 9 years ago
  Andriy Sokolovskiy 80ad5472ce Fixed #24817 -- Prevented loss of null info in MySQL field renaming. 9 years ago
  Tim Graham f5da438072 Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and migrations tests. 10 years ago
  Claude Paroz ae635cc365 Fixed #24757 -- Recreated MySQL index when needed during combined index removal 10 years ago
  Shai Berger d5a0accaa0 Fixed #24595 Oracle test failure 10 years ago
  Claude Paroz 02260ea3f6 Fixed #24595 -- Prevented loss of null info in MySQL field alteration 10 years ago
  Anssi Kääriäinen 8f30556329 Renamed Field.rel attribute to remote_field 10 years ago