summaryrefslogtreecommitdiff
path: root/tests/schema
AgeCommit message (Expand)Author
2016-05-03[1.9.x] Normalized "an SQL" spelling.Ville Skyttä
2016-04-02[1.9.x] Refs #26384, #24995 -- Avoided a module-level MySQL query in the sche...Michal Petrucha
2016-03-31[1.9.x] Refs #26384, #24995 -- Skipped a schema test on older MySQL versions.Tim Graham
2016-03-29[1.9.x] Fixed #26384 -- Fixed renaming the PK on a model with a self-referent...Alex Hill
2016-01-22[1.9.x] Fixed #26116 -- Corrected schema's test_alter_implicit_id_to_explicit.Tim Graham
2016-01-08[1.9.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/...Tim Graham
2016-01-08[1.9.x] Added a helper function in schema tests.Tim Graham
2015-12-10[1.9.x] Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when...Federico Frenguelli
2015-11-14[1.9.x] Refs #25745 -- Avoided multiple registration of the same model in sch...Simon Charette
2015-10-16[1.9.x] Used SchemaEditor.delete_model() for teardown in schema tests.Tim Graham
2015-09-23Refs #18081 -- Asserted db constraints are created for fk to proxy models.Simon Charette
2015-09-21Fix import sorting problem.Aymeric Augustin
2015-09-21Renamed descriptor classes for related objects.Aymeric Augustin
2015-09-14Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable...Ville Skyttä
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-08-08Used skipUnlessDBFeature where appropriate.Simon Charette
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-15Fixed #25128 -- Fixed SQLite SchemaEditor crash when adding a ForeignObject f...Tim Graham
2015-06-24Refs #25002 -- Supported textual to temporal column alteration on Oracle.Simon Charette
2015-06-22Fixed #25002 -- Used PostgreSQL column type alteration USING clause.Simon Charette
2015-06-15Fixed #24972 -- Fixed removing unique_together indexes on MySQL.Adam Brenecki
2015-06-02Applied db_table conversion to fix schema tests on Oracle.Tim Graham
2015-06-02Fixed #24893 -- Fixed lack of unique constraint when changing a field from pr...Tim Graham
2015-06-02Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoField in Po...Tim Graham
2015-05-30Fixed #24846 -- Added support to MySQL SchemaEditor for all blob/text data typesAdam Chainz
2015-05-28Fixed #24817 -- Prevented loss of null info in MySQL field renaming.Andriy Sokolovskiy
2015-05-18Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and migrations t...Tim Graham
2015-05-15Fixed #24757 -- Recreated MySQL index when needed during combined index removalClaude Paroz
2015-04-19Fixed #24658 -- Added missing Meta attribute in schema testsClaude Paroz
2015-04-18Fixed #24595 Oracle test failureShai Berger
2015-04-17Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-07Fixed #24447 -- Made migrations add FK constraints for existing columnsJean-Louis Fuchs
2015-02-19Fixed #24307: Avoided redundant column nullability modifications on OracleShai Berger
2015-02-16Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptorLoic Bistuer
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-06Fixed small regression caused by 0204714b0bdf10d7558ee106de9a718407f3ec5aMarkus Holtermann
2015-02-05Cleaned up schema testsMarkus Holtermann
2015-01-31Fixed #24245 -- Added introspection for database defaults.Tim Graham
2015-01-22Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...Andriy Sokolovskiy
2015-01-20Refs #24163 -- Fixed failing Oracle test when migrating from ForeignKey to On...Markus Holtermann
2015-01-19Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-30Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.Tim Graham
2014-12-15Fixed refs #23987 test on Oracle.Tim Graham
2014-12-15Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().Andriy Sokolovskiy
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-04Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.Tim Graham
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-10-31Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default...Markus Holtermann