summaryrefslogtreecommitdiff
path: root/tests/schema
AgeCommit message (Expand)Author
2015-12-10[1.8.x] Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when...Federico Frenguelli
2015-11-14[1.8.x] Refs #25745 -- Avoided multiple registration of the same model in sch...Simon Charette
2015-10-16[1.8.x] Used SchemaEditor.delete_model() for teardown in schema tests.Tim Graham
2015-09-14[1.8.x] Fixed #25393 -- Fixed MySQL crash when adding text/blob field with un...Ville Skyttä
2015-06-15[1.8.x] Fixed #24972 -- Fixed removing unique_together indexes on MySQL.Adam Brenecki
2015-06-02[1.8.x] Applied db_table conversion to fix schema tests on Oracle.Tim Graham
2015-06-02[1.8.x] Fixed #24893 -- Fixed lack of unique constraint when changing a field...Tim Graham
2015-06-02[1.8.x] Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoFie...Tim Graham
2015-05-28[1.8.x] Fixed #24817 -- Prevented loss of null info in MySQL field renaming.Andriy Sokolovskiy
2015-05-18[1.8.x] Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and migr...Tim Graham
2015-05-15[1.8.x] Fixed #24757 -- Recreated MySQL index when needed during combined ind...Claude Paroz
2015-04-19[1.8.x] Fixed #24658 -- Added missing Meta attribute in schema testsClaude Paroz
2015-04-18[1.8.x] Fixed #24595 Oracle test failureShai Berger
2015-04-17[1.8.x] Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
2015-03-07[1.8.x] Fixed #24447 -- Made migrations add FK constraints for existing columnsJean-Louis Fuchs
2015-02-19[1.8.x] Fixed #24307: Avoided redundant column nullability modifications on O...Shai Berger
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-06[1.8.x] Fixed small regression caused by e3702dc3f2af9e8cc6c1155b248f458899be...Markus Holtermann
2015-02-05[1.8.x] Cleaned up schema testsMarkus Holtermann
2015-01-22[1.8.x] Fixed #24104 -- Fixed check to look on field.many_to_many instead of ...Andriy Sokolovskiy
2015-01-20[1.8.x] Refs #24163 -- Fixed failing Oracle test when migrating from ForeignK...Markus Holtermann
2015-01-19[1.8.x] Fixed #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
2014-10-23Fixed #23702 -- Fixed adding an explicit id field on SQLite.Tim Graham
2014-10-09Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...Markus Holtermann
2014-09-27Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...Shai Berger
2014-09-26Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz
2014-09-23Fixed #23065 -- Quoted constraint names in SQL generated by migrations.Sergey Fedoseev
2014-08-25Removed unnecessary absolute_imports.Tim Graham
2014-08-22Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI.Shai Berger
2014-08-09Fixed #23264: Schema backends honour db_constraintAndrew Godwin
2014-08-04Fixed #23091: CreateModel and AddField were clashing with deferred SQLAndrew Godwin
2014-07-21Fixed #23009: Shorten FK identifiers in add_field and make consistentAndrew Godwin
2014-06-18Fixed several flake8 errorsAlex Gaynor
2014-06-17Fix test breakage on MySQLAndrew Godwin
2014-06-16Fixed #22851: BinaryView wasn't getting a binary defaultAndrew Godwin
2014-06-16Renamed DatabaseFeature.supports_check_constraints to supports_column_check_c...Tim Graham
2014-05-08Appeased flake8.Aymeric Augustin
2014-05-08Fixed #22476: Couldn't alter attributes on M2Ms with through= setAndrew Godwin
2014-05-07Fixed #22581: Pass default values for schema through get_db_prep_save()Andrew Godwin
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-03-24Fixed #22293 -- Avoided renaming many-to-many tables to themselves.Daniel Hahler
2014-03-08Fixed #22183: Through M2Ms now correctly handledAndrew Godwin